Color spaces of #bbb96b
RGB | 187 | 185 | 107 |
---|---|---|---|
HSL | 0.16 | 0.37 | 0.58 |
HSV | 59° | 43° | 73° |
CMYK | 0.00 | 0.01 | 0.43 0.27 |
XYZ | 40.4963 | 46.3243 | 20.7170 |
Yxy | 46.3243 | 0.3766 | 0.4308 |
Hunter Lab | 68.0620 | -12.9024 | 29.5964 |
CIE-Lab | 73.7555 | -10.6393 | 39.7187 |
#bbb96b color RGB value is (187,185,107).
#bbb96b hex color red value is 187, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbb96b hue: 0.16 , saturation: 0.37 and the lightness value of bbb96b is 0.58.
The process color (four color CMYK) of #bbb96b color hex is 0.00, 0.01, 0.43, 0.27. Web safe color of #bbb96b is #cccc66. Color #bbb96b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111001 | 01101011 |
Octal | 273 | 271 | 153 |
Decimal | 187 | 185 | 107 |
Hex | BB | B9 | 6B |
Shades of #bbb96b
Tints of #bbb96b
RGB Percentages of Color #bbb96b
CMYK Percentages of Color #bbb96b
Complementary Color
#bbb96b | #6b6dbb |
#bbb96b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb96b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb96b Color CSS Codes
.mybgcolor {background-color:#bbb96b; } .myforecolor {color:#bbb96b; } .mybordercolor {border:3px solid #bbb96b; }
#bbb96b Text Font Color
<p style="color:#bbb96b">Text here</p>
This sample text font color is #bbb96b
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.
#bbb96b Background Color
<div style="background-color:#bbb96b">
Div content here</div>
This div background color is #bbb96b
#bbb96b Border Color
<div style="border:3px solid #bbb96b">
Div here</div>
This div border color is #bbb96b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,185,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb96b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb96b; -webkit-box-shadow: 1px 1px 3px 2px #bbb96b; box-shadow: 1px 1px 3px 2px #bbb96b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,185,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb96b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb96b; -webkit-box-shadow: 1px 1px 3px 2px #bbb96b; box-shadow: 1px 1px 3px 2px #bbb96b;">
Div content here</div>
This div box has shadow with color #bbb96b
Comments
No comments written yet.
Please login to write comment.