COLOR #B17987

HEX: #B17987 RGB: (177,121,135)

Color info

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

RGB color model

#B17987 color RGB value is (177,121,135).

RGB: (177,121,135) (69%, 47%, 53%)

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 135 of 255 = 53%

177
121
135

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

Portions of RGB colors in percentages

R + G + B = 177 + 121 + 135 = 433 (100%)
R 177 of 433 ~ 40.88%
G 121 of 433 ~ 27.94%
B 135 of 433 ~ 31.18'%

%40.88
%27.94
%31.18

CMYK color model

#B17987 color CMYK value is (0,32,24,31).

  • cyan value is 0.00%
  • magenta value is 31.64%
  • yellow value is 23.73%
  • key color value is 30.59%

CMYK: (0,32,24,31)
C0M32Y24K31 (0%, 32%, 24%, 31%)
(0.00 / 0.32 / 0.24 / 0.31)

CMYK percentages

%0
%31.64
%23.73
%30.59

Codes

Color #B17987 in popluar color models

B1 79 87
RGB 177 121 135
HSL 345° 26.42% 58.43%
HSB/HSV 345° 31.64% 69.41%
CMYK 0.00% 31.64% 23.73%
30.59%

Color #B17987 in popluar number systems.

HEX B1 79 87
Decimal 177 121 135
Binary 10110001 1111001 10000111
Octal 261 171 207

Shades and tints

Shades of #B17987

#B17987
(177,121,135)
#A16E7B
(161,110,123)
#91636F
(145,99,111)
#815863
(129,88,99)
#714D57
(113,77,87)
#61424B
(97,66,75)
#51373F
(81,55,63)
#412C33
(65,44,51)
#312127
(49,33,39)
#21161B
(33,22,27)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #B17987

#B17987
(177,121,135)
#B88591
(184,133,145)
#BF919B
(191,145,155)
#C69DA5
(198,157,165)
#CDA9AF
(205,169,175)
#D4B5B9
(212,181,185)
#DBC1C3
(219,193,195)
#E2CDCD
(226,205,205)
#E9D9D7
(233,217,215)
#F0E5E1
(240,229,225)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17987 color. Also use rgb(177,121,135) instead hex code.

Text Font Color

.myTextColor { color: #B17987; }

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

This text font color is #B17987.

Background Color

.myBgColor { background-color: #B17987; }

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

This div background color is #B17987.

Border color

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

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

This div border color is #B17987.

Opacity

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

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

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

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

This text has shadow with #B17987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17987.

Preview

Color preview on black background

This text has color #B17987 on black background.


Color preview on white background

This text has color #B17987 on white background.


Black color preview on #B17987 background

This text has black color on #B17987 background.


White color preview on #B17987 background

This text has white color on #B17987 background.


Related colors

Complementary color

Complementary color for #hex is #4E8678.


I love getcolorcode.com

Triadic colors

1 #87B179 and #7987B1 with #B17987 are triadic colors.

2 #8779B1 and #79B187 with #B17987 are triadic colors.