Color Hex Logo

#ba872e Color Hex

#BA872E
(186,135,46)
0 Favorites   0 Comments

Color spaces of #ba872e

RGB 18613546
HSL0.110.600.45
HSV38°75°73°
CMYK 0.000.270.75   0.27
XYZ29.406827.96436.4325
Yxy27.96430.46090.4383
Hunter Lab52.88136.720029.8048
CIE-Lab59.856511.206152.8932

#ba872e color RGB value is (186,135,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 00101110
Octal 272 207 56
Decimal 186 135 46
Hex BA 87 2E

RGB Percentages of Color #ba872e

%50.68
%36.78
%12.53

CMYK Percentages of Color #ba872e

%0
%27
%75
%27

Triadic Colors of #ba872e

#ba872e #2eba87 #872eba

Analogous Colors of #ba872e

#ba872e #a7ba2e #ba412e

Monochromatic Colors of #ba872e

#ba872e

Complementary Color

#ba872e #2e61ba

#ba872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba872e Color CSS Codes

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

#ba872e Text Font Color

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

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


#ba872e Background Color

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

This div background color is #ba872e


#ba872e Border Color

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

This div border color is #ba872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba872e


Comments

No comments written yet.

Please login to write comment.