Color spaces of #bba03a
RGB | 187 | 160 | 58 |
---|---|---|---|
HSL | 0.13 | 0.53 | 0.48 |
HSV | 47° | 69° | 73° |
CMYK | 0.00 | 0.14 | 0.69 0.27 |
XYZ | 33.8280 | 36.0119 | 9.1710 |
Yxy | 36.0119 | 0.4281 | 0.4558 |
Hunter Lab | 60.0099 | -4.3957 | 32.9460 |
CIE-Lab | 66.5290 | -1.3920 | 54.6218 |
#bba03a color RGB value is (187,160,58).
#bba03a hex color red value is 187, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bba03a hue: 0.13 , saturation: 0.53 and the lightness value of bba03a is 0.48.
The process color (four color CMYK) of #bba03a color hex is 0.00, 0.14, 0.69, 0.27. Web safe color of #bba03a is #cc9933. Color #bba03a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100000 | 00111010 |
Octal | 273 | 240 | 72 |
Decimal | 187 | 160 | 58 |
Hex | BB | A0 | 3A |
Shades of #bba03a
Tints of #bba03a
RGB Percentages of Color #bba03a
CMYK Percentages of Color #bba03a
Complementary Color
#bba03a | #3a55bb |
#bba03a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba03a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba03a Color CSS Codes
.mybgcolor {background-color:#bba03a; } .myforecolor {color:#bba03a; } .mybordercolor {border:3px solid #bba03a; }
#bba03a Text Font Color
<p style="color:#bba03a">Text here</p>
This sample text font color is #bba03a
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.
#bba03a Background Color
<div style="background-color:#bba03a">
Div content here</div>
This div background color is #bba03a
#bba03a Border Color
<div style="border:3px solid #bba03a">
Div here</div>
This div border color is #bba03a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,160,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba03a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba03a; -webkit-box-shadow: 1px 1px 3px 2px #bba03a; box-shadow: 1px 1px 3px 2px #bba03a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,160,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba03a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba03a; -webkit-box-shadow: 1px 1px 3px 2px #bba03a; box-shadow: 1px 1px 3px 2px #bba03a;">
Div content here</div>
This div box has shadow with color #bba03a
#bba03a Color Palettes
Comments
No comments written yet.
Please login to write comment.