Color spaces of #bbb66f
RGB | 187 | 182 | 111 |
---|---|---|---|
HSL | 0.16 | 0.36 | 0.58 |
HSV | 56° | 41° | 73° |
CMYK | 0.00 | 0.03 | 0.41 0.27 |
XYZ | 40.0907 | 45.1684 | 21.6443 |
Yxy | 45.1684 | 0.3750 | 0.4225 |
Hunter Lab | 67.2074 | -11.1339 | 27.9507 |
CIE-Lab | 73.0026 | -8.6547 | 36.7295 |
#bbb66f color RGB value is (187,182,111).
#bbb66f hex color red value is 187, green value is 182 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbb66f hue: 0.16 , saturation: 0.36 and the lightness value of bbb66f is 0.58.
The process color (four color CMYK) of #bbb66f color hex is 0.00, 0.03, 0.41, 0.27. Web safe color of #bbb66f is #cccc66. Color #bbb66f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10110110 | 01101111 |
Octal | 273 | 266 | 157 |
Decimal | 187 | 182 | 111 |
Hex | BB | B6 | 6F |
Shades of #bbb66f
Tints of #bbb66f
RGB Percentages of Color #bbb66f
CMYK Percentages of Color #bbb66f
Complementary Color
#bbb66f | #6f74bb |
#bbb66f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb66f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb66f Color CSS Codes
.mybgcolor {background-color:#bbb66f; } .myforecolor {color:#bbb66f; } .mybordercolor {border:3px solid #bbb66f; }
#bbb66f Text Font Color
<p style="color:#bbb66f">Text here</p>
This sample text font color is #bbb66f
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.
#bbb66f Background Color
<div style="background-color:#bbb66f">
Div content here</div>
This div background color is #bbb66f
#bbb66f Border Color
<div style="border:3px solid #bbb66f">
Div here</div>
This div border color is #bbb66f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,182,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb66f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb66f; -webkit-box-shadow: 1px 1px 3px 2px #bbb66f; box-shadow: 1px 1px 3px 2px #bbb66f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,182,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 #bbb66f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb66f; -webkit-box-shadow: 1px 1px 3px 2px #bbb66f; box-shadow: 1px 1px 3px 2px #bbb66f;">
Div content here</div>
This div box has shadow with color #bbb66f
Comments
No comments written yet.
Please login to write comment.