Color Hex Logo

#baa16c Color Hex

#BAA16C
(186,161,108)
0 Favorites   0 Comments

Color spaces of #baa16c

RGB 186161108
HSL0.110.360.58
HSV41°42°73°
CMYK 0.000.130.42   0.27
XYZ35.701337.011619.4496
Yxy37.01160.38740.4016
Hunter Lab60.8372-1.715223.6310
CIE-Lab67.28571.769930.9593

#baa16c color RGB value is (186,161,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01101100
Octal 272 241 154
Decimal 186 161 108
Hex BA A1 6C

RGB Percentages of Color #baa16c

%40.88
%35.38
%23.74

CMYK Percentages of Color #baa16c

%0
%13
%42
%27

Triadic Colors of #baa16c

#baa16c #6cbaa1 #a16cba

Analogous Colors of #baa16c

#baa16c #acba6c #ba7a6c

Monochromatic Colors of #baa16c

#baa16c

Complementary Color

#baa16c #6c85ba

#baa16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa16c Color CSS Codes

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

#baa16c Text Font Color

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

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


#baa16c Background Color

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

This div background color is #baa16c


#baa16c Border Color

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

This div border color is #baa16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa16c


Comments

No comments written yet.

Please login to write comment.