COLOR #B3A49D

HEX: #B3A49D RGB: (179,164,157)

Color info

#B3A49D contains red, green and blue colors in about the same proportion. Web safe color of #B3A49D is #999999 (or #999).

RGB color model

#B3A49D color RGB value is (179,164,157).

RGB: (179,164,157) (70%, 64%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 157 of 255 = 62%

179
164
157

R + G + B ~ 65%. #B3A49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 164 + 157 = 500 (100%)
R 179 of 500 ~ 35.8%
G 164 of 500 ~ 32.8%
B 157 of 500 ~ 31.4'%

%35.8
%32.8
%31.4

CMYK color model

#B3A49D color CMYK value is (0,8,12,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 12.29%
  • key color value is 29.80%

CMYK: (0,8,12,30)
C0M8Y12K30 (0%, 8%, 12%, 30%)
(0.00 / 0.08 / 0.12 / 0.30)

CMYK percentages

%0
%8.38
%12.29
%29.8

Codes

Color #B3A49D in popluar color models

B3 A4 9D
RGB 179 164 157
HSL 19° 12.64% 65.88%
HSB/HSV 19° 12.29% 70.20%
CMYK 0.00% 8.38% 12.29%
29.80%

Color #B3A49D in popluar number systems.

HEX B3 A4 9D
Decimal 179 164 157
Binary 10110011 10100100 10011101
Octal 263 244 235

Shades and tints

Shades of #B3A49D

#B3A49D
(179,164,157)
#A3968F
(163,150,143)
#938881
(147,136,129)
#837A73
(131,122,115)
#736C65
(115,108,101)
#635E57
(99,94,87)
#535049
(83,80,73)
#43423B
(67,66,59)
#33342D
(51,52,45)
#23261F
(35,38,31)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3A49D

#B3A49D
(179,164,157)
#B9ACA5
(185,172,165)
#BFB4AD
(191,180,173)
#C5BCB5
(197,188,181)
#CBC4BD
(203,196,189)
#D1CCC5
(209,204,197)
#D7D4CD
(215,212,205)
#DDDCD5
(221,220,213)
#E3E4DD
(227,228,221)
#E9ECE5
(233,236,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A49D; }

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

This text font color is #B3A49D.

Background Color

.myBgColor { background-color: #B3A49D; }

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

This div background color is #B3A49D.

Border color

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

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

This div border color is #B3A49D.

Opacity

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

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

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

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

This text has shadow with #B3A49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A49D.

Preview

Color preview on black background

This text has color #B3A49D on black background.


Color preview on white background

This text has color #B3A49D on white background.


Black color preview on #B3A49D background

This text has black color on #B3A49D background.


White color preview on #B3A49D background

This text has white color on #B3A49D background.


Related colors

Complementary color

Complementary color for #hex is #4C5B62.


I love getcolorcode.com

Triadic colors

1 #9DB3A4 and #A49DB3 with #B3A49D are triadic colors.

2 #9DA4B3 and #A4B39D with #B3A49D are triadic colors.