Color Hex Logo

#baaa5a Color Hex

#BAAA5A
(186,170,90)
0 Favorites   0 Comments

Color spaces of #baaa5a

RGB 18617090
HSL0.140.410.54
HSV50°52°73°
CMYK 0.000.090.52   0.27
XYZ36.469939.926715.4573
Yxy39.92670.39700.4347
Hunter Lab63.1876-7.553629.7275
CIE-Lab69.4173-4.847342.9383

#baaa5a color RGB value is (186,170,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01011010
Octal 272 252 132
Decimal 186 170 90
Hex BA AA 5A

RGB Percentages of Color #baaa5a

%41.70
%38.12
%20.18

CMYK Percentages of Color #baaa5a

%0
%9
%52
%27

Triadic Colors of #baaa5a

#baaa5a #5abaaa #aa5aba

Analogous Colors of #baaa5a

#baaa5a #9aba5a #ba7a5a

Monochromatic Colors of #baaa5a

#baaa5a

Complementary Color

#baaa5a #5a6aba

#baaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa5a Color CSS Codes

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

#baaa5a Text Font Color

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

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


#baaa5a Background Color

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

This div background color is #baaa5a


#baaa5a Border Color

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

This div border color is #baaa5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaa5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa5a


Comments

No comments written yet.

Please login to write comment.