Color spaces of #bd976a
RGB | 189 | 151 | 106 |
---|---|---|---|
HSL | 0.09 | 0.39 | 0.58 |
HSV | 33° | 44° | 74° |
CMYK | 0.00 | 0.20 | 0.44 0.26 |
XYZ | 34.6544 | 33.9926 | 18.3704 |
Yxy | 33.9926 | 0.3982 | 0.3906 |
Hunter Lab | 58.3032 | 4.0668 | 22.1309 |
CIE-Lab | 64.9567 | 8.2475 | 29.0668 |
#bd976a color RGB value is (189,151,106).
#bd976a hex color red value is 189, green value is 151 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd976a hue: 0.09 , saturation: 0.39 and the lightness value of bd976a is 0.58.
The process color (four color CMYK) of #bd976a color hex is 0.00, 0.20, 0.44, 0.26. Web safe color of #bd976a is #cc9966. Color #bd976a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10010111 | 01101010 |
Octal | 275 | 227 | 152 |
Decimal | 189 | 151 | 106 |
Hex | BD | 97 | 6A |
Shades of #bd976a
Tints of #bd976a
RGB Percentages of Color #bd976a
CMYK Percentages of Color #bd976a
Complementary Color
#bd976a | #6a90bd |
#bd976a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd976a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd976a Color CSS Codes
.mybgcolor {background-color:#bd976a; } .myforecolor {color:#bd976a; } .mybordercolor {border:3px solid #bd976a; }
#bd976a Text Font Color
<p style="color:#bd976a">Text here</p>
This sample text font color is #bd976a
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.
#bd976a Background Color
<div style="background-color:#bd976a">
Div content here</div>
This div background color is #bd976a
#bd976a Border Color
<div style="border:3px solid #bd976a">
Div here</div>
This div border color is #bd976a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,151,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd976a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd976a; -webkit-box-shadow: 1px 1px 3px 2px #bd976a; box-shadow: 1px 1px 3px 2px #bd976a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,151,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 #bd976a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd976a; -webkit-box-shadow: 1px 1px 3px 2px #bd976a; box-shadow: 1px 1px 3px 2px #bd976a;">
Div content here</div>
This div box has shadow with color #bd976a
Comments
No comments written yet.
Please login to write comment.