Color spaces of #bb956a
RGB | 187 | 149 | 106 |
---|---|---|---|
HSL | 0.09 | 0.37 | 0.57 |
HSV | 32° | 43° | 73° |
CMYK | 0.00 | 0.20 | 0.43 0.27 |
XYZ | 33.8425 | 33.1003 | 18.2410 |
Yxy | 33.1003 | 0.3973 | 0.3886 |
Hunter Lab | 57.5329 | 4.3164 | 21.4749 |
CIE-Lab | 64.2420 | 8.5163 | 28.0947 |
#bb956a color RGB value is (187,149,106).
#bb956a hex color red value is 187, green value is 149 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb956a hue: 0.09 , saturation: 0.37 and the lightness value of bb956a is 0.57.
The process color (four color CMYK) of #bb956a color hex is 0.00, 0.20, 0.43, 0.27. Web safe color of #bb956a is #cc9966. Color #bb956a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010101 | 01101010 |
Octal | 273 | 225 | 152 |
Decimal | 187 | 149 | 106 |
Hex | BB | 95 | 6A |
Shades of #bb956a
Tints of #bb956a
RGB Percentages of Color #bb956a
CMYK Percentages of Color #bb956a
Complementary Color
#bb956a | #6a90bb |
#bb956a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb956a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb956a Color CSS Codes
.mybgcolor {background-color:#bb956a; } .myforecolor {color:#bb956a; } .mybordercolor {border:3px solid #bb956a; }
#bb956a Text Font Color
<p style="color:#bb956a">Text here</p>
This sample text font color is #bb956a
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.
#bb956a Background Color
<div style="background-color:#bb956a">
Div content here</div>
This div background color is #bb956a
#bb956a Border Color
<div style="border:3px solid #bb956a">
Div here</div>
This div border color is #bb956a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,149,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb956a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb956a; -webkit-box-shadow: 1px 1px 3px 2px #bb956a; box-shadow: 1px 1px 3px 2px #bb956a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,149,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 #bb956a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb956a; -webkit-box-shadow: 1px 1px 3px 2px #bb956a; box-shadow: 1px 1px 3px 2px #bb956a;">
Div content here</div>
This div box has shadow with color #bb956a
Comments
No comments written yet.
Please login to write comment.