Color spaces of #ba703b
RGB | 186 | 112 | 59 |
---|---|---|---|
HSL | 0.07 | 0.52 | 0.48 |
HSV | 25° | 68° | 73° |
CMYK | 0.00 | 0.40 | 0.68 0.27 |
XYZ | 26.8333 | 22.3432 | 7.0361 |
Yxy | 22.3432 | 0.4774 | 0.3975 |
Hunter Lab | 47.2686 | 18.6103 | 24.2625 |
CIE-Lab | 54.3893 | 24.6041 | 41.1030 |
#ba703b color RGB value is (186,112,59).
#ba703b hex color red value is 186, green value is 112 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ba703b hue: 0.07 , saturation: 0.52 and the lightness value of ba703b is 0.48.
The process color (four color CMYK) of #ba703b color hex is 0.00, 0.40, 0.68, 0.27. Web safe color of #ba703b is #cc6633. Color #ba703b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01110000 | 00111011 |
Octal | 272 | 160 | 73 |
Decimal | 186 | 112 | 59 |
Hex | BA | 70 | 3B |
Shades of #ba703b
Tints of #ba703b
RGB Percentages of Color #ba703b
CMYK Percentages of Color #ba703b
Complementary Color
#ba703b | #3b85ba |
#ba703b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba703b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba703b Color CSS Codes
.mybgcolor {background-color:#ba703b; } .myforecolor {color:#ba703b; } .mybordercolor {border:3px solid #ba703b; }
#ba703b Text Font Color
<p style="color:#ba703b">Text here</p>
This sample text font color is #ba703b
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.
#ba703b Background Color
<div style="background-color:#ba703b">
Div content here</div>
This div background color is #ba703b
#ba703b Border Color
<div style="border:3px solid #ba703b">
Div here</div>
This div border color is #ba703b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,112,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba703b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba703b; -webkit-box-shadow: 1px 1px 3px 2px #ba703b; box-shadow: 1px 1px 3px 2px #ba703b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,112,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba703b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba703b; -webkit-box-shadow: 1px 1px 3px 2px #ba703b; box-shadow: 1px 1px 3px 2px #ba703b;">
Div content here</div>
This div box has shadow with color #ba703b
Comments
No comments written yet.
Please login to write comment.