Color Hex Logo

#baa59a Color Hex

#BAA59A
(186,165,154)
0 Favorites   0 Comments

Color spaces of #baa59a

RGB 186165154
HSL0.060.190.67
HSV21°17°73°
CMYK 0.000.110.17   0.27
XYZ39.537639.682536.1475
Yxy39.68250.34270.3440
Hunter Lab62.99401.794210.0738
CIE-Lab69.24285.81918.4853

#baa59a color RGB value is (186,165,154).

#baa59a hex color red value is 186, green value is 165 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #baa59a hue: 0.06 , saturation: 0.19 and the lightness value of baa59a is 0.67.

The process color (four color CMYK) of #baa59a color hex is 0.00, 0.11, 0.17, 0.27. Web safe color of #baa59a is #cc9999. Color #baa59a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 10011010
Octal 272 245 232
Decimal 186 165 154
Hex BA A5 9A

RGB Percentages of Color #baa59a

%36.83
%32.67
%30.50

CMYK Percentages of Color #baa59a

%0
%11
%17
%27

Triadic Colors of #baa59a

#baa59a #9abaa5 #a59aba

Analogous Colors of #baa59a

#baa59a #bab59a #ba9a9f

Monochromatic Colors of #baa59a

#baa59a

Complementary Color

#baa59a #9aafba

#baa59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa59a Color CSS Codes

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

#baa59a Text Font Color

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

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


#baa59a Background Color

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

This div background color is #baa59a


#baa59a Border Color

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

This div border color is #baa59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa59a

#baa59a Color Palettes


Comments

No comments written yet.

Please login to write comment.