Color spaces of #ba580a
RGB | 186 | 88 | 10 |
---|---|---|---|
HSL | 0.07 | 0.90 | 0.38 |
HSV | 27° | 95° | 73° |
CMYK | 0.00 | 0.53 | 0.95 0.27 |
XYZ | 23.7942 | 17.4405 | 2.3994 |
Yxy | 17.4405 | 0.5453 | 0.3997 |
Hunter Lab | 41.7618 | 28.6189 | 25.8268 |
CIE-Lab | 48.8103 | 35.7687 | 55.6702 |
#ba580a color RGB value is (186,88,10).
#ba580a hex color red value is 186, green value is 88 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba580a hue: 0.07 , saturation: 0.90 and the lightness value of ba580a is 0.38.
The process color (four color CMYK) of #ba580a color hex is 0.00, 0.53, 0.95, 0.27. Web safe color of #ba580a is #cc6600. Color #ba580a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01011000 | 00001010 |
Octal | 272 | 130 | 12 |
Decimal | 186 | 88 | 10 |
Hex | BA | 58 | A |
Shades of #ba580a
Tints of #ba580a
RGB Percentages of Color #ba580a
CMYK Percentages of Color #ba580a
Complementary Color
#ba580a | #0a6cba |
#ba580a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba580a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba580a Color CSS Codes
.mybgcolor {background-color:#ba580a; } .myforecolor {color:#ba580a; } .mybordercolor {border:3px solid #ba580a; }
#ba580a Text Font Color
<p style="color:#ba580a">Text here</p>
This sample text font color is #ba580a
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.
#ba580a Background Color
<div style="background-color:#ba580a">
Div content here</div>
This div background color is #ba580a
#ba580a Border Color
<div style="border:3px solid #ba580a">
Div here</div>
This div border color is #ba580a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,88,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba580a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba580a; -webkit-box-shadow: 1px 1px 3px 2px #ba580a; box-shadow: 1px 1px 3px 2px #ba580a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,88,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba580a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba580a; -webkit-box-shadow: 1px 1px 3px 2px #ba580a; box-shadow: 1px 1px 3px 2px #ba580a;">
Div content here</div>
This div box has shadow with color #ba580a
Comments
No comments written yet.
Please login to write comment.