Color Hex Logo

#ba872f Color Hex

#BA872F
(186,135,47)
0 Favorites   0 Comments

Color spaces of #ba872f

RGB 18613547
HSL0.110.600.46
HSV38°75°73°
CMYK 0.000.270.75   0.27
XYZ29.426827.97236.5376
Yxy27.97230.46020.4375
Hunter Lab52.88886.760129.6933
CIE-Lab59.863711.251652.4837

#ba872f color RGB value is (186,135,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 00101111
Octal 272 207 57
Decimal 186 135 47
Hex BA 87 2F

RGB Percentages of Color #ba872f

%50.54
%36.68
%12.77

CMYK Percentages of Color #ba872f

%0
%27
%75
%27

Triadic Colors of #ba872f

#ba872f #2fba87 #872fba

Analogous Colors of #ba872f

#ba872f #a8ba2f #ba422f

Monochromatic Colors of #ba872f

#ba872f

Complementary Color

#ba872f #2f62ba

#ba872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba872f Color CSS Codes

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

#ba872f Text Font Color

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

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


#ba872f Background Color

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

This div background color is #ba872f


#ba872f Border Color

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

This div border color is #ba872f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba872f


Comments

No comments written yet.

Please login to write comment.