Color Hex Logo

#ba874a Color Hex

#BA874A
(186,135,74)
0 Favorites   0 Comments

Color spaces of #ba874a

RGB 18613574
HSL0.090.450.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ30.149728.261510.3445
Yxy28.26150.43850.4110
Hunter Lab53.16158.200625.6761
CIE-Lab60.124312.876039.9889

#ba874a color RGB value is (186,135,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 01001010
Octal 272 207 112
Decimal 186 135 74
Hex BA 87 4A

RGB Percentages of Color #ba874a

%47.09
%34.18
%18.73

CMYK Percentages of Color #ba874a

%0
%27
%60
%27

Triadic Colors of #ba874a

#ba874a #4aba87 #874aba

Analogous Colors of #ba874a

#ba874a #b5ba4a #ba4f4a

Monochromatic Colors of #ba874a

#ba874a

Complementary Color

#ba874a #4a7dba

#ba874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba874a Color CSS Codes

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

#ba874a Text Font Color

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

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


#ba874a Background Color

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

This div background color is #ba874a


#ba874a Border Color

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

This div border color is #ba874a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba874a


Comments

No comments written yet.

Please login to write comment.