Color Hex Logo

#ba872a Color Hex

#BA872A
(186,135,42)
0 Favorites   0 Comments

Color spaces of #ba872a

RGB 18613542
HSL0.110.630.45
HSV39°77°73°
CMYK 0.000.270.77   0.27
XYZ29.331627.93426.0364
Yxy27.93420.46340.4413
Hunter Lab52.85286.569330.2254
CIE-Lab59.829211.035054.4791

#ba872a color RGB value is (186,135,42).

#ba872a hex color red value is 186, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ba872a hue: 0.11 , saturation: 0.63 and the lightness value of ba872a is 0.45.

The process color (four color CMYK) of #ba872a color hex is 0.00, 0.27, 0.77, 0.27. Web safe color of #ba872a is #cc9933. Color #ba872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 00101010
Octal 272 207 52
Decimal 186 135 42
Hex BA 87 2A

RGB Percentages of Color #ba872a

%51.24
%37.19
%11.57

CMYK Percentages of Color #ba872a

%0
%27
%77
%27

Triadic Colors of #ba872a

#ba872a #2aba87 #872aba

Analogous Colors of #ba872a

#ba872a #a5ba2a #ba3f2a

Monochromatic Colors of #ba872a

#ba872a

Complementary Color

#ba872a #2a5dba

#ba872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba872a Color CSS Codes

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

#ba872a Text Font Color

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

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


#ba872a Background Color

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

This div background color is #ba872a


#ba872a Border Color

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

This div border color is #ba872a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,135,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba872a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba872a


Comments

No comments written yet.

Please login to write comment.