Color Hex Logo

#baa55a Color Hex

#BAA55A
(186,165,90)
0 Favorites   0 Comments

Color spaces of #baa55a

RGB 18616590
HSL0.130.410.54
HSV47°52°73°
CMYK 0.000.110.52   0.27
XYZ35.550338.087615.1508
Yxy38.08760.40040.4290
Hunter Lab61.7152-5.178728.6452
CIE-Lab68.0851-2.185141.3357

#baa55a color RGB value is (186,165,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100101 01011010
Octal 272 245 132
Decimal 186 165 90
Hex BA A5 5A

RGB Percentages of Color #baa55a

%42.18
%37.41
%20.41

CMYK Percentages of Color #baa55a

%0
%11
%52
%27

Triadic Colors of #baa55a

#baa55a #5abaa5 #a55aba

Analogous Colors of #baa55a

#baa55a #9fba5a #ba755a

Monochromatic Colors of #baa55a

#baa55a

Complementary Color

#baa55a #5a6fba

#baa55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa55a Color CSS Codes

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

#baa55a Text Font Color

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

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


#baa55a Background Color

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

This div background color is #baa55a


#baa55a Border Color

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

This div border color is #baa55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa55a


Comments

No comments written yet.

Please login to write comment.