COLOR #B39B92

HEX: #B39B92
RGB: (179,155,146)

Color info

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

RGB color model

#B39B92 color RGB value is (179,155,146).

  • red value is 179;
  • green value is 155;
  • blue value is 146.
RGB:
(179,155,146)
(70%,61%,57%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 146 of 255 = 57%

179
155
146

R + G + B ~ 63%. #B39B92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 146 = 480 (100%)
R 179 of 480 ~ 37.29%
G 155 of 480 ~ 32.29%
B 146 of 480 ~ 30.42%

%37.29
%32.29
%30.42

CMYK color model

#B39B92 color CMYK value is (0,13,18,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 18.44%
  • key color value is 29.80%
CMYK:
(0,13,18,30)
C0M13Y18K30 
(0%,13%,18%,30%)
(0.00/0.13/0.18/0.30)	

CMYK percentages

%0
%13.41
%18.44
%29.8

Codes

Color #B39B92 in popluar color models

B39B92
RGB179155146
HSL16°17.84%63.73%
HSB/HSV16°18.44%70.20%
CMYK0.00%13.41%18.44%
29.80%

Color #B39B92 in popluar number systems.

HEXB39B92
Decimal179155146
Binary101100111001101110010010
Octal263233222

Shades and tints

Shades of #B39B92

#B39B92
(179,155,146)
#A38D85
(163,141,133)
#937F78
(147,127,120)
#83716B
(131,113,107)
#73635E
(115,99,94)
#635551
(99,85,81)
#534744
(83,71,68)
#433937
(67,57,55)
#332B2A
(51,43,42)
#231D1D
(35,29,29)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #B39B92

#B39B92
(179,155,146)
#B9A49B
(185,164,155)
#BFADA4
(191,173,164)
#C5B6AD
(197,182,173)
#CBBFB6
(203,191,182)
#D1C8BF
(209,200,191)
#D7D1C8
(215,209,200)
#DDDAD1
(221,218,209)
#E3E3DA
(227,227,218)
#E9ECE3
(233,236,227)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39B92 color. Also use rgb(179,155,146) instead hex code.

Text Font Color

.myTextColor { color: #B39B92; }

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

This text font color is #B39B92.


Background Color

.myBgColor { background-color: #B39B92; }

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

This div background color is #B39B92.


Border color

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

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

This div border color is #B39B92.


Opacity

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

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

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

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

This text has shadow with #B39B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39B92 on black background.


Color preview on white background

This text has color #B39B92 on white background.



Black color preview on #B39B92 background

This text has black color on #B39B92 background.


White color preview on #B39B92 background

This text has white color on #B39B92 background.