Color Hex Logo

#baa72f Color Hex

#BAA72F
(186,167,47)
0 Favorites   0 Comments

Color spaces of #baa72f

RGB 18616747
HSL0.140.600.46
HSV52°75°73°
CMYK 0.000.100.75   0.27
XYZ34.581538.28188.2558
Yxy38.28180.42630.4719
Hunter Lab61.8723-8.509735.3994
CIE-Lab68.2278-6.102760.5698

#baa72f color RGB value is (186,167,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00101111
Octal 272 247 57
Decimal 186 167 47
Hex BA A7 2F

RGB Percentages of Color #baa72f

%46.50
%41.75
%11.75

CMYK Percentages of Color #baa72f

%0
%10
%75
%27

Triadic Colors of #baa72f

#baa72f #2fbaa7 #a72fba

Analogous Colors of #baa72f

#baa72f #88ba2f #ba622f

Monochromatic Colors of #baa72f

#baa72f

Complementary Color

#baa72f #2f42ba

#baa72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa72f Color CSS Codes

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

#baa72f Text Font Color

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

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


#baa72f Background Color

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

This div background color is #baa72f


#baa72f Border Color

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

This div border color is #baa72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa72f


Comments

No comments written yet.

Please login to write comment.