COLOR #B37C8D

HEX: #B37C8D RGB: (179,124,141)

Color info

#B37C8D contains red, green and blue colors in about the same proportion. Web safe color of #B37C8D is #996699 (or #969).

RGB color model

#B37C8D color RGB value is (179,124,141).

RGB: (179,124,141) (70%, 49%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 124 of 255 = 49%
B 141 of 255 = 55%

179
124
141

R + G + B ~ 58%. #B37C8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 124 + 141 = 444 (100%)
R 179 of 444 ~ 40.32%
G 124 of 444 ~ 27.93%
B 141 of 444 ~ 31.76'%

%40.32
%27.93
%31.76

CMYK color model

#B37C8D color CMYK value is (0,31,21,30).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 21.23%
  • key color value is 29.80%

CMYK: (0,31,21,30)
C0M31Y21K30 (0%, 31%, 21%, 30%)
(0.00 / 0.31 / 0.21 / 0.30)

CMYK percentages

%0
%30.73
%21.23
%29.8

Codes

Color #B37C8D in popluar color models

B3 7C 8D
RGB 179 124 141
HSL 341° 26.57% 59.41%
HSB/HSV 341° 30.73% 70.20%
CMYK 0.00% 30.73% 21.23%
29.80%

Color #B37C8D in popluar number systems.

HEX B3 7C 8D
Decimal 179 124 141
Binary 10110011 1111100 10001101
Octal 263 174 215

Shades and tints

Shades of #B37C8D

#B37C8D
(179,124,141)
#A37181
(163,113,129)
#936675
(147,102,117)
#835B69
(131,91,105)
#73505D
(115,80,93)
#634551
(99,69,81)
#533A45
(83,58,69)
#432F39
(67,47,57)
#33242D
(51,36,45)
#231921
(35,25,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #B37C8D

#B37C8D
(179,124,141)
#B98797
(185,135,151)
#BF92A1
(191,146,161)
#C59DAB
(197,157,171)
#CBA8B5
(203,168,181)
#D1B3BF
(209,179,191)
#D7BEC9
(215,190,201)
#DDC9D3
(221,201,211)
#E3D4DD
(227,212,221)
#E9DFE7
(233,223,231)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37C8D color. Also use rgb(179,124,141) instead hex code.

Text Font Color

.myTextColor { color: #B37C8D; }

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

This text font color is #B37C8D.

Background Color

.myBgColor { background-color: #B37C8D; }

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

This div background color is #B37C8D.

Border color

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

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

This div border color is #B37C8D.

Opacity

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

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

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

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

This text has shadow with #B37C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37C8D.

Preview

Color preview on black background

This text has color #B37C8D on black background.


Color preview on white background

This text has color #B37C8D on white background.


Black color preview on #B37C8D background

This text has black color on #B37C8D background.


White color preview on #B37C8D background

This text has white color on #B37C8D background.


Related colors

Complementary color

Complementary color for #hex is #4C8372.


I love getcolorcode.com

Triadic colors

1 #8DB37C and #7C8DB3 with #B37C8D are triadic colors.

2 #8D7CB3 and #7CB38D with #B37C8D are triadic colors.