Color spaces of #bda569
RGB | 189 | 165 | 105 |
---|---|---|---|
HSL | 0.12 | 0.39 | 0.58 |
HSV | 43° | 44° | 74° |
CMYK | 0.00 | 0.13 | 0.44 0.26 |
XYZ | 36.9912 | 38.7490 | 18.8943 |
Yxy | 38.7490 | 0.3909 | 0.4095 |
Hunter Lab | 62.2487 | -2.8618 | 25.5778 |
CIE-Lab | 68.5691 | 0.5318 | 34.2543 |
#bda569 color RGB value is (189,165,105).
#bda569 hex color red value is 189, green value is 165 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bda569 hue: 0.12 , saturation: 0.39 and the lightness value of bda569 is 0.58.
The process color (four color CMYK) of #bda569 color hex is 0.00, 0.13, 0.44, 0.26. Web safe color of #bda569 is #cc9966. Color #bda569 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100101 | 01101001 |
Octal | 275 | 245 | 151 |
Decimal | 189 | 165 | 105 |
Hex | BD | A5 | 69 |
Shades of #bda569
Tints of #bda569
RGB Percentages of Color #bda569
CMYK Percentages of Color #bda569
Complementary Color
#bda569 | #6981bd |
#bda569 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda569 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda569 Color CSS Codes
.mybgcolor {background-color:#bda569; } .myforecolor {color:#bda569; } .mybordercolor {border:3px solid #bda569; }
#bda569 Text Font Color
<p style="color:#bda569">Text here</p>
This sample text font color is #bda569
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bda569 Background Color
<div style="background-color:#bda569">
Div content here</div>
This div background color is #bda569
#bda569 Border Color
<div style="border:3px solid #bda569">
Div here</div>
This div border color is #bda569
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,165,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda569; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda569; -webkit-box-shadow: 1px 1px 3px 2px #bda569; box-shadow: 1px 1px 3px 2px #bda569; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,165,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda569">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda569; -webkit-box-shadow: 1px 1px 3px 2px #bda569; box-shadow: 1px 1px 3px 2px #bda569;">
Div content here</div>
This div box has shadow with color #bda569
Comments
No comments written yet.
Please login to write comment.