Color Hex Logo

#baa49f Color Hex

#BAA49F
(186,164,159)
0 Favorites   0 Comments

Color spaces of #baa49f

RGB 186164159
HSL0.030.160.68
HSV11°15°73°
CMYK 0.000.120.15   0.27
XYZ39.783239.493238.3270
Yxy39.49320.33830.3358
Hunter Lab62.84363.02327.8308
CIE-Lab69.10707.17565.5221

#baa49f color RGB value is (186,164,159).

#baa49f hex color red value is 186, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #baa49f hue: 0.03 , saturation: 0.16 and the lightness value of baa49f is 0.68.

The process color (four color CMYK) of #baa49f color hex is 0.00, 0.12, 0.15, 0.27. Web safe color of #baa49f is #cc9999. Color #baa49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10011111
Octal 272 244 237
Decimal 186 164 159
Hex BA A4 9F

RGB Percentages of Color #baa49f

%36.54
%32.22
%31.24

CMYK Percentages of Color #baa49f

%0
%12
%15
%27

Triadic Colors of #baa49f

#baa49f #9fbaa4 #a49fba

Analogous Colors of #baa49f

#baa49f #bab29f #ba9fa8

Monochromatic Colors of #baa49f

#baa49f

Complementary Color

#baa49f #9fb5ba

#baa49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa49f Color CSS Codes

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

#baa49f Text Font Color

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

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


#baa49f Background Color

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

This div background color is #baa49f


#baa49f Border Color

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

This div border color is #baa49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa49f


Comments

No comments written yet.

Please login to write comment.