COLOR #B39B8E

HEX: #B39B8E RGB: (179,155,142)

Color info

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

RGB color model

#B39B8E color RGB value is (179,155,142).

RGB: (179,155,142) (70%, 61%, 56%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 142 of 255 = 56%

179
155
142

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

Portions of RGB colors in percentages

R + G + B = 179 + 155 + 142 = 476 (100%)
R 179 of 476 ~ 37.61%
G 155 of 476 ~ 32.56%
B 142 of 476 ~ 29.83'%

%37.61
%32.56
%29.83

CMYK color model

#B39B8E color CMYK value is (0,13,21,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 20.67%
  • key color value is 29.80%

CMYK: (0,13,21,30)
C0M13Y21K30 (0%, 13%, 21%, 30%)
(0.00 / 0.13 / 0.21 / 0.30)

CMYK percentages

%0
%13.41
%20.67
%29.8

Codes

Color #B39B8E in popluar color models

B3 9B 8E
RGB 179 155 142
HSL 21° 19.58% 62.94%
HSB/HSV 21° 20.67% 70.20%
CMYK 0.00% 13.41% 20.67%
29.80%

Color #B39B8E in popluar number systems.

HEX B3 9B 8E
Decimal 179 155 142
Binary 10110011 10011011 10001110
Octal 263 233 216

Shades and tints

Shades of #B39B8E

#B39B8E
(179,155,142)
#A38D82
(163,141,130)
#937F76
(147,127,118)
#83716A
(131,113,106)
#73635E
(115,99,94)
#635552
(99,85,82)
#534746
(83,71,70)
#43393A
(67,57,58)
#332B2E
(51,43,46)
#231D22
(35,29,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B39B8E

#B39B8E
(179,155,142)
#B9A498
(185,164,152)
#BFADA2
(191,173,162)
#C5B6AC
(197,182,172)
#CBBFB6
(203,191,182)
#D1C8C0
(209,200,192)
#D7D1CA
(215,209,202)
#DDDAD4
(221,218,212)
#E3E3DE
(227,227,222)
#E9ECE8
(233,236,232)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39B8E color. Also use rgb(179,155,142) instead hex code.

Text Font Color

.myTextColor { color: #B39B8E; }

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

This text font color is #B39B8E.

Background Color

.myBgColor { background-color: #B39B8E; }

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

This div background color is #B39B8E.

Border color

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

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

This div border color is #B39B8E.

Opacity

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

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

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

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

This text has shadow with #B39B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39B8E.

Preview

Color preview on black background

This text has color #B39B8E on black background.


Color preview on white background

This text has color #B39B8E on white background.


Black color preview on #B39B8E background

This text has black color on #B39B8E background.


White color preview on #B39B8E background

This text has white color on #B39B8E background.


Related colors

Complementary color

Complementary color for #hex is #4C6471.


I love getcolorcode.com

Triadic colors

1 #8EB39B and #9B8EB3 with #B39B8E are triadic colors.

2 #8E9BB3 and #9BB38E with #B39B8E are triadic colors.