COLOR #B39A8D

HEX: #B39A8D RGB: (179,154,141)

Color info

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

RGB color model

#B39A8D color RGB value is (179,154,141).

RGB: (179,154,141) (70%, 60%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 141 of 255 = 55%

179
154
141

R + G + B ~ 62%. #B39A8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 154 + 141 = 474 (100%)
R 179 of 474 ~ 37.76%
G 154 of 474 ~ 32.49%
B 141 of 474 ~ 29.75'%

%37.76
%32.49
%29.75

CMYK color model

#B39A8D color CMYK value is (0,14,21,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 21.23%
  • key color value is 29.80%

CMYK: (0,14,21,30)
C0M14Y21K30 (0%, 14%, 21%, 30%)
(0.00 / 0.14 / 0.21 / 0.30)

CMYK percentages

%0
%13.97
%21.23
%29.8

Codes

Color #B39A8D in popluar color models

B3 9A 8D
RGB 179 154 141
HSL 21° 20.00% 62.75%
HSB/HSV 21° 21.23% 70.20%
CMYK 0.00% 13.97% 21.23%
29.80%

Color #B39A8D in popluar number systems.

HEX B3 9A 8D
Decimal 179 154 141
Binary 10110011 10011010 10001101
Octal 263 232 215

Shades and tints

Shades of #B39A8D

#B39A8D
(179,154,141)
#A38C81
(163,140,129)
#937E75
(147,126,117)
#837069
(131,112,105)
#73625D
(115,98,93)
#635451
(99,84,81)
#534645
(83,70,69)
#433839
(67,56,57)
#332A2D
(51,42,45)
#231C21
(35,28,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #B39A8D

#B39A8D
(179,154,141)
#B9A397
(185,163,151)
#BFACA1
(191,172,161)
#C5B5AB
(197,181,171)
#CBBEB5
(203,190,181)
#D1C7BF
(209,199,191)
#D7D0C9
(215,208,201)
#DDD9D3
(221,217,211)
#E3E2DD
(227,226,221)
#E9EBE7
(233,235,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39A8D color. Also use rgb(179,154,141) instead hex code.

Text Font Color

.myTextColor { color: #B39A8D; }

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

This text font color is #B39A8D.

Background Color

.myBgColor { background-color: #B39A8D; }

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

This div background color is #B39A8D.

Border color

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

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

This div border color is #B39A8D.

Opacity

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

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

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

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

This text has shadow with #B39A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39A8D.

Preview

Color preview on black background

This text has color #B39A8D on black background.


Color preview on white background

This text has color #B39A8D on white background.


Black color preview on #B39A8D background

This text has black color on #B39A8D background.


White color preview on #B39A8D background

This text has white color on #B39A8D background.


Related colors

Complementary color

Complementary color for #hex is #4C6572.


I love getcolorcode.com

Triadic colors

1 #8DB39A and #9A8DB3 with #B39A8D are triadic colors.

2 #8D9AB3 and #9AB38D with #B39A8D are triadic colors.