COLOR #B39C8A

HEX: #B39C8A
RGB: (179,156,138)

Color info

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

RGB color model

#B39C8A color RGB value is (179,156,138).

  • red value is 179;
  • green value is 156;
  • blue value is 138.
RGB:
(179,156,138)
(70%,61%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 138 of 255 = 54%

179
156
138

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

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 138 = 473 (100%)
R 179 of 473 ~ 37.84%
G 156 of 473 ~ 32.98%
B 138 of 473 ~ 29.18%

%37.84
%32.98
%29.18

CMYK color model

#B39C8A color CMYK value is (0,13,23,30).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(0,13,23,30)
C0M13Y23K30 
(0%,13%,23%,30%)
(0.00/0.13/0.23/0.30)	

CMYK percentages

%0
%12.85
%22.91
%29.8

Codes

Color #B39C8A in popluar color models

B39C8A
RGB179156138
HSL26°21.24%62.16%
HSB/HSV26°22.91%70.20%
CMYK0.00%12.85%22.91%
29.80%

Color #B39C8A in popluar number systems.

HEXB39C8A
Decimal179156138
Binary101100111001110010001010
Octal263234212

Shades and tints

Shades of #B39C8A

#B39C8A
(179,156,138)
#A38E7E
(163,142,126)
#938072
(147,128,114)
#837266
(131,114,102)
#73645A
(115,100,90)
#63564E
(99,86,78)
#534842
(83,72,66)
#433A36
(67,58,54)
#332C2A
(51,44,42)
#231E1E
(35,30,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B39C8A

#B39C8A
(179,156,138)
#B9A594
(185,165,148)
#BFAE9E
(191,174,158)
#C5B7A8
(197,183,168)
#CBC0B2
(203,192,178)
#D1C9BC
(209,201,188)
#D7D2C6
(215,210,198)
#DDDBD0
(221,219,208)
#E3E4DA
(227,228,218)
#E9EDE4
(233,237,228)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39C8A color. Also use rgb(179,156,138) instead hex code.

Text Font Color

.myTextColor { color: #B39C8A; }

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

This text font color is #B39C8A.


Background Color

.myBgColor { background-color: #B39C8A; }

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

This div background color is #B39C8A.


Border color

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

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

This div border color is #B39C8A.


Opacity

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

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

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

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

This text has shadow with #B39C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39C8A on black background.


Color preview on white background

This text has color #B39C8A on white background.



Black color preview on #B39C8A background

This text has black color on #B39C8A background.


White color preview on #B39C8A background

This text has white color on #B39C8A background.