Color Hex Logo

#baa97f Color Hex

#BAA97F
(186,169,127)
0 Favorites   0 Comments

Color spaces of #baa97f

RGB 186169127
HSL0.120.300.61
HSV43°32°73°
CMYK 0.000.090.32   0.27
XYZ38.268440.347325.8495
Yxy40.34730.36630.3862
Hunter Lab63.5195-3.618920.3354
CIE-Lab69.7162-0.258723.9466

#baa97f color RGB value is (186,169,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01111111
Octal 272 251 177
Decimal 186 169 127
Hex BA A9 7F

RGB Percentages of Color #baa97f

%38.59
%35.06
%26.35

CMYK Percentages of Color #baa97f

%0
%9
%32
%27

Triadic Colors of #baa97f

#baa97f #7fbaa9 #a97fba

Analogous Colors of #baa97f

#baa97f #aeba7f #ba8c7f

Monochromatic Colors of #baa97f

#baa97f

Complementary Color

#baa97f #7f90ba

#baa97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa97f Color CSS Codes

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

#baa97f Text Font Color

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

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


#baa97f Background Color

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

This div background color is #baa97f


#baa97f Border Color

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

This div border color is #baa97f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,169,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 #baa97f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa97f


Comments

No comments written yet.

Please login to write comment.