Color spaces of #bba42a
RGB | 187 | 164 | 42 |
---|---|---|---|
HSL | 0.14 | 0.63 | 0.45 |
HSV | 50° | 78° | 73° |
CMYK | 0.00 | 0.12 | 0.78 0.27 |
XYZ | 34.1869 | 37.2829 | 7.5850 |
Yxy | 37.2829 | 0.4324 | 0.4716 |
Hunter Lab | 61.0597 | -6.9137 | 35.3766 |
CIE-Lab | 67.4887 | -4.2800 | 61.6533 |
#bba42a color RGB value is (187,164,42).
#bba42a hex color red value is 187, green value is 164 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bba42a hue: 0.14 , saturation: 0.63 and the lightness value of bba42a is 0.45.
The process color (four color CMYK) of #bba42a color hex is 0.00, 0.12, 0.78, 0.27. Web safe color of #bba42a is #cc9933. Color #bba42a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100100 | 00101010 |
Octal | 273 | 244 | 52 |
Decimal | 187 | 164 | 42 |
Hex | BB | A4 | 2A |
Shades of #bba42a
Tints of #bba42a
RGB Percentages of Color #bba42a
CMYK Percentages of Color #bba42a
Complementary Color
#bba42a | #2a41bb |
#bba42a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba42a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba42a Color CSS Codes
.mybgcolor {background-color:#bba42a; } .myforecolor {color:#bba42a; } .mybordercolor {border:3px solid #bba42a; }
#bba42a Text Font Color
<p style="color:#bba42a">Text here</p>
This sample text font color is #bba42a
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.
#bba42a Background Color
<div style="background-color:#bba42a">
Div content here</div>
This div background color is #bba42a
#bba42a Border Color
<div style="border:3px solid #bba42a">
Div here</div>
This div border color is #bba42a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,164,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba42a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba42a; -webkit-box-shadow: 1px 1px 3px 2px #bba42a; box-shadow: 1px 1px 3px 2px #bba42a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,164,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 #bba42a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba42a; -webkit-box-shadow: 1px 1px 3px 2px #bba42a; box-shadow: 1px 1px 3px 2px #bba42a;">
Div content here</div>
This div box has shadow with color #bba42a
Comments
No comments written yet.
Please login to write comment.