Color Hex Logo

#baa39b Color Hex

#BAA39B
(186,163,155)
0 Favorites   0 Comments

Color spaces of #baa39b

RGB 186163155
HSL0.040.180.67
HSV15°17°73°
CMYK 0.000.120.17   0.27
XYZ39.263339.000036.4687
Yxy39.00000.34220.3399
Hunter Lab62.45002.93839.0916
CIE-Lab68.75137.07267.2289

#baa39b color RGB value is (186,163,155).

#baa39b hex color red value is 186, green value is 163 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #baa39b hue: 0.04 , saturation: 0.18 and the lightness value of baa39b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10011011
Octal 272 243 233
Decimal 186 163 155
Hex BA A3 9B

RGB Percentages of Color #baa39b

%36.90
%32.34
%30.75

CMYK Percentages of Color #baa39b

%0
%12
%17
%27

Triadic Colors of #baa39b

#baa39b #9bbaa3 #a39bba

Analogous Colors of #baa39b

#baa39b #bab39b #ba9ba3

Monochromatic Colors of #baa39b

#baa39b

Complementary Color

#baa39b #9bb2ba

#baa39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa39b Color CSS Codes

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

#baa39b Text Font Color

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

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


#baa39b Background Color

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

This div background color is #baa39b


#baa39b Border Color

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

This div border color is #baa39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa39b


Comments

No comments written yet.

Please login to write comment.