Color spaces of #bd997a
RGB | 189 | 153 | 122 |
---|---|---|---|
HSL | 0.08 | 0.34 | 0.61 |
HSV | 28° | 35° | 74° |
CMYK | 0.00 | 0.19 | 0.35 0.26 |
XYZ | 35.8904 | 35.0064 | 23.2776 |
Yxy | 35.0064 | 0.3811 | 0.3717 |
Hunter Lab | 59.1662 | 4.7378 | 18.0900 |
CIE-Lab | 65.7536 | 9.0096 | 21.3661 |
#bd997a color RGB value is (189,153,122).
#bd997a hex color red value is 189, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd997a hue: 0.08 , saturation: 0.34 and the lightness value of bd997a is 0.61.
The process color (four color CMYK) of #bd997a color hex is 0.00, 0.19, 0.35, 0.26. Web safe color of #bd997a is #cc9966. Color #bd997a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10011001 | 01111010 |
Octal | 275 | 231 | 172 |
Decimal | 189 | 153 | 122 |
Hex | BD | 99 | 7A |
Shades of #bd997a
Tints of #bd997a
RGB Percentages of Color #bd997a
CMYK Percentages of Color #bd997a
Complementary Color
#bd997a | #7a9ebd |
#bd997a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd997a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd997a Color CSS Codes
.mybgcolor {background-color:#bd997a; } .myforecolor {color:#bd997a; } .mybordercolor {border:3px solid #bd997a; }
#bd997a Text Font Color
<p style="color:#bd997a">Text here</p>
This sample text font color is #bd997a
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.
#bd997a Background Color
<div style="background-color:#bd997a">
Div content here</div>
This div background color is #bd997a
#bd997a Border Color
<div style="border:3px solid #bd997a">
Div here</div>
This div border color is #bd997a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,153,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd997a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd997a; -webkit-box-shadow: 1px 1px 3px 2px #bd997a; box-shadow: 1px 1px 3px 2px #bd997a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,153,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd997a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd997a; -webkit-box-shadow: 1px 1px 3px 2px #bd997a; box-shadow: 1px 1px 3px 2px #bd997a;">
Div content here</div>
This div box has shadow with color #bd997a
Comments
No comments written yet.
Please login to write comment.