Color Hex Logo

#baac77 Color Hex

#BAAC77
(186,172,119)
0 Favorites   0 Comments

Color spaces of #baac77

RGB 186172119
HSL0.130.330.60
HSV47°36°73°
CMYK 0.000.080.36   0.27
XYZ38.332041.276123.3995
Yxy41.27610.37210.4007
Hunter Lab64.2465-5.931123.3783
CIE-Lab70.3689-2.867829.1151

#baac77 color RGB value is (186,172,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01110111
Octal 272 254 167
Decimal 186 172 119
Hex BA AC 77

RGB Percentages of Color #baac77

%38.99
%36.06
%24.95

CMYK Percentages of Color #baac77

%0
%8
%36
%27

Triadic Colors of #baac77

#baac77 #77baac #ac77ba

Analogous Colors of #baac77

#baac77 #a7ba77 #ba8b77

Monochromatic Colors of #baac77

#baac77

Complementary Color

#baac77 #7785ba

#baac77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac77 Color CSS Codes

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

#baac77 Text Font Color

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

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


#baac77 Background Color

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

This div background color is #baac77


#baac77 Border Color

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

This div border color is #baac77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac77


Comments

No comments written yet.

Please login to write comment.