Color spaces of #ba771c
RGB | 186 | 119 | 28 |
---|---|---|---|
HSL | 0.10 | 0.74 | 0.42 |
HSV | 35° | 85° | 73° |
CMYK | 0.00 | 0.36 | 0.85 0.27 |
XYZ | 27.0561 | 23.7166 | 4.2504 |
Yxy | 23.7166 | 0.4917 | 0.4310 |
Hunter Lab | 48.6997 | 13.9448 | 28.9151 |
CIE-Lab | 55.8029 | 19.4160 | 55.9528 |
#ba771c color RGB value is (186,119,28).
#ba771c hex color red value is 186, green value is 119 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ba771c hue: 0.10 , saturation: 0.74 and the lightness value of ba771c is 0.42.
The process color (four color CMYK) of #ba771c color hex is 0.00, 0.36, 0.85, 0.27. Web safe color of #ba771c is #cc6633. Color #ba771c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01110111 | 00011100 |
Octal | 272 | 167 | 34 |
Decimal | 186 | 119 | 28 |
Hex | BA | 77 | 1C |
Shades of #ba771c
Tints of #ba771c
RGB Percentages of Color #ba771c
CMYK Percentages of Color #ba771c
Complementary Color
#ba771c | #1c5fba |
#ba771c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba771c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba771c Color CSS Codes
.mybgcolor {background-color:#ba771c; } .myforecolor {color:#ba771c; } .mybordercolor {border:3px solid #ba771c; }
#ba771c Text Font Color
<p style="color:#ba771c">Text here</p>
This sample text font color is #ba771c
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.
#ba771c Background Color
<div style="background-color:#ba771c">
Div content here</div>
This div background color is #ba771c
#ba771c Border Color
<div style="border:3px solid #ba771c">
Div here</div>
This div border color is #ba771c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,119,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba771c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba771c; -webkit-box-shadow: 1px 1px 3px 2px #ba771c; box-shadow: 1px 1px 3px 2px #ba771c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,119,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba771c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba771c; -webkit-box-shadow: 1px 1px 3px 2px #ba771c; box-shadow: 1px 1px 3px 2px #ba771c;">
Div content here</div>
This div box has shadow with color #ba771c
Comments
No comments written yet.
Please login to write comment.