Color spaces of #bbb95e
RGB | 187 | 185 | 94 |
---|---|---|---|
HSL | 0.16 | 0.41 | 0.55 |
HSV | 59° | 50° | 73° |
CMYK | 0.00 | 0.01 | 0.50 0.27 |
XYZ | 39.8629 | 46.0709 | 17.3812 |
Yxy | 46.0709 | 0.3858 | 0.4459 |
Hunter Lab | 67.8755 | -13.9502 | 32.3302 |
CIE-Lab | 73.5915 | -11.9045 | 45.9748 |
#bbb95e color RGB value is (187,185,94).
#bbb95e hex color red value is 187, green value is 185 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbb95e hue: 0.16 , saturation: 0.41 and the lightness value of bbb95e is 0.55.
The process color (four color CMYK) of #bbb95e color hex is 0.00, 0.01, 0.50, 0.27. Web safe color of #bbb95e is #cccc66. Color #bbb95e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111001 | 01011110 |
Octal | 273 | 271 | 136 |
Decimal | 187 | 185 | 94 |
Hex | BB | B9 | 5E |
Shades of #bbb95e
Tints of #bbb95e
RGB Percentages of Color #bbb95e
CMYK Percentages of Color #bbb95e
Complementary Color
#bbb95e | #5e60bb |
#bbb95e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb95e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb95e Color CSS Codes
.mybgcolor {background-color:#bbb95e; } .myforecolor {color:#bbb95e; } .mybordercolor {border:3px solid #bbb95e; }
#bbb95e Text Font Color
<p style="color:#bbb95e">Text here</p>
This sample text font color is #bbb95e
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.
#bbb95e Background Color
<div style="background-color:#bbb95e">
Div content here</div>
This div background color is #bbb95e
#bbb95e Border Color
<div style="border:3px solid #bbb95e">
Div here</div>
This div border color is #bbb95e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,185,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb95e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb95e; -webkit-box-shadow: 1px 1px 3px 2px #bbb95e; box-shadow: 1px 1px 3px 2px #bbb95e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,185,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb95e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb95e; -webkit-box-shadow: 1px 1px 3px 2px #bbb95e; box-shadow: 1px 1px 3px 2px #bbb95e;">
Div content here</div>
This div box has shadow with color #bbb95e
Comments
No comments written yet.
Please login to write comment.