Color Hex Logo

#baa44f Color Hex

#BAA44F
(186,164,79)
0 Favorites   0 Comments

Color spaces of #baa44f

RGB 18616479
HSL0.130.440.52
HSV48°58°73°
CMYK 0.000.120.58   0.27
XYZ34.936437.554512.8045
Yxy37.55450.40960.4403
Hunter Lab61.2817-5.481130.5089
CIE-Lab67.6910-2.571946.3088

#baa44f color RGB value is (186,164,79).

#baa44f hex color red value is 186, green value is 164 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #baa44f hue: 0.13 , saturation: 0.44 and the lightness value of baa44f is 0.52.

The process color (four color CMYK) of #baa44f color hex is 0.00, 0.12, 0.58, 0.27. Web safe color of #baa44f is #cc9966. Color #baa44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01001111
Octal 272 244 117
Decimal 186 164 79
Hex BA A4 4F

RGB Percentages of Color #baa44f

%43.36
%38.23
%18.41

CMYK Percentages of Color #baa44f

%0
%12
%58
%27

Triadic Colors of #baa44f

#baa44f #4fbaa4 #a44fba

Analogous Colors of #baa44f

#baa44f #9bba4f #ba6f4f

Monochromatic Colors of #baa44f

#baa44f

Complementary Color

#baa44f #4f65ba

#baa44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa44f Color CSS Codes

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

#baa44f Text Font Color

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

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


#baa44f Background Color

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

This div background color is #baa44f


#baa44f Border Color

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

This div border color is #baa44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa44f


Comments

No comments written yet.

Please login to write comment.