Color Hex Logo

#baa182 Color Hex

#BAA182
(186,161,130)
0 Favorites   0 Comments

Color spaces of #baa182

RGB 186161130
HSL0.090.290.62
HSV33°30°73°
CMYK 0.000.130.30   0.27
XYZ37.023837.540526.4138
Yxy37.54050.36670.3718
Hunter Lab61.27030.639117.3291
CIE-Lab67.68064.468719.5423

#baa182 color RGB value is (186,161,130).

#baa182 hex color red value is 186, green value is 161 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #baa182 hue: 0.09 , saturation: 0.29 and the lightness value of baa182 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 10000010
Octal 272 241 202
Decimal 186 161 130
Hex BA A1 82

RGB Percentages of Color #baa182

%38.99
%33.75
%27.25

CMYK Percentages of Color #baa182

%0
%13
%30
%27

Triadic Colors of #baa182

#baa182 #82baa1 #a182ba

Analogous Colors of #baa182

#baa182 #b7ba82 #ba8582

Monochromatic Colors of #baa182

#baa182

Complementary Color

#baa182 #829bba

#baa182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa182 Color CSS Codes

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

#baa182 Text Font Color

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

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


#baa182 Background Color

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

This div background color is #baa182


#baa182 Border Color

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

This div border color is #baa182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa182

#baa182 Color Palettes


Comments

No comments written yet.

Please login to write comment.