COLOR #B39A88

HEX: #B39A88
RGB: (179,154,136)

Color info

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

RGB color model

#B39A88 color RGB value is (179,154,136).

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

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 136 of 255 = 53%

179
154
136

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 136 = 469 (100%)
R 179 of 469 ~ 38.17%
G 154 of 469 ~ 32.84%
B 136 of 469 ~ 29%

%38.17
%32.84
%29

CMYK color model

#B39A88 color CMYK value is (0,14,24,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(0,14,24,30)
C0M14Y24K30 
(0%,14%,24%,30%)
(0.00/0.14/0.24/0.30)	

CMYK percentages

%0
%13.97
%24.02
%29.8

Codes

Color #B39A88 in popluar color models

B39A88
RGB179154136
HSL25°22.05%61.76%
HSB/HSV25°24.02%70.20%
CMYK0.00%13.97%24.02%
29.80%

Color #B39A88 in popluar number systems.

HEXB39A88
Decimal179154136
Binary101100111001101010001000
Octal263232210

Shades and tints

Shades of #B39A88

#B39A88
(179,154,136)
#A38C7C
(163,140,124)
#937E70
(147,126,112)
#837064
(131,112,100)
#736258
(115,98,88)
#63544C
(99,84,76)
#534640
(83,70,64)
#433834
(67,56,52)
#332A28
(51,42,40)
#231C1C
(35,28,28)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #B39A88

#B39A88
(179,154,136)
#B9A392
(185,163,146)
#BFAC9C
(191,172,156)
#C5B5A6
(197,181,166)
#CBBEB0
(203,190,176)
#D1C7BA
(209,199,186)
#D7D0C4
(215,208,196)
#DDD9CE
(221,217,206)
#E3E2D8
(227,226,216)
#E9EBE2
(233,235,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39A88; }

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

This text font color is #B39A88.


Background Color

.myBgColor { background-color: #B39A88; }

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

This div background color is #B39A88.


Border color

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

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

This div border color is #B39A88.


Opacity

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

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

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

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

This text has shadow with #B39A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39A88 on black background.


Color preview on white background

This text has color #B39A88 on white background.



Black color preview on #B39A88 background

This text has black color on #B39A88 background.


White color preview on #B39A88 background

This text has white color on #B39A88 background.