COLOR #BAA49D

HEX: #BAA49D
RGB: (186,164,157)

Color info

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

RGB color model

#BAA49D color RGB value is (186,164,157).

  • red value is 186;
  • green value is 164;
  • blue value is 157.
RGB:
(186,164,157)
(73%,64%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 164 of 255 = 64%
B 157 of 255 = 62%

186
164
157

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

Portions of RGB colors in percentages

R + G + B =
186 + 164 + 157 = 507 (100%)
R 186 of 507 ~ 36.69%
G 164 of 507 ~ 32.35%
B 157 of 507 ~ 30.97%

%36.69
%32.35
%30.97

CMYK color model

#BAA49D color CMYK value is (0,12,16,27).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 15.59%
  • key color value is 27.06%
CMYK:
(0,12,16,27)
C0M12Y16K27 
(0%,12%,16%,27%)
(0.00/0.12/0.16/0.27)	

CMYK percentages

%0
%11.83
%15.59
%27.06

Codes

Color #BAA49D in popluar color models

BAA49D
RGB186164157
HSL14°17.37%67.25%
HSB/HSV14°15.59%72.94%
CMYK0.00%11.83%15.59%
27.06%

Color #BAA49D in popluar number systems.

HEXBAA49D
Decimal186164157
Binary101110101010010010011101
Octal272244235

Shades and tints

Shades of #BAA49D

#BAA49D
(186,164,157)
#AA968F
(170,150,143)
#9A8881
(154,136,129)
#8A7A73
(138,122,115)
#7A6C65
(122,108,101)
#6A5E57
(106,94,87)
#5A5049
(90,80,73)
#4A423B
(74,66,59)
#3A342D
(58,52,45)
#2A261F
(42,38,31)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #BAA49D

#BAA49D
(186,164,157)
#C0ACA5
(192,172,165)
#C6B4AD
(198,180,173)
#CCBCB5
(204,188,181)
#D2C4BD
(210,196,189)
#D8CCC5
(216,204,197)
#DED4CD
(222,212,205)
#E4DCD5
(228,220,213)
#EAE4DD
(234,228,221)
#F0ECE5
(240,236,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA49D color. Also use rgb(186,164,157) instead hex code.

Text Font Color

.myTextColor { color: #BAA49D; }

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

This text font color is #BAA49D.


Background Color

.myBgColor { background-color: #BAA49D; }

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

This div background color is #BAA49D.


Border color

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

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

This div border color is #BAA49D.


Opacity

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

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

Text with #BAA49D 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 #BAA49D;}

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

This text has shadow with #BAA49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA49D on black background.


Color preview on white background

This text has color #BAA49D on white background.



Black color preview on #BAA49D background

This text has black color on #BAA49D background.


White color preview on #BAA49D background

This text has white color on #BAA49D background.