COLOR #B39984

HEX: #B39984
RGB: (179,153,132)

Color info

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

RGB color model

#B39984 color RGB value is (179,153,132).

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

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 132 of 255 = 52%

179
153
132

R + G + B ~ 61%. #B39984 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 132 = 464 (100%)
R 179 of 464 ~ 38.58%
G 153 of 464 ~ 32.97%
B 132 of 464 ~ 28.45%

%38.58
%32.97
%28.45

CMYK color model

#B39984 color CMYK value is (0,15,26,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 26.26%
  • key color value is 29.80%
CMYK:
(0,15,26,30)
C0M15Y26K30 
(0%,15%,26%,30%)
(0.00/0.15/0.26/0.30)	

CMYK percentages

%0
%14.53
%26.26
%29.8

Codes

Color #B39984 in popluar color models

B39984
RGB179153132
HSL27°23.62%60.98%
HSB/HSV27°26.26%70.20%
CMYK0.00%14.53%26.26%
29.80%

Color #B39984 in popluar number systems.

HEXB39984
Decimal179153132
Binary101100111001100110000100
Octal263231204

Shades and tints

Shades of #B39984

#B39984
(179,153,132)
#A38C78
(163,140,120)
#937F6C
(147,127,108)
#837260
(131,114,96)
#736554
(115,101,84)
#635848
(99,88,72)
#534B3C
(83,75,60)
#433E30
(67,62,48)
#333124
(51,49,36)
#232418
(35,36,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #B39984

#B39984
(179,153,132)
#B9A28F
(185,162,143)
#BFAB9A
(191,171,154)
#C5B4A5
(197,180,165)
#CBBDB0
(203,189,176)
#D1C6BB
(209,198,187)
#D7CFC6
(215,207,198)
#DDD8D1
(221,216,209)
#E3E1DC
(227,225,220)
#E9EAE7
(233,234,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39984; }

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

This text font color is #B39984.


Background Color

.myBgColor { background-color: #B39984; }

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

This div background color is #B39984.


Border color

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

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

This div border color is #B39984.


Opacity

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

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

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

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

This text has shadow with #B39984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39984 on black background.


Color preview on white background

This text has color #B39984 on white background.



Black color preview on #B39984 background

This text has black color on #B39984 background.


White color preview on #B39984 background

This text has white color on #B39984 background.