Color Hex Logo

#ba895a Color Hex

#BA895A
(186,137,90)
0 Favorites   0 Comments

Color spaces of #ba895a

RGB 18613790
HSL0.080.410.54
HSV29°52°73°
CMYK 0.000.260.52   0.27
XYZ31.040829.068613.6476
Yxy29.06860.42090.3941
Hunter Lab53.91538.416522.7326
CIE-Lab60.842113.108632.3953

#ba895a color RGB value is (186,137,90).

#ba895a hex color red value is 186, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ba895a hue: 0.08 , saturation: 0.41 and the lightness value of ba895a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 01011010
Octal 272 211 132
Decimal 186 137 90
Hex BA 89 5A

RGB Percentages of Color #ba895a

%45.04
%33.17
%21.79

CMYK Percentages of Color #ba895a

%0
%26
%52
%27

Triadic Colors of #ba895a

#ba895a #5aba89 #895aba

Analogous Colors of #ba895a

#ba895a #bab95a #ba5a5b

Monochromatic Colors of #ba895a

#ba895a

Complementary Color

#ba895a #5a8bba

#ba895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba895a Color CSS Codes

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

#ba895a Text Font Color

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

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


#ba895a Background Color

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

This div background color is #ba895a


#ba895a Border Color

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

This div border color is #ba895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba895a


Comments

No comments written yet.

Please login to write comment.