Color spaces of #bbb99e
RGB | 187 | 185 | 158 |
---|---|---|---|
HSL | 0.16 | 0.18 | 0.68 |
HSV | 56° | 16° | 73° |
CMYK | 0.00 | 0.01 | 0.16 0.27 |
XYZ | 44.0140 | 47.7313 | 39.2410 |
Yxy | 47.7313 | 0.3360 | 0.3644 |
Hunter Lab | 69.0878 | -7.1862 | 14.6855 |
CIE-Lab | 74.6551 | -3.9243 | 13.9741 |
#bbb99e color RGB value is (187,185,158).
#bbb99e hex color red value is 187, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bbb99e hue: 0.16 , saturation: 0.18 and the lightness value of bbb99e is 0.68.
The process color (four color CMYK) of #bbb99e color hex is 0.00, 0.01, 0.16, 0.27. Web safe color of #bbb99e is #cccc99. Color #bbb99e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111001 | 10011110 |
Octal | 273 | 271 | 236 |
Decimal | 187 | 185 | 158 |
Hex | BB | B9 | 9E |
Shades of #bbb99e
Tints of #bbb99e
RGB Percentages of Color #bbb99e
CMYK Percentages of Color #bbb99e
Complementary Color
#bbb99e | #9ea0bb |
#bbb99e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb99e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb99e Color CSS Codes
.mybgcolor {background-color:#bbb99e; } .myforecolor {color:#bbb99e; } .mybordercolor {border:3px solid #bbb99e; }
#bbb99e Text Font Color
<p style="color:#bbb99e">Text here</p>
This sample text font color is #bbb99e
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.
#bbb99e Background Color
<div style="background-color:#bbb99e">
Div content here</div>
This div background color is #bbb99e
#bbb99e Border Color
<div style="border:3px solid #bbb99e">
Div here</div>
This div border color is #bbb99e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,185,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb99e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb99e; -webkit-box-shadow: 1px 1px 3px 2px #bbb99e; box-shadow: 1px 1px 3px 2px #bbb99e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,185,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb99e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb99e; -webkit-box-shadow: 1px 1px 3px 2px #bbb99e; box-shadow: 1px 1px 3px 2px #bbb99e;">
Div content here</div>
This div box has shadow with color #bbb99e
Comments
No comments written yet.
Please login to write comment.