COLOR #B39C93

HEX: #B39C93 RGB: (179,156,147)

Color info

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

RGB color model

#B39C93 color RGB value is (179,156,147).

RGB: (179,156,147) (70%, 61%, 58%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 147 of 255 = 58%

179
156
147

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

Portions of RGB colors in percentages

R + G + B = 179 + 156 + 147 = 482 (100%)
R 179 of 482 ~ 37.14%
G 156 of 482 ~ 32.37%
B 147 of 482 ~ 30.5'%

%37.14
%32.37
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 17.88%
  • 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
%12.85
%17.88
%29.8

Codes

Color #B39C93 in popluar color models

B3 9C 93
RGB 179 156 147
HSL 17° 17.39% 63.92%
HSB/HSV 17° 17.88% 70.20%
CMYK 0.00% 12.85% 17.88%
29.80%

Color #B39C93 in popluar number systems.

HEX B3 9C 93
Decimal 179 156 147
Binary 10110011 10011100 10010011
Octal 263 234 223

Shades and tints

Shades of #B39C93

#B39C93
(179,156,147)
#A38E86
(163,142,134)
#938079
(147,128,121)
#83726C
(131,114,108)
#73645F
(115,100,95)
#635652
(99,86,82)
#534845
(83,72,69)
#433A38
(67,58,56)
#332C2B
(51,44,43)
#231E1E
(35,30,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #B39C93

#B39C93
(179,156,147)
#B9A59C
(185,165,156)
#BFAEA5
(191,174,165)
#C5B7AE
(197,183,174)
#CBC0B7
(203,192,183)
#D1C9C0
(209,201,192)
#D7D2C9
(215,210,201)
#DDDBD2
(221,219,210)
#E3E4DB
(227,228,219)
#E9EDE4
(233,237,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39C93 color. Also use rgb(179,156,147) instead hex code.

Text Font Color

.myTextColor { color: #B39C93; }

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

This text font color is #B39C93.

Background Color

.myBgColor { background-color: #B39C93; }

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

This div background color is #B39C93.

Border color

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

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

This div border color is #B39C93.

Opacity

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

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

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

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

This text has shadow with #B39C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39C93.

Preview

Color preview on black background

This text has color #B39C93 on black background.


Color preview on white background

This text has color #B39C93 on white background.


Black color preview on #B39C93 background

This text has black color on #B39C93 background.


White color preview on #B39C93 background

This text has white color on #B39C93 background.


Related colors

Complementary color

Complementary color for #hex is #4C636C.


I love getcolorcode.com

Triadic colors

1 #93B39C and #9C93B3 with #B39C93 are triadic colors.

2 #939CB3 and #9CB393 with #B39C93 are triadic colors.