Color Hex Logo

#baa477 Color Hex

#BAA477
(186,164,119)
0 Favorites   0 Comments

Color spaces of #baa477

RGB 186164119
HSL0.110.330.60
HSV40°36°73°
CMYK 0.000.120.36   0.27
XYZ36.854938.321922.9072
Yxy38.32190.37570.3907
Hunter Lab61.9047-2.063421.3936
CIE-Lab68.25721.427126.3202

#baa477 color RGB value is (186,164,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01110111
Octal 272 244 167
Decimal 186 164 119
Hex BA A4 77

RGB Percentages of Color #baa477

%39.66
%34.97
%25.37

CMYK Percentages of Color #baa477

%0
%12
%36
%27

Triadic Colors of #baa477

#baa477 #77baa4 #a477ba

Analogous Colors of #baa477

#baa477 #afba77 #ba8377

Monochromatic Colors of #baa477

#baa477

Complementary Color

#baa477 #778dba

#baa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa477 Color CSS Codes

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

#baa477 Text Font Color

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

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


#baa477 Background Color

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

This div background color is #baa477


#baa477 Border Color

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

This div border color is #baa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa477


Comments

No comments written yet.

Please login to write comment.