Color Hex Logo

#baa476 Color Hex

#BAA476
(186,164,118)
0 Favorites   0 Comments

Color spaces of #baa476

RGB 186164118
HSL0.110.330.60
HSV41°37°73°
CMYK 0.000.120.37   0.27
XYZ36.795238.298022.5925
Yxy38.29800.37670.3921
Hunter Lab61.8854-2.168621.6748
CIE-Lab68.23971.305726.8373

#baa476 color RGB value is (186,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01110110
Octal 272 244 166
Decimal 186 164 118
Hex BA A4 76

RGB Percentages of Color #baa476

%39.74
%35.04
%25.21

CMYK Percentages of Color #baa476

%0
%12
%37
%27

Triadic Colors of #baa476

#baa476 #76baa4 #a476ba

Analogous Colors of #baa476

#baa476 #aeba76 #ba8276

Monochromatic Colors of #baa476

#baa476

Complementary Color

#baa476 #768cba

#baa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa476 Color CSS Codes

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

#baa476 Text Font Color

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

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


#baa476 Background Color

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

This div background color is #baa476


#baa476 Border Color

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

This div border color is #baa476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa476


Comments

No comments written yet.

Please login to write comment.