Color Hex Logo

#baa786 Color Hex

#BAA786
(186,167,134)
0 Favorites   0 Comments

Color spaces of #baa786

RGB 186167134
HSL0.110.270.63
HSV38°28°73°
CMYK 0.000.100.28   0.27
XYZ38.371539.797828.2136
Yxy39.79780.36070.3741
Hunter Lab63.0855-1.827717.6437
CIE-Lab69.32531.757519.6069

#baa786 color RGB value is (186,167,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 10000110
Octal 272 247 206
Decimal 186 167 134
Hex BA A7 86

RGB Percentages of Color #baa786

%38.19
%34.29
%27.52

CMYK Percentages of Color #baa786

%0
%10
%28
%27

Triadic Colors of #baa786

#baa786 #86baa7 #a786ba

Analogous Colors of #baa786

#baa786 #b3ba86 #ba8d86

Monochromatic Colors of #baa786

#baa786

Complementary Color

#baa786 #8699ba

#baa786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa786 Color CSS Codes

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

#baa786 Text Font Color

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

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


#baa786 Background Color

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

This div background color is #baa786


#baa786 Border Color

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

This div border color is #baa786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa786


Comments

No comments written yet.

Please login to write comment.