Color Hex Logo

#baa682 Color Hex

#BAA682
(186,166,130)
0 Favorites   0 Comments

Color spaces of #baa682

RGB 186166130
HSL0.110.290.62
HSV39°30°73°
CMYK 0.000.110.30   0.27
XYZ37.915239.323226.7109
Yxy39.32320.36470.3783
Hunter Lab62.7082-1.813118.6409
CIE-Lab68.98471.754721.3249

#baa682 color RGB value is (186,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 10000010
Octal 272 246 202
Decimal 186 166 130
Hex BA A6 82

RGB Percentages of Color #baa682

%38.59
%34.44
%26.97

CMYK Percentages of Color #baa682

%0
%11
%30
%27

Triadic Colors of #baa682

#baa682 #82baa6 #a682ba

Analogous Colors of #baa682

#baa682 #b2ba82 #ba8a82

Monochromatic Colors of #baa682

#baa682

Complementary Color

#baa682 #8296ba

#baa682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa682 Color CSS Codes

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

#baa682 Text Font Color

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

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


#baa682 Background Color

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

This div background color is #baa682


#baa682 Border Color

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

This div border color is #baa682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa682


Comments

No comments written yet.

Please login to write comment.