Color Hex Logo

#baa487 Color Hex

#BAA487
(186,164,135)
0 Favorites   0 Comments

Color spaces of #baa487

RGB 186164135
HSL0.090.270.63
HSV34°27°73°
CMYK 0.000.120.27   0.27
XYZ37.898338.739328.4016
Yxy38.73930.36080.3688
Hunter Lab62.2409-0.233516.5136
CIE-Lab68.56203.522118.0083

#baa487 color RGB value is (186,164,135).

#baa487 hex color red value is 186, green value is 164 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #baa487 hue: 0.09 , saturation: 0.27 and the lightness value of baa487 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10000111
Octal 272 244 207
Decimal 186 164 135
Hex BA A4 87

RGB Percentages of Color #baa487

%38.35
%33.81
%27.84

CMYK Percentages of Color #baa487

%0
%12
%27
%27

Triadic Colors of #baa487

#baa487 #87baa4 #a487ba

Analogous Colors of #baa487

#baa487 #b7ba87 #ba8b87

Monochromatic Colors of #baa487

#baa487

Complementary Color

#baa487 #879dba

#baa487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa487 Color CSS Codes

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

#baa487 Text Font Color

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

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


#baa487 Background Color

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

This div background color is #baa487


#baa487 Border Color

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

This div border color is #baa487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa487


Comments

No comments written yet.

Please login to write comment.