COLOR #B39E77

HEX: #B39E77
RGB: (179,158,119)

Color info

#B39E77 contains mainly red and green colors. Web safe color of #B39E77 is #999966 (or #996).

RGB color model

#B39E77 color RGB value is (179,158,119).

  • red value is 179;
  • green value is 158;
  • blue value is 119.
RGB:
(179,158,119)
(70%,62%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 119 of 255 = 47%

179
158
119

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

Portions of RGB colors in percentages

R + G + B =
179 + 158 + 119 = 456 (100%)
R 179 of 456 ~ 39.25%
G 158 of 456 ~ 34.65%
B 119 of 456 ~ 26.1%

%39.25
%34.65
%26.1

CMYK color model

#B39E77 color CMYK value is (0,12,34,30).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(0,12,34,30)
C0M12Y34K30 
(0%,12%,34%,30%)
(0.00/0.12/0.34/0.30)	

CMYK percentages

%0
%11.73
%33.52
%29.8

Codes

Color #B39E77 in popluar color models

B39E77
RGB179158119
HSL39°28.30%58.43%
HSB/HSV39°33.52%70.20%
CMYK0.00%11.73%33.52%
29.80%

Color #B39E77 in popluar number systems.

HEXB39E77
Decimal179158119
Binary10110011100111101110111
Octal263236167

Shades and tints

Shades of #B39E77

#B39E77
(179,158,119)
#A3906D
(163,144,109)
#938263
(147,130,99)
#837459
(131,116,89)
#73664F
(115,102,79)
#635845
(99,88,69)
#534A3B
(83,74,59)
#433C31
(67,60,49)
#332E27
(51,46,39)
#23201D
(35,32,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B39E77

#B39E77
(179,158,119)
#B9A683
(185,166,131)
#BFAE8F
(191,174,143)
#C5B69B
(197,182,155)
#CBBEA7
(203,190,167)
#D1C6B3
(209,198,179)
#D7CEBF
(215,206,191)
#DDD6CB
(221,214,203)
#E3DED7
(227,222,215)
#E9E6E3
(233,230,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39E77 color. Also use rgb(179,158,119) instead hex code.

Text Font Color

.myTextColor { color: #B39E77; }

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

This text font color is #B39E77.


Background Color

.myBgColor { background-color: #B39E77; }

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

This div background color is #B39E77.


Border color

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

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

This div border color is #B39E77.


Opacity

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

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

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

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

This text has shadow with #B39E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39E77 on black background.


Color preview on white background

This text has color #B39E77 on white background.



Black color preview on #B39E77 background

This text has black color on #B39E77 background.


White color preview on #B39E77 background

This text has white color on #B39E77 background.