Color Hex Logo

#baa07f Color Hex

#BAA07F
(186,160,127)
0 Favorites   0 Comments

Color spaces of #baa07f

RGB 186160127
HSL0.090.300.61
HSV34°32°73°
CMYK 0.000.140.32   0.27
XYZ36.651337.113025.3105
Yxy37.11300.36990.3746
Hunter Lab60.92040.779418.0112
CIE-Lab67.36174.614320.7540

#baa07f color RGB value is (186,160,127).

#baa07f hex color red value is 186, green value is 160 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #baa07f hue: 0.09 , saturation: 0.30 and the lightness value of baa07f is 0.61.

The process color (four color CMYK) of #baa07f color hex is 0.00, 0.14, 0.32, 0.27. Web safe color of #baa07f is #cc9966. Color #baa07f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100000 01111111
Octal 272 240 177
Decimal 186 160 127
Hex BA A0 7F

RGB Percentages of Color #baa07f

%39.32
%33.83
%26.85

CMYK Percentages of Color #baa07f

%0
%14
%32
%27

Triadic Colors of #baa07f

#baa07f #7fbaa0 #a07fba

Analogous Colors of #baa07f

#baa07f #b7ba7f #ba837f

Monochromatic Colors of #baa07f

#baa07f

Complementary Color

#baa07f #7f99ba

#baa07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa07f Color CSS Codes

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

#baa07f Text Font Color

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

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


#baa07f Background Color

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

This div background color is #baa07f


#baa07f Border Color

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

This div border color is #baa07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa07f


Comments

No comments written yet.

Please login to write comment.