Color spaces of #bd967b
RGB | 189 | 150 | 123 |
---|---|---|---|
HSL | 0.07 | 0.33 | 0.61 |
HSV | 25° | 35° | 74° |
CMYK | 0.00 | 0.21 | 0.35 0.26 |
XYZ | 35.4678 | 34.0616 | 23.4441 |
Yxy | 34.0616 | 0.3815 | 0.3664 |
Hunter Lab | 58.3623 | 6.3435 | 17.0369 |
CIE-Lab | 65.0114 | 10.7847 | 19.8020 |
#bd967b color RGB value is (189,150,123).
#bd967b hex color red value is 189, green value is 150 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd967b hue: 0.07 , saturation: 0.33 and the lightness value of bd967b is 0.61.
The process color (four color CMYK) of #bd967b color hex is 0.00, 0.21, 0.35, 0.26. Web safe color of #bd967b is #cc9966. Color #bd967b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010110 | 01111011 |
Octal | 275 | 226 | 173 |
Decimal | 189 | 150 | 123 |
Hex | BD | 96 | 7B |
Shades of #bd967b
Tints of #bd967b
RGB Percentages of Color #bd967b
CMYK Percentages of Color #bd967b
Complementary Color
#bd967b | #7ba2bd |
#bd967b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd967b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd967b Color CSS Codes
.mybgcolor {background-color:#bd967b; } .myforecolor {color:#bd967b; } .mybordercolor {border:3px solid #bd967b; }
#bd967b Text Font Color
<p style="color:#bd967b">Text here</p>
This sample text font color is #bd967b
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.
#bd967b Background Color
<div style="background-color:#bd967b">
Div content here</div>
This div background color is #bd967b
#bd967b Border Color
<div style="border:3px solid #bd967b">
Div here</div>
This div border color is #bd967b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,150,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd967b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd967b; -webkit-box-shadow: 1px 1px 3px 2px #bd967b; box-shadow: 1px 1px 3px 2px #bd967b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,150,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd967b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd967b; -webkit-box-shadow: 1px 1px 3px 2px #bd967b; box-shadow: 1px 1px 3px 2px #bd967b;">
Div content here</div>
This div box has shadow with color #bd967b
#bd967b Color Palettes
Comments
No comments written yet.
Please login to write comment.