Color Hex Logo

#baa37e Color Hex

#BAA37E
(186,163,126)
0 Favorites   0 Comments

Color spaces of #baa37e

RGB 186163126
HSL0.100.300.61
HSV37°32°73°
CMYK 0.000.120.32   0.27
XYZ37.112838.139825.1443
Yxy38.13980.36970.3799
Hunter Lab61.7574-0.806919.0905
CIE-Lab68.12352.851822.3372

#baa37e color RGB value is (186,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01111110
Octal 272 243 176
Decimal 186 163 126
Hex BA A3 7E

RGB Percentages of Color #baa37e

%39.16
%34.32
%26.53

CMYK Percentages of Color #baa37e

%0
%12
%32
%27

Triadic Colors of #baa37e

#baa37e #7ebaa3 #a37eba

Analogous Colors of #baa37e

#baa37e #b3ba7e #ba857e

Monochromatic Colors of #baa37e

#baa37e

Complementary Color

#baa37e #7e95ba

#baa37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa37e Color CSS Codes

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

#baa37e Text Font Color

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

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


#baa37e Background Color

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

This div background color is #baa37e


#baa37e Border Color

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

This div border color is #baa37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa37e

#baa37e Color Palettes


Comments

No comments written yet.

Please login to write comment.