Color spaces of #bba92a
RGB | 187 | 169 | 42 |
---|---|---|---|
HSL | 0.15 | 0.63 | 0.45 |
HSV | 53° | 78° | 73° |
CMYK | 0.00 | 0.10 | 0.78 0.27 |
XYZ | 35.0994 | 39.1079 | 7.8891 |
Yxy | 39.1079 | 0.4275 | 0.4764 |
Hunter Lab | 62.5363 | -9.2529 | 36.2958 |
CIE-Lab | 68.8294 | -6.9225 | 62.8793 |
#bba92a color RGB value is (187,169,42).
#bba92a hex color red value is 187, green value is 169 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bba92a hue: 0.15 , saturation: 0.63 and the lightness value of bba92a is 0.45.
The process color (four color CMYK) of #bba92a color hex is 0.00, 0.10, 0.78, 0.27. Web safe color of #bba92a is #cc9933. Color #bba92a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101001 | 00101010 |
Octal | 273 | 251 | 52 |
Decimal | 187 | 169 | 42 |
Hex | BB | A9 | 2A |
Shades of #bba92a
Tints of #bba92a
RGB Percentages of Color #bba92a
CMYK Percentages of Color #bba92a
Complementary Color
#bba92a | #2a3cbb |
#bba92a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba92a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba92a Color CSS Codes
.mybgcolor {background-color:#bba92a; } .myforecolor {color:#bba92a; } .mybordercolor {border:3px solid #bba92a; }
#bba92a Text Font Color
<p style="color:#bba92a">Text here</p>
This sample text font color is #bba92a
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.
#bba92a Background Color
<div style="background-color:#bba92a">
Div content here</div>
This div background color is #bba92a
#bba92a Border Color
<div style="border:3px solid #bba92a">
Div here</div>
This div border color is #bba92a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,169,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba92a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba92a; -webkit-box-shadow: 1px 1px 3px 2px #bba92a; box-shadow: 1px 1px 3px 2px #bba92a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,169,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba92a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba92a; -webkit-box-shadow: 1px 1px 3px 2px #bba92a; box-shadow: 1px 1px 3px 2px #bba92a;">
Div content here</div>
This div box has shadow with color #bba92a
Comments
No comments written yet.
Please login to write comment.