Color Hex Logo

#baa492 Color Hex

#BAA492
(186,164,146)
0 Favorites   0 Comments

Color spaces of #baa492

RGB 186164146
HSL0.080.220.65
HSV27°22°73°
CMYK 0.000.120.22   0.27
XYZ38.713539.065332.6941
Yxy39.06530.35040.3536
Hunter Lab62.50221.182912.7377
CIE-Lab68.79855.122612.2779

#baa492 color RGB value is (186,164,146).

#baa492 hex color red value is 186, green value is 164 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #baa492 hue: 0.08 , saturation: 0.22 and the lightness value of baa492 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10010010
Octal 272 244 222
Decimal 186 164 146
Hex BA A4 92

RGB Percentages of Color #baa492

%37.50
%33.06
%29.44

CMYK Percentages of Color #baa492

%0
%12
%22
%27

Triadic Colors of #baa492

#baa492 #92baa4 #a492ba

Analogous Colors of #baa492

#baa492 #bab892 #ba9294

Monochromatic Colors of #baa492

#baa492

Complementary Color

#baa492 #92a8ba

#baa492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa492 Color CSS Codes

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

#baa492 Text Font Color

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

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


#baa492 Background Color

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

This div background color is #baa492


#baa492 Border Color

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

This div border color is #baa492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa492


Comments

No comments written yet.

Please login to write comment.