Color spaces of #ba931a
RGB | 186 | 147 | 26 |
---|---|---|---|
HSL | 0.13 | 0.75 | 0.42 |
HSV | 45° | 86° | 73° |
CMYK | 0.00 | 0.21 | 0.86 0.27 |
XYZ | 30.8699 | 31.3811 | 5.4074 |
Yxy | 31.3811 | 0.4563 | 0.4638 |
Hunter Lab | 56.0188 | 0.3318 | 33.4900 |
CIE-Lab | 62.8280 | 3.9156 | 62.3959 |
#ba931a color RGB value is (186,147,26).
#ba931a hex color red value is 186, green value is 147 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ba931a hue: 0.13 , saturation: 0.75 and the lightness value of ba931a is 0.42.
The process color (four color CMYK) of #ba931a color hex is 0.00, 0.21, 0.86, 0.27. Web safe color of #ba931a is #cc9933. Color #ba931a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10010011 | 00011010 |
Octal | 272 | 223 | 32 |
Decimal | 186 | 147 | 26 |
Hex | BA | 93 | 1A |
Shades of #ba931a
Tints of #ba931a
RGB Percentages of Color #ba931a
CMYK Percentages of Color #ba931a
Complementary Color
#ba931a | #1a41ba |
#ba931a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba931a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba931a Color CSS Codes
.mybgcolor {background-color:#ba931a; } .myforecolor {color:#ba931a; } .mybordercolor {border:3px solid #ba931a; }
#ba931a Text Font Color
<p style="color:#ba931a">Text here</p>
This sample text font color is #ba931a
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.
#ba931a Background Color
<div style="background-color:#ba931a">
Div content here</div>
This div background color is #ba931a
#ba931a Border Color
<div style="border:3px solid #ba931a">
Div here</div>
This div border color is #ba931a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,147,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba931a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba931a; -webkit-box-shadow: 1px 1px 3px 2px #ba931a; box-shadow: 1px 1px 3px 2px #ba931a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,147,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba931a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba931a; -webkit-box-shadow: 1px 1px 3px 2px #ba931a; box-shadow: 1px 1px 3px 2px #ba931a;">
Div content here</div>
This div box has shadow with color #ba931a
Comments
No comments written yet.
Please login to write comment.