COLOR #B39981

HEX: #B39981
RGB: (179,153,129)

Color info

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

RGB color model

#B39981 color RGB value is (179,153,129).

  • red value is 179;
  • green value is 153;
  • blue value is 129.
RGB:
(179,153,129)
(70%,60%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 129 of 255 = 51%

179
153
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 129 = 461 (100%)
R 179 of 461 ~ 38.83%
G 153 of 461 ~ 33.19%
B 129 of 461 ~ 27.98%

%38.83
%33.19
%27.98

CMYK color model

#B39981 color CMYK value is (0,15,28,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,15,28,30)
C0M15Y28K30 
(0%,15%,28%,30%)
(0.00/0.15/0.28/0.30)	

CMYK percentages

%0
%14.53
%27.93
%29.8

Codes

Color #B39981 in popluar color models

B39981
RGB179153129
HSL29°24.75%60.39%
HSB/HSV29°27.93%70.20%
CMYK0.00%14.53%27.93%
29.80%

Color #B39981 in popluar number systems.

HEXB39981
Decimal179153129
Binary101100111001100110000001
Octal263231201

Shades and tints

Shades of #B39981

#B39981
(179,153,129)
#A38C76
(163,140,118)
#937F6B
(147,127,107)
#837260
(131,114,96)
#736555
(115,101,85)
#63584A
(99,88,74)
#534B3F
(83,75,63)
#433E34
(67,62,52)
#333129
(51,49,41)
#23241E
(35,36,30)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #B39981

#B39981
(179,153,129)
#B9A28C
(185,162,140)
#BFAB97
(191,171,151)
#C5B4A2
(197,180,162)
#CBBDAD
(203,189,173)
#D1C6B8
(209,198,184)
#D7CFC3
(215,207,195)
#DDD8CE
(221,216,206)
#E3E1D9
(227,225,217)
#E9EAE4
(233,234,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39981 color. Also use rgb(179,153,129) instead hex code.

Text Font Color

.myTextColor { color: #B39981; }

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

This text font color is #B39981.


Background Color

.myBgColor { background-color: #B39981; }

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

This div background color is #B39981.


Border color

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

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

This div border color is #B39981.


Opacity

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

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

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

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

This text has shadow with #B39981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39981 on black background.


Color preview on white background

This text has color #B39981 on white background.



Black color preview on #B39981 background

This text has black color on #B39981 background.


White color preview on #B39981 background

This text has white color on #B39981 background.