Color Hex Logo

#baaa76 Color Hex

#BAAA76
(186,170,118)
0 Favorites   0 Comments

Color spaces of #baaa76

RGB 186170118
HSL0.130.330.60
HSV46°37°73°
CMYK 0.000.090.37   0.27
XYZ37.894440.496622.9589
Yxy40.49660.37390.3996
Hunter Lab63.6369-5.071823.1552
CIE-Lab69.8218-1.920628.9284

#baaa76 color RGB value is (186,170,118).

#baaa76 hex color red value is 186, green value is 170 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #baaa76 hue: 0.13 , saturation: 0.33 and the lightness value of baaa76 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01110110
Octal 272 252 166
Decimal 186 170 118
Hex BA AA 76

RGB Percentages of Color #baaa76

%39.24
%35.86
%24.89

CMYK Percentages of Color #baaa76

%0
%9
%37
%27

Triadic Colors of #baaa76

#baaa76 #76baaa #aa76ba

Analogous Colors of #baaa76

#baaa76 #a8ba76 #ba8876

Monochromatic Colors of #baaa76

#baaa76

Complementary Color

#baaa76 #7686ba

#baaa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa76 Color CSS Codes

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

#baaa76 Text Font Color

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

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


#baaa76 Background Color

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

This div background color is #baaa76


#baaa76 Border Color

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

This div border color is #baaa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa76


Comments

No comments written yet.

Please login to write comment.