COLOR #B39681

HEX: #B39681
RGB: (179,150,129)

Color info

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

RGB color model

#B39681 color RGB value is (179,150,129).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 129 of 255 = 51%

179
150
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 129 = 458 (100%)
R 179 of 458 ~ 39.08%
G 150 of 458 ~ 32.75%
B 129 of 458 ~ 28.17%

%39.08
%32.75
%28.17

CMYK color model

#B39681 color CMYK value is (0,16,28,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,16,28,30)
C0M16Y28K30 
(0%,16%,28%,30%)
(0.00/0.16/0.28/0.30)	

CMYK percentages

%0
%16.2
%27.93
%29.8

Codes

Color #B39681 in popluar color models

B39681
RGB179150129
HSL25°24.75%60.39%
HSB/HSV25°27.93%70.20%
CMYK0.00%16.20%27.93%
29.80%

Color #B39681 in popluar number systems.

HEXB39681
Decimal179150129
Binary101100111001011010000001
Octal263226201

Shades and tints

Shades of #B39681

#B39681
(179,150,129)
#A38976
(163,137,118)
#937C6B
(147,124,107)
#836F60
(131,111,96)
#736255
(115,98,85)
#63554A
(99,85,74)
#53483F
(83,72,63)
#433B34
(67,59,52)
#332E29
(51,46,41)
#23211E
(35,33,30)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B39681

#B39681
(179,150,129)
#B99F8C
(185,159,140)
#BFA897
(191,168,151)
#C5B1A2
(197,177,162)
#CBBAAD
(203,186,173)
#D1C3B8
(209,195,184)
#D7CCC3
(215,204,195)
#DDD5CE
(221,213,206)
#E3DED9
(227,222,217)
#E9E7E4
(233,231,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39681; }

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

This text font color is #B39681.


Background Color

.myBgColor { background-color: #B39681; }

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

This div background color is #B39681.


Border color

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

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

This div border color is #B39681.


Opacity

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

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

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

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

This text has shadow with #B39681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39681 on black background.


Color preview on white background

This text has color #B39681 on white background.



Black color preview on #B39681 background

This text has black color on #B39681 background.


White color preview on #B39681 background

This text has white color on #B39681 background.