Color Hex Logo

#baaa0a Color Hex

#BAAA0A
(186,170,10)
0 Favorites   0 Comments

Color spaces of #baaa0a

RGB 18617010
HSL0.150.900.38
HSV55°95°73°
CMYK 0.000.090.95   0.27
XYZ34.679239.21056.0277
Yxy39.21050.43390.4906
Hunter Lab62.6183-10.725338.1255
CIE-Lab68.9035-8.679270.1609

#baaa0a color RGB value is (186,170,10).

#baaa0a hex color red value is 186, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #baaa0a hue: 0.15 , saturation: 0.90 and the lightness value of baaa0a is 0.38.

The process color (four color CMYK) of #baaa0a color hex is 0.00, 0.09, 0.95, 0.27. Web safe color of #baaa0a is #cc9900. Color #baaa0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 00001010
Octal 272 252 12
Decimal 186 170 10
Hex BA AA A

RGB Percentages of Color #baaa0a

%50.82
%46.45
%2.73

CMYK Percentages of Color #baaa0a

%0
%9
%95
%27

Triadic Colors of #baaa0a

#baaa0a #0abaaa #aa0aba

Analogous Colors of #baaa0a

#baaa0a #72ba0a #ba520a

Monochromatic Colors of #baaa0a

#baaa0a

Complementary Color

#baaa0a #0a1aba

#baaa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa0a Color CSS Codes

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

#baaa0a Text Font Color

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

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


#baaa0a Background Color

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

This div background color is #baaa0a


#baaa0a Border Color

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

This div border color is #baaa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa0a


Comments

No comments written yet.

Please login to write comment.