Color spaces of #bbbd72
RGB | 187 | 189 | 114 |
---|---|---|---|
HSL | 0.17 | 0.36 | 0.59 |
HSV | 62° | 40° | 74° |
CMYK | 0.01 | 0.00 | 0.40 0.26 |
XYZ | 41.7284 | 48.1749 | 23.0190 |
Yxy | 48.1749 | 0.3695 | 0.4266 |
Hunter Lab | 69.4081 | -14.1495 | 28.9223 |
CIE-Lab | 74.9351 | -11.9464 | 37.6407 |
#bbbd72 color RGB value is (187,189,114).
#bbbd72 hex color red value is 187, green value is 189 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbbd72 hue: 0.17 , saturation: 0.36 and the lightness value of bbbd72 is 0.59.
The process color (four color CMYK) of #bbbd72 color hex is 0.01, 0.00, 0.40, 0.26. Web safe color of #bbbd72 is #cccc66. Color #bbbd72 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111101 | 01110010 |
Octal | 273 | 275 | 162 |
Decimal | 187 | 189 | 114 |
Hex | BB | BD | 72 |
Shades of #bbbd72
Tints of #bbbd72
RGB Percentages of Color #bbbd72
CMYK Percentages of Color #bbbd72
Complementary Color
#bbbd72 | #7472bd |
#bbbd72 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbd72 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbd72 Color CSS Codes
.mybgcolor {background-color:#bbbd72; } .myforecolor {color:#bbbd72; } .mybordercolor {border:3px solid #bbbd72; }
#bbbd72 Text Font Color
<p style="color:#bbbd72">Text here</p>
This sample text font color is #bbbd72
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.
#bbbd72 Background Color
<div style="background-color:#bbbd72">
Div content here</div>
This div background color is #bbbd72
#bbbd72 Border Color
<div style="border:3px solid #bbbd72">
Div here</div>
This div border color is #bbbd72
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,189,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbd72; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbd72; -webkit-box-shadow: 1px 1px 3px 2px #bbbd72; box-shadow: 1px 1px 3px 2px #bbbd72; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,189,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbd72">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbd72; -webkit-box-shadow: 1px 1px 3px 2px #bbbd72; box-shadow: 1px 1px 3px 2px #bbbd72;">
Div content here</div>
This div box has shadow with color #bbbd72
Comments
No comments written yet.
Please login to write comment.