COLOR #B37B89

HEX: #B37B89 RGB: (179,123,137)

Color info

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

RGB color model

#B37B89 color RGB value is (179,123,137).

RGB: (179,123,137) (70%, 48%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 123 of 255 = 48%
B 137 of 255 = 54%

179
123
137

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

Portions of RGB colors in percentages

R + G + B = 179 + 123 + 137 = 439 (100%)
R 179 of 439 ~ 40.77%
G 123 of 439 ~ 28.02%
B 137 of 439 ~ 31.21'%

%40.77
%28.02
%31.21

CMYK color model

#B37B89 color CMYK value is (0,31,23,30).

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

CMYK: (0,31,23,30)
C0M31Y23K30 (0%, 31%, 23%, 30%)
(0.00 / 0.31 / 0.23 / 0.30)

CMYK percentages

%0
%31.28
%23.46
%29.8

Codes

Color #B37B89 in popluar color models

B3 7B 89
RGB 179 123 137
HSL 345° 26.92% 59.22%
HSB/HSV 345° 31.28% 70.20%
CMYK 0.00% 31.28% 23.46%
29.80%

Color #B37B89 in popluar number systems.

HEX B3 7B 89
Decimal 179 123 137
Binary 10110011 1111011 10001001
Octal 263 173 211

Shades and tints

Shades of #B37B89

#B37B89
(179,123,137)
#A3707D
(163,112,125)
#936571
(147,101,113)
#835A65
(131,90,101)
#734F59
(115,79,89)
#63444D
(99,68,77)
#533941
(83,57,65)
#432E35
(67,46,53)
#332329
(51,35,41)
#23181D
(35,24,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #B37B89

#B37B89
(179,123,137)
#B98793
(185,135,147)
#BF939D
(191,147,157)
#C59FA7
(197,159,167)
#CBABB1
(203,171,177)
#D1B7BB
(209,183,187)
#D7C3C5
(215,195,197)
#DDCFCF
(221,207,207)
#E3DBD9
(227,219,217)
#E9E7E3
(233,231,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37B89; }

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

This text font color is #B37B89.

Background Color

.myBgColor { background-color: #B37B89; }

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

This div background color is #B37B89.

Border color

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

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

This div border color is #B37B89.

Opacity

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

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

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

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

This text has shadow with #B37B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37B89.

Preview

Color preview on black background

This text has color #B37B89 on black background.


Color preview on white background

This text has color #B37B89 on white background.


Black color preview on #B37B89 background

This text has black color on #B37B89 background.


White color preview on #B37B89 background

This text has white color on #B37B89 background.


Related colors

Complementary color

Complementary color for #hex is #4C8476.


I love getcolorcode.com

Triadic colors

1 #89B37B and #7B89B3 with #B37B89 are triadic colors.

2 #897BB3 and #7BB389 with #B37B89 are triadic colors.