COLOR #BAA896

HEX: #BAA896
RGB: (186,168,150)

Color info

#BAA896 contains red, green and blue colors in about the same proportion. Web safe color of #BAA896 is #CC9999 (or #C99).

RGB color model

#BAA896 color RGB value is (186,168,150).

  • red value is 186;
  • green value is 168;
  • blue value is 150.
RGB:
(186,168,150)
(73%,66%,59%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 150 of 255 = 59%

186
168
150

R + G + B ~ 66%. #BAA896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 150 = 504 (100%)
R 186 of 504 ~ 36.9%
G 168 of 504 ~ 33.33%
B 150 of 504 ~ 29.76%

%36.9
%33.33
%29.76

CMYK color model

#BAA896 color CMYK value is (0,10,19,27).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(0,10,19,27)
C0M10Y19K27 
(0%,10%,19%,27%)
(0.00/0.10/0.19/0.27)	

CMYK percentages

%0
%9.68
%19.35
%27.06

Codes

Color #BAA896 in popluar color models

BAA896
RGB186168150
HSL30°20.69%65.88%
HSB/HSV30°19.35%72.94%
CMYK0.00%9.68%19.35%
27.06%

Color #BAA896 in popluar number systems.

HEXBAA896
Decimal186168150
Binary101110101010100010010110
Octal272250226

Shades and tints

Shades of #BAA896

#BAA896
(186,168,150)
#AA9989
(170,153,137)
#9A8A7C
(154,138,124)
#8A7B6F
(138,123,111)
#7A6C62
(122,108,98)
#6A5D55
(106,93,85)
#5A4E48
(90,78,72)
#4A3F3B
(74,63,59)
#3A302E
(58,48,46)
#2A2121
(42,33,33)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BAA896

#BAA896
(186,168,150)
#C0AF9F
(192,175,159)
#C6B6A8
(198,182,168)
#CCBDB1
(204,189,177)
#D2C4BA
(210,196,186)
#D8CBC3
(216,203,195)
#DED2CC
(222,210,204)
#E4D9D5
(228,217,213)
#EAE0DE
(234,224,222)
#F0E7E7
(240,231,231)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA896 color. Also use rgb(186,168,150) instead hex code.

Text Font Color

.myTextColor { color: #BAA896; }

<p style="color:#BAA896">This sample text font color is #BAA896.</p>

This text font color is #BAA896.


Background Color

.myBgColor { background-color: #BAA896; }

<div style="background-color:#BAA896">Inner text</div>

This div background color is #BAA896.


Border color

.myBorderColor { border: 1px solid #BAA896; }

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

This div border color is #BAA896.


Opacity

.myOpacity80 { color: #BAA896; opacity: 0.8; }

<p style="color:#BAA896;opacity:0.8;">80%</p>

Text with #BAA896 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BAA896;}

<p style="text-shadow: 3px 3px 1px #BAA896">Text here.</p>

This text has shadow with #BAA896 color.

.textShadow {text-shadow: 3px 3px 1px #BAA896, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BAA896, 5px 5px 20px red">Text here.</p>

This text has shadow with #BAA896 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BAA896, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BAA896, Direction=45, Strength=4)">Text</p>

This text has shadow with #BAA896 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BAA896;
  -webkit-box-shadow:	1px 1px 3px 2px #BAA896;
  box-shadow:		1px 1px 3px 2px #BAA896;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BAA896;
-webkit-box-shadow: 1px 1px 3px 2px #BAA896;
box-shadow:1px 1px 3px 2px #BAA896;">
Div content here</div>
This div box has shadow with color #BAA896.

Preview

Color preview on black background

This text has color #BAA896 on black background.


Color preview on white background

This text has color #BAA896 on white background.



Black color preview on #BAA896 background

This text has black color on #BAA896 background.


White color preview on #BAA896 background

This text has white color on #BAA896 background.