Color Hex Logo

#baa96a Color Hex

#BAA96A
(186,169,106)
0 Favorites   0 Comments

Color spaces of #baa96a

RGB 186169106
HSL0.130.370.57
HSV47°43°73°
CMYK 0.000.090.43   0.27
XYZ37.039239.855619.3764
Yxy39.85560.38470.4140
Hunter Lab63.1313-5.753625.9945
CIE-Lab69.3666-2.747834.6884

#baa96a color RGB value is (186,169,106).

#baa96a hex color red value is 186, green value is 169 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #baa96a hue: 0.13 , saturation: 0.37 and the lightness value of baa96a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01101010
Octal 272 251 152
Decimal 186 169 106
Hex BA A9 6A

RGB Percentages of Color #baa96a

%40.35
%36.66
%22.99

CMYK Percentages of Color #baa96a

%0
%9
%43
%27

Triadic Colors of #baa96a

#baa96a #6abaa9 #a96aba

Analogous Colors of #baa96a

#baa96a #a3ba6a #ba816a

Monochromatic Colors of #baa96a

#baa96a

Complementary Color

#baa96a #6a7bba

#baa96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa96a Color CSS Codes

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

#baa96a Text Font Color

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

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


#baa96a Background Color

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

This div background color is #baa96a


#baa96a Border Color

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

This div border color is #baa96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa96a


Comments

No comments written yet.

Please login to write comment.