COLOR #B39A81

HEX: #B39A81
RGB: (179,154,129)

Color info

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

RGB color model

#B39A81 color RGB value is (179,154,129).

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

RGB channels and saturation

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

179
154
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 129 = 462 (100%)
R 179 of 462 ~ 38.74%
G 154 of 462 ~ 33.33%
B 129 of 462 ~ 27.92%

%38.74
%33.33
%27.92

CMYK color model

#B39A81 color CMYK value is (0,14,28,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,14,28,30)
C0M14Y28K30 
(0%,14%,28%,30%)
(0.00/0.14/0.28/0.30)	

CMYK percentages

%0
%13.97
%27.93
%29.8

Codes

Color #B39A81 in popluar color models

B39A81
RGB179154129
HSL30°24.75%60.39%
HSB/HSV30°27.93%70.20%
CMYK0.00%13.97%27.93%
29.80%

Color #B39A81 in popluar number systems.

HEXB39A81
Decimal179154129
Binary101100111001101010000001
Octal263232201

Shades and tints

Shades of #B39A81

#B39A81
(179,154,129)
#A38C76
(163,140,118)
#937E6B
(147,126,107)
#837060
(131,112,96)
#736255
(115,98,85)
#63544A
(99,84,74)
#53463F
(83,70,63)
#433834
(67,56,52)
#332A29
(51,42,41)
#231C1E
(35,28,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #B39A81

#B39A81
(179,154,129)
#B9A38C
(185,163,140)
#BFAC97
(191,172,151)
#C5B5A2
(197,181,162)
#CBBEAD
(203,190,173)
#D1C7B8
(209,199,184)
#D7D0C3
(215,208,195)
#DDD9CE
(221,217,206)
#E3E2D9
(227,226,217)
#E9EBE4
(233,235,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39A81; }

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

This text font color is #B39A81.


Background Color

.myBgColor { background-color: #B39A81; }

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

This div background color is #B39A81.


Border color

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

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

This div border color is #B39A81.


Opacity

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

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

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

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

This text has shadow with #B39A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39A81 on black background.


Color preview on white background

This text has color #B39A81 on white background.



Black color preview on #B39A81 background

This text has black color on #B39A81 background.


White color preview on #B39A81 background

This text has white color on #B39A81 background.