Color Hex Logo

#baa16e Color Hex

#BAA16E
(186,161,110)
0 Favorites   0 Comments

Color spaces of #baa16e

RGB 186161110
HSL0.110.360.58
HSV40°41°73°
CMYK 0.000.130.41   0.27
XYZ35.809037.054620.0168
Yxy37.05460.38550.3989
Hunter Lab60.8725-1.522023.1143
CIE-Lab67.31801.993329.9305

#baa16e color RGB value is (186,161,110).

#baa16e hex color red value is 186, green value is 161 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #baa16e hue: 0.11 , saturation: 0.36 and the lightness value of baa16e is 0.58.

The process color (four color CMYK) of #baa16e color hex is 0.00, 0.13, 0.41, 0.27. Web safe color of #baa16e is #cc9966. Color #baa16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01101110
Octal 272 241 156
Decimal 186 161 110
Hex BA A1 6E

RGB Percentages of Color #baa16e

%40.70
%35.23
%24.07

CMYK Percentages of Color #baa16e

%0
%13
%41
%27

Triadic Colors of #baa16e

#baa16e #6ebaa1 #a16eba

Analogous Colors of #baa16e

#baa16e #adba6e #ba7b6e

Monochromatic Colors of #baa16e

#baa16e

Complementary Color

#baa16e #6e87ba

#baa16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa16e Color CSS Codes

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

#baa16e Text Font Color

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

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


#baa16e Background Color

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

This div background color is #baa16e


#baa16e Border Color

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

This div border color is #baa16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa16e


Comments

No comments written yet.

Please login to write comment.