COLOR #B37B87

HEX: #B37B87 RGB: (179,123,135)

Color info

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

RGB color model

#B37B87 color RGB value is (179,123,135).

RGB: (179,123,135) (70%, 48%, 53%)

RGB channels and saturation

R 179 of 255 = 70%
G 123 of 255 = 48%
B 135 of 255 = 53%

179
123
135

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

Portions of RGB colors in percentages

R + G + B = 179 + 123 + 135 = 437 (100%)
R 179 of 437 ~ 40.96%
G 123 of 437 ~ 28.15%
B 135 of 437 ~ 30.89'%

%40.96
%28.15
%30.89

CMYK color model

#B37B87 color CMYK value is (0,31,25,30).

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

CMYK: (0,31,25,30)
C0M31Y25K30 (0%, 31%, 25%, 30%)
(0.00 / 0.31 / 0.25 / 0.30)

CMYK percentages

%0
%31.28
%24.58
%29.8

Codes

Color #B37B87 in popluar color models

B3 7B 87
RGB 179 123 135
HSL 347° 26.92% 59.22%
HSB/HSV 347° 31.28% 70.20%
CMYK 0.00% 31.28% 24.58%
29.80%

Color #B37B87 in popluar number systems.

HEX B3 7B 87
Decimal 179 123 135
Binary 10110011 1111011 10000111
Octal 263 173 207

Shades and tints

Shades of #B37B87

#B37B87
(179,123,135)
#A3707B
(163,112,123)
#93656F
(147,101,111)
#835A63
(131,90,99)
#734F57
(115,79,87)
#63444B
(99,68,75)
#53393F
(83,57,63)
#432E33
(67,46,51)
#332327
(51,35,39)
#23181B
(35,24,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #B37B87

#B37B87
(179,123,135)
#B98791
(185,135,145)
#BF939B
(191,147,155)
#C59FA5
(197,159,165)
#CBABAF
(203,171,175)
#D1B7B9
(209,183,185)
#D7C3C3
(215,195,195)
#DDCFCD
(221,207,205)
#E3DBD7
(227,219,215)
#E9E7E1
(233,231,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37B87; }

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

This text font color is #B37B87.

Background Color

.myBgColor { background-color: #B37B87; }

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

This div background color is #B37B87.

Border color

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

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

This div border color is #B37B87.

Opacity

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

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

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

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

This text has shadow with #B37B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37B87.

Preview

Color preview on black background

This text has color #B37B87 on black background.


Color preview on white background

This text has color #B37B87 on white background.


Black color preview on #B37B87 background

This text has black color on #B37B87 background.


White color preview on #B37B87 background

This text has white color on #B37B87 background.


Related colors

Complementary color

Complementary color for #hex is #4C8478.


I love getcolorcode.com

Triadic colors

1 #87B37B and #7B87B3 with #B37B87 are triadic colors.

2 #877BB3 and #7BB387 with #B37B87 are triadic colors.