COLOR #B39987

HEX: #B39987 RGB: (179,153,135)

Color info

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

RGB color model

#B39987 color RGB value is (179,153,135).

RGB: (179,153,135) (70%, 60%, 53%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 135 of 255 = 53%

179
153
135

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

Portions of RGB colors in percentages

R + G + B = 179 + 153 + 135 = 467 (100%)
R 179 of 467 ~ 38.33%
G 153 of 467 ~ 32.76%
B 135 of 467 ~ 28.91'%

%38.33
%32.76
%28.91

CMYK color model

#B39987 color CMYK value is (0,15,25,30).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 24.58%
  • key color value is 29.80%

CMYK: (0,15,25,30)
C0M15Y25K30 (0%, 15%, 25%, 30%)
(0.00 / 0.15 / 0.25 / 0.30)

CMYK percentages

%0
%14.53
%24.58
%29.8

Codes

Color #B39987 in popluar color models

B3 99 87
RGB 179 153 135
HSL 25° 22.45% 61.57%
HSB/HSV 25° 24.58% 70.20%
CMYK 0.00% 14.53% 24.58%
29.80%

Color #B39987 in popluar number systems.

HEX B3 99 87
Decimal 179 153 135
Binary 10110011 10011001 10000111
Octal 263 231 207

Shades and tints

Shades of #B39987

#B39987
(179,153,135)
#A38C7B
(163,140,123)
#937F6F
(147,127,111)
#837263
(131,114,99)
#736557
(115,101,87)
#63584B
(99,88,75)
#534B3F
(83,75,63)
#433E33
(67,62,51)
#333127
(51,49,39)
#23241B
(35,36,27)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B39987

#B39987
(179,153,135)
#B9A291
(185,162,145)
#BFAB9B
(191,171,155)
#C5B4A5
(197,180,165)
#CBBDAF
(203,189,175)
#D1C6B9
(209,198,185)
#D7CFC3
(215,207,195)
#DDD8CD
(221,216,205)
#E3E1D7
(227,225,215)
#E9EAE1
(233,234,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39987; }

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

This text font color is #B39987.

Background Color

.myBgColor { background-color: #B39987; }

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

This div background color is #B39987.

Border color

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

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

This div border color is #B39987.

Opacity

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

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

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

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

This text has shadow with #B39987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39987.

Preview

Color preview on black background

This text has color #B39987 on black background.


Color preview on white background

This text has color #B39987 on white background.


Black color preview on #B39987 background

This text has black color on #B39987 background.


White color preview on #B39987 background

This text has white color on #B39987 background.


Related colors

Complementary color

Complementary color for #hex is #4C6678.


I love getcolorcode.com

Triadic colors

1 #87B399 and #9987B3 with #B39987 are triadic colors.

2 #8799B3 and #99B387 with #B39987 are triadic colors.