Color Hex Logo

#ba860a Color Hex

#BA860A
(186,134,10)
0 Favorites   0 Comments

Color spaces of #ba860a

RGB 18613410
HSL0.120.900.38
HSV42°95°73°
CMYK 0.000.280.95   0.27
XYZ28.829627.51124.0779
Yxy27.51120.47720.4553
Hunter Lab52.45116.322532.1062
CIE-Lab59.444510.754563.1620

#ba860a color RGB value is (186,134,10).

#ba860a hex color red value is 186, green value is 134 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ba860a hue: 0.12 , saturation: 0.90 and the lightness value of ba860a is 0.38.

The process color (four color CMYK) of #ba860a color hex is 0.00, 0.28, 0.95, 0.27. Web safe color of #ba860a is #cc9900. Color #ba860a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 00001010
Octal 272 206 12
Decimal 186 134 10
Hex BA 86 A

RGB Percentages of Color #ba860a

%56.36
%40.61
%3.03

CMYK Percentages of Color #ba860a

%0
%28
%95
%27

Triadic Colors of #ba860a

#ba860a #0aba86 #860aba

Analogous Colors of #ba860a

#ba860a #96ba0a #ba2e0a

Monochromatic Colors of #ba860a

#ba860a

Complementary Color

#ba860a #0a3eba

#ba860a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba860a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba860a Color CSS Codes

.mybgcolor {background-color:#ba860a; } 
.myforecolor {color:#ba860a; }
.mybordercolor {border:3px solid #ba860a; }

#ba860a Text Font Color

<p style="color:#ba860a">Text here</p>

This sample text font color is #ba860a
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.


#ba860a Background Color

<div style="background-color:#ba860a">
Div content here</div>

This div background color is #ba860a


#ba860a Border Color

<div style="border:3px solid #ba860a">
Div here</div>

This div border color is #ba860a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,134,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba860a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba860a;
  -webkit-box-shadow: 1px 1px 3px 2px #ba860a;
  box-shadow:         1px 1px 3px 2px #ba860a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,134,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 #ba860a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba860a;
  -webkit-box-shadow: 1px 1px 3px 2px #ba860a;
  box-shadow:         1px 1px 3px 2px #ba860a;">
Div content here</div>

This div box has shadow with color #ba860a


Comments

No comments written yet.

Please login to write comment.