COLOR #B39B79

HEX: #B39B79
RGB: (179,155,121)

Color info

#B39B79 contains red, green and blue colors in about the same proportion. Web safe color of #B39B79 is #999966 (or #996).

RGB color model

#B39B79 color RGB value is (179,155,121).

  • red value is 179;
  • green value is 155;
  • blue value is 121.
RGB:
(179,155,121)
(70%,61%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 121 of 255 = 47%

179
155
121

R + G + B ~ 59%. #B39B79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 121 = 455 (100%)
R 179 of 455 ~ 39.34%
G 155 of 455 ~ 34.07%
B 121 of 455 ~ 26.59%

%39.34
%34.07
%26.59

CMYK color model

#B39B79 color CMYK value is (0,13,32,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 32.40%
  • key color value is 29.80%
CMYK:
(0,13,32,30)
C0M13Y32K30 
(0%,13%,32%,30%)
(0.00/0.13/0.32/0.30)	

CMYK percentages

%0
%13.41
%32.4
%29.8

Codes

Color #B39B79 in popluar color models

B39B79
RGB179155121
HSL35°27.62%58.82%
HSB/HSV35°32.40%70.20%
CMYK0.00%13.41%32.40%
29.80%

Color #B39B79 in popluar number systems.

HEXB39B79
Decimal179155121
Binary10110011100110111111001
Octal263233171

Shades and tints

Shades of #B39B79

#B39B79
(179,155,121)
#A38D6E
(163,141,110)
#937F63
(147,127,99)
#837158
(131,113,88)
#73634D
(115,99,77)
#635542
(99,85,66)
#534737
(83,71,55)
#43392C
(67,57,44)
#332B21
(51,43,33)
#231D16
(35,29,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #B39B79

#B39B79
(179,155,121)
#B9A485
(185,164,133)
#BFAD91
(191,173,145)
#C5B69D
(197,182,157)
#CBBFA9
(203,191,169)
#D1C8B5
(209,200,181)
#D7D1C1
(215,209,193)
#DDDACD
(221,218,205)
#E3E3D9
(227,227,217)
#E9ECE5
(233,236,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39B79; }

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

This text font color is #B39B79.


Background Color

.myBgColor { background-color: #B39B79; }

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

This div background color is #B39B79.


Border color

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

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

This div border color is #B39B79.


Opacity

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

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

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

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

This text has shadow with #B39B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39B79 on black background.


Color preview on white background

This text has color #B39B79 on white background.



Black color preview on #B39B79 background

This text has black color on #B39B79 background.


White color preview on #B39B79 background

This text has white color on #B39B79 background.