Color Hex Logo

#baa72a Color Hex

#BAA72A
(186,167,42)
0 Favorites   0 Comments

Color spaces of #baa72a

RGB 18616742
HSL0.140.630.45
HSV52°77°73°
CMYK 0.000.100.77   0.27
XYZ34.486338.24377.7546
Yxy38.24370.42850.4752
Hunter Lab61.8415-8.681035.8544
CIE-Lab68.1998-6.310162.2705

#baa72a color RGB value is (186,167,42).

#baa72a hex color red value is 186, green value is 167 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #baa72a hue: 0.14 , saturation: 0.63 and the lightness value of baa72a is 0.45.

The process color (four color CMYK) of #baa72a color hex is 0.00, 0.10, 0.77, 0.27. Web safe color of #baa72a is #cc9933. Color #baa72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00101010
Octal 272 247 52
Decimal 186 167 42
Hex BA A7 2A

RGB Percentages of Color #baa72a

%47.09
%42.28
%10.63

CMYK Percentages of Color #baa72a

%0
%10
%77
%27

Triadic Colors of #baa72a

#baa72a #2abaa7 #a72aba

Analogous Colors of #baa72a

#baa72a #85ba2a #ba5f2a

Monochromatic Colors of #baa72a

#baa72a

Complementary Color

#baa72a #2a3dba

#baa72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa72a Color CSS Codes

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

#baa72a Text Font Color

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

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


#baa72a Background Color

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

This div background color is #baa72a


#baa72a Border Color

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

This div border color is #baa72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa72a


Comments

No comments written yet.

Please login to write comment.