Color spaces of #ba801e
RGB | 186 | 128 | 30 |
---|---|---|---|
HSL | 0.10 | 0.72 | 0.42 |
HSV | 38° | 84° | 73° |
CMYK | 0.00 | 0.31 | 0.84 0.27 |
XYZ | 28.2032 | 25.9712 | 4.7548 |
Yxy | 25.9712 | 0.4786 | 0.4407 |
Hunter Lab | 50.9619 | 9.6015 | 30.1415 |
CIE-Lab | 58.0097 | 14.4882 | 57.1735 |
#ba801e color RGB value is (186,128,30).
#ba801e hex color red value is 186, green value is 128 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ba801e hue: 0.10 , saturation: 0.72 and the lightness value of ba801e is 0.42.
The process color (four color CMYK) of #ba801e color hex is 0.00, 0.31, 0.84, 0.27. Web safe color of #ba801e is #cc9933. Color #ba801e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10000000 | 00011110 |
Octal | 272 | 200 | 36 |
Decimal | 186 | 128 | 30 |
Hex | BA | 80 | 1E |
Shades of #ba801e
Tints of #ba801e
RGB Percentages of Color #ba801e
CMYK Percentages of Color #ba801e
Complementary Color
#ba801e | #1e58ba |
#ba801e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba801e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba801e Color CSS Codes
.mybgcolor {background-color:#ba801e; } .myforecolor {color:#ba801e; } .mybordercolor {border:3px solid #ba801e; }
#ba801e Text Font Color
<p style="color:#ba801e">Text here</p>
This sample text font color is #ba801e
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.
#ba801e Background Color
<div style="background-color:#ba801e">
Div content here</div>
This div background color is #ba801e
#ba801e Border Color
<div style="border:3px solid #ba801e">
Div here</div>
This div border color is #ba801e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,128,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba801e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba801e; -webkit-box-shadow: 1px 1px 3px 2px #ba801e; box-shadow: 1px 1px 3px 2px #ba801e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,128,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba801e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba801e; -webkit-box-shadow: 1px 1px 3px 2px #ba801e; box-shadow: 1px 1px 3px 2px #ba801e;">
Div content here</div>
This div box has shadow with color #ba801e
Comments
No comments written yet.
Please login to write comment.