Color Hex Logo

#baa386 Color Hex

#BAA386
(186,163,134)
0 Favorites   0 Comments

Color spaces of #baa386

RGB 186163134
HSL0.090.270.63
HSV33°28°73°
CMYK 0.000.120.28   0.27
XYZ37.650038.354727.9731
Yxy38.35470.36210.3689
Hunter Lab61.93120.136516.5717
CIE-Lab68.28123.926918.1701

#baa386 color RGB value is (186,163,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10000110
Octal 272 243 206
Decimal 186 163 134
Hex BA A3 86

RGB Percentages of Color #baa386

%38.51
%33.75
%27.74

CMYK Percentages of Color #baa386

%0
%12
%28
%27

Triadic Colors of #baa386

#baa386 #86baa3 #a386ba

Analogous Colors of #baa386

#baa386 #b7ba86 #ba8986

Monochromatic Colors of #baa386

#baa386

Complementary Color

#baa386 #869dba

#baa386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa386 Color CSS Codes

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

#baa386 Text Font Color

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

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


#baa386 Background Color

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

This div background color is #baa386


#baa386 Border Color

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

This div border color is #baa386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa386


Comments

No comments written yet.

Please login to write comment.