Color spaces of #ba900f
RGB | 186 | 144 | 15 |
---|---|---|---|
HSL | 0.13 | 0.85 | 0.39 |
HSV | 45° | 92° | 73° |
CMYK | 0.00 | 0.23 | 0.92 0.27 |
XYZ | 30.3092 | 30.4201 | 4.7261 |
Yxy | 30.4201 | 0.4631 | 0.4647 |
Hunter Lab | 55.1544 | 1.5715 | 33.5276 |
CIE-Lab | 62.0150 | 5.3264 | 64.2212 |
#ba900f color RGB value is (186,144,15).
#ba900f hex color red value is 186, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ba900f hue: 0.13 , saturation: 0.85 and the lightness value of ba900f is 0.39.
The process color (four color CMYK) of #ba900f color hex is 0.00, 0.23, 0.92, 0.27. Web safe color of #ba900f is #cc9900. Color #ba900f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10010000 | 00001111 |
Octal | 272 | 220 | 17 |
Decimal | 186 | 144 | 15 |
Hex | BA | 90 | F |
Shades of #ba900f
Tints of #ba900f
RGB Percentages of Color #ba900f
CMYK Percentages of Color #ba900f
Complementary Color
#ba900f | #0f39ba |
#ba900f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba900f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba900f Color CSS Codes
.mybgcolor {background-color:#ba900f; } .myforecolor {color:#ba900f; } .mybordercolor {border:3px solid #ba900f; }
#ba900f Text Font Color
<p style="color:#ba900f">Text here</p>
This sample text font color is #ba900f
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.
#ba900f Background Color
<div style="background-color:#ba900f">
Div content here</div>
This div background color is #ba900f
#ba900f Border Color
<div style="border:3px solid #ba900f">
Div here</div>
This div border color is #ba900f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,144,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba900f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba900f; -webkit-box-shadow: 1px 1px 3px 2px #ba900f; box-shadow: 1px 1px 3px 2px #ba900f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,144,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba900f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba900f; -webkit-box-shadow: 1px 1px 3px 2px #ba900f; box-shadow: 1px 1px 3px 2px #ba900f;">
Div content here</div>
This div box has shadow with color #ba900f
Comments
No comments written yet.
Please login to write comment.