Color Hex Logo

#ba874f Color Hex

#BA874F
(186,135,79)
0 Favorites   0 Comments

Color spaces of #ba874f

RGB 18613579
HSL0.090.440.52
HSV31°58°73°
CMYK 0.000.270.58   0.27
XYZ30.325028.331611.2674
Yxy28.33160.43370.4052
Hunter Lab53.22748.547924.7085
CIE-Lab60.187113.264537.4603

#ba874f color RGB value is (186,135,79).

#ba874f hex color red value is 186, green value is 135 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ba874f hue: 0.09 , saturation: 0.44 and the lightness value of ba874f is 0.52.

The process color (four color CMYK) of #ba874f color hex is 0.00, 0.27, 0.58, 0.27. Web safe color of #ba874f is #cc9966. Color #ba874f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 01001111
Octal 272 207 117
Decimal 186 135 79
Hex BA 87 4F

RGB Percentages of Color #ba874f

%46.50
%33.75
%19.75

CMYK Percentages of Color #ba874f

%0
%27
%58
%27

Triadic Colors of #ba874f

#ba874f #4fba87 #874fba

Analogous Colors of #ba874f

#ba874f #b8ba4f #ba524f

Monochromatic Colors of #ba874f

#ba874f

Complementary Color

#ba874f #4f82ba

#ba874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba874f Color CSS Codes

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

#ba874f Text Font Color

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

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


#ba874f Background Color

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

This div background color is #ba874f


#ba874f Border Color

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

This div border color is #ba874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba874f


Comments

No comments written yet.

Please login to write comment.