Color spaces of #bd976f
RGB | 189 | 151 | 111 |
---|---|---|---|
HSL | 0.09 | 0.37 | 0.59 |
HSV | 31° | 41° | 74° |
CMYK | 0.00 | 0.20 | 0.41 0.26 |
XYZ | 34.9221 | 34.0997 | 19.7802 |
Yxy | 34.0997 | 0.3933 | 0.3840 |
Hunter Lab | 58.3949 | 4.5577 | 20.7931 |
CIE-Lab | 65.0416 | 8.7988 | 26.4556 |
#bd976f color RGB value is (189,151,111).
#bd976f hex color red value is 189, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd976f hue: 0.09 , saturation: 0.37 and the lightness value of bd976f is 0.59.
The process color (four color CMYK) of #bd976f color hex is 0.00, 0.20, 0.41, 0.26. Web safe color of #bd976f is #cc9966. Color #bd976f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010111 | 01101111 |
Octal | 275 | 227 | 157 |
Decimal | 189 | 151 | 111 |
Hex | BD | 97 | 6F |
Shades of #bd976f
Tints of #bd976f
RGB Percentages of Color #bd976f
CMYK Percentages of Color #bd976f
Complementary Color
#bd976f | #6f95bd |
#bd976f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd976f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd976f Color CSS Codes
.mybgcolor {background-color:#bd976f; } .myforecolor {color:#bd976f; } .mybordercolor {border:3px solid #bd976f; }
#bd976f Text Font Color
<p style="color:#bd976f">Text here</p>
This sample text font color is #bd976f
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.
#bd976f Background Color
<div style="background-color:#bd976f">
Div content here</div>
This div background color is #bd976f
#bd976f Border Color
<div style="border:3px solid #bd976f">
Div here</div>
This div border color is #bd976f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,151,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd976f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd976f; -webkit-box-shadow: 1px 1px 3px 2px #bd976f; box-shadow: 1px 1px 3px 2px #bd976f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,151,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd976f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd976f; -webkit-box-shadow: 1px 1px 3px 2px #bd976f; box-shadow: 1px 1px 3px 2px #bd976f;">
Div content here</div>
This div box has shadow with color #bd976f
Comments
No comments written yet.
Please login to write comment.