Color spaces of #bd926a
RGB | 189 | 146 | 106 |
---|---|---|---|
HSL | 0.08 | 0.39 | 0.58 |
HSV | 29° | 44° | 74° |
CMYK | 0.00 | 0.23 | 0.44 0.26 |
XYZ | 33.8667 | 32.4172 | 18.1078 |
Yxy | 32.4172 | 0.4013 | 0.3841 |
Hunter Lab | 56.9361 | 6.5371 | 20.9988 |
CIE-Lab | 63.6862 | 10.9966 | 27.4054 |
#bd926a color RGB value is (189,146,106).
#bd926a hex color red value is 189, green value is 146 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd926a hue: 0.08 , saturation: 0.39 and the lightness value of bd926a is 0.58.
The process color (four color CMYK) of #bd926a color hex is 0.00, 0.23, 0.44, 0.26. Web safe color of #bd926a is #cc9966. Color #bd926a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010010 | 01101010 |
Octal | 275 | 222 | 152 |
Decimal | 189 | 146 | 106 |
Hex | BD | 92 | 6A |
Shades of #bd926a
Tints of #bd926a
RGB Percentages of Color #bd926a
CMYK Percentages of Color #bd926a
Complementary Color
#bd926a | #6a95bd |
#bd926a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd926a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd926a Color CSS Codes
.mybgcolor {background-color:#bd926a; } .myforecolor {color:#bd926a; } .mybordercolor {border:3px solid #bd926a; }
#bd926a Text Font Color
<p style="color:#bd926a">Text here</p>
This sample text font color is #bd926a
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.
#bd926a Background Color
<div style="background-color:#bd926a">
Div content here</div>
This div background color is #bd926a
#bd926a Border Color
<div style="border:3px solid #bd926a">
Div here</div>
This div border color is #bd926a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,146,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd926a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd926a; -webkit-box-shadow: 1px 1px 3px 2px #bd926a; box-shadow: 1px 1px 3px 2px #bd926a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,146,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd926a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd926a; -webkit-box-shadow: 1px 1px 3px 2px #bd926a; box-shadow: 1px 1px 3px 2px #bd926a;">
Div content here</div>
This div box has shadow with color #bd926a
Comments
No comments written yet.
Please login to write comment.