Color Hex Logo

#baa382 Color Hex

#BAA382
(186,163,130)
0 Favorites   0 Comments

Color spaces of #baa382

RGB 186163130
HSL0.100.290.62
HSV35°30°73°
CMYK 0.000.120.30   0.27
XYZ37.376238.245226.5312
Yxy38.24520.36590.3744
Hunter Lab61.8427-0.343717.8538
CIE-Lab68.20093.380620.2549

#baa382 color RGB value is (186,163,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10000010
Octal 272 243 202
Decimal 186 163 130
Hex BA A3 82

RGB Percentages of Color #baa382

%38.83
%34.03
%27.14

CMYK Percentages of Color #baa382

%0
%12
%30
%27

Triadic Colors of #baa382

#baa382 #82baa3 #a382ba

Analogous Colors of #baa382

#baa382 #b5ba82 #ba8782

Monochromatic Colors of #baa382

#baa382

Complementary Color

#baa382 #8299ba

#baa382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa382 Color CSS Codes

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

#baa382 Text Font Color

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

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


#baa382 Background Color

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

This div background color is #baa382


#baa382 Border Color

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

This div border color is #baa382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa382


Comments

No comments written yet.

Please login to write comment.