COLOR #B39E90

HEX: #B39E90
RGB: (179,158,144)

Color info

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

RGB color model

#B39E90 color RGB value is (179,158,144).

  • red value is 179;
  • green value is 158;
  • blue value is 144.
RGB:
(179,158,144)
(70%,62%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 144 of 255 = 56%

179
158
144

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

Portions of RGB colors in percentages

R + G + B =
179 + 158 + 144 = 481 (100%)
R 179 of 481 ~ 37.21%
G 158 of 481 ~ 32.85%
B 144 of 481 ~ 29.94%

%37.21
%32.85
%29.94

CMYK color model

#B39E90 color CMYK value is (0,12,20,30).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(0,12,20,30)
C0M12Y20K30 
(0%,12%,20%,30%)
(0.00/0.12/0.20/0.30)	

CMYK percentages

%0
%11.73
%19.55
%29.8

Codes

Color #B39E90 in popluar color models

B39E90
RGB179158144
HSL24°18.72%63.33%
HSB/HSV24°19.55%70.20%
CMYK0.00%11.73%19.55%
29.80%

Color #B39E90 in popluar number systems.

HEXB39E90
Decimal179158144
Binary101100111001111010010000
Octal263236220

Shades and tints

Shades of #B39E90

#B39E90
(179,158,144)
#A39083
(163,144,131)
#938276
(147,130,118)
#837469
(131,116,105)
#73665C
(115,102,92)
#63584F
(99,88,79)
#534A42
(83,74,66)
#433C35
(67,60,53)
#332E28
(51,46,40)
#23201B
(35,32,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B39E90

#B39E90
(179,158,144)
#B9A69A
(185,166,154)
#BFAEA4
(191,174,164)
#C5B6AE
(197,182,174)
#CBBEB8
(203,190,184)
#D1C6C2
(209,198,194)
#D7CECC
(215,206,204)
#DDD6D6
(221,214,214)
#E3DEE0
(227,222,224)
#E9E6EA
(233,230,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39E90 color. Also use rgb(179,158,144) instead hex code.

Text Font Color

.myTextColor { color: #B39E90; }

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

This text font color is #B39E90.


Background Color

.myBgColor { background-color: #B39E90; }

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

This div background color is #B39E90.


Border color

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

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

This div border color is #B39E90.


Opacity

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

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

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

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

This text has shadow with #B39E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39E90 on black background.


Color preview on white background

This text has color #B39E90 on white background.



Black color preview on #B39E90 background

This text has black color on #B39E90 background.


White color preview on #B39E90 background

This text has white color on #B39E90 background.