COLOR #BAA29D

HEX: #BAA29D RGB: (186,162,157)

Color info

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

RGB color model

#BAA29D color RGB value is (186,162,157).

RGB: (186,162,157) (73%, 64%, 62%)

RGB channels and saturation

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

186
162
157

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

Portions of RGB colors in percentages

R + G + B = 186 + 162 + 157 = 505 (100%)
R 186 of 505 ~ 36.83%
G 162 of 505 ~ 32.08%
B 157 of 505 ~ 31.09'%

%36.83
%32.08
%31.09

CMYK color model

#BAA29D color CMYK value is (0,13,16,27).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 15.59%
  • key color value is 27.06%

CMYK: (0,13,16,27)
C0M13Y16K27 (0%, 13%, 16%, 27%)
(0.00 / 0.13 / 0.16 / 0.27)

CMYK percentages

%0
%12.9
%15.59
%27.06

Codes

Color #BAA29D in popluar color models

BA A2 9D
RGB 186 162 157
HSL 10° 17.37% 67.25%
HSB/HSV 10° 15.59% 72.94%
CMYK 0.00% 12.90% 15.59%
27.06%

Color #BAA29D in popluar number systems.

HEX BA A2 9D
Decimal 186 162 157
Binary 10111010 10100010 10011101
Octal 272 242 235

Shades and tints

Shades of #BAA29D

#BAA29D
(186,162,157)
#AA948F
(170,148,143)
#9A8681
(154,134,129)
#8A7873
(138,120,115)
#7A6A65
(122,106,101)
#6A5C57
(106,92,87)
#5A4E49
(90,78,73)
#4A403B
(74,64,59)
#3A322D
(58,50,45)
#2A241F
(42,36,31)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #BAA29D

#BAA29D
(186,162,157)
#C0AAA5
(192,170,165)
#C6B2AD
(198,178,173)
#CCBAB5
(204,186,181)
#D2C2BD
(210,194,189)
#D8CAC5
(216,202,197)
#DED2CD
(222,210,205)
#E4DAD5
(228,218,213)
#EAE2DD
(234,226,221)
#F0EAE5
(240,234,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA29D; }

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

This text font color is #BAA29D.

Background Color

.myBgColor { background-color: #BAA29D; }

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

This div background color is #BAA29D.

Border color

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

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

This div border color is #BAA29D.

Opacity

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

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

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

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

This text has shadow with #BAA29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA29D.

Preview

Color preview on black background

This text has color #BAA29D on black background.


Color preview on white background

This text has color #BAA29D on white background.


Black color preview on #BAA29D background

This text has black color on #BAA29D background.


White color preview on #BAA29D background

This text has white color on #BAA29D background.


Related colors

Complementary color

Complementary color for #hex is #455D62.


I love getcolorcode.com

Triadic colors

1 #9DBAA2 and #A29DBA with #BAA29D are triadic colors.

2 #9DA2BA and #A2BA9D with #BAA29D are triadic colors.