COLOR #B17F88

HEX: #B17F88 RGB: (177,127,136)

Color info

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

RGB color model

#B17F88 color RGB value is (177,127,136).

RGB: (177,127,136) (69%, 50%, 53%)

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 136 of 255 = 53%

177
127
136

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

Portions of RGB colors in percentages

R + G + B = 177 + 127 + 136 = 440 (100%)
R 177 of 440 ~ 40.23%
G 127 of 440 ~ 28.86%
B 136 of 440 ~ 30.91'%

%40.23
%28.86
%30.91

CMYK color model

#B17F88 color CMYK value is (0,28,23,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 23.16%
  • key color value is 30.59%

CMYK: (0,28,23,31)
C0M28Y23K31 (0%, 28%, 23%, 31%)
(0.00 / 0.28 / 0.23 / 0.31)

CMYK percentages

%0
%28.25
%23.16
%30.59

Codes

Color #B17F88 in popluar color models

B1 7F 88
RGB 177 127 136
HSL 349° 24.27% 59.61%
HSB/HSV 349° 28.25% 69.41%
CMYK 0.00% 28.25% 23.16%
30.59%

Color #B17F88 in popluar number systems.

HEX B1 7F 88
Decimal 177 127 136
Binary 10110001 1111111 10001000
Octal 261 177 210

Shades and tints

Shades of #B17F88

#B17F88
(177,127,136)
#A1747C
(161,116,124)
#916970
(145,105,112)
#815E64
(129,94,100)
#715358
(113,83,88)
#61484C
(97,72,76)
#513D40
(81,61,64)
#413234
(65,50,52)
#312728
(49,39,40)
#211C1C
(33,28,28)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B17F88

#B17F88
(177,127,136)
#B88A92
(184,138,146)
#BF959C
(191,149,156)
#C6A0A6
(198,160,166)
#CDABB0
(205,171,176)
#D4B6BA
(212,182,186)
#DBC1C4
(219,193,196)
#E2CCCE
(226,204,206)
#E9D7D8
(233,215,216)
#F0E2E2
(240,226,226)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17F88 color. Also use rgb(177,127,136) instead hex code.

Text Font Color

.myTextColor { color: #B17F88; }

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

This text font color is #B17F88.

Background Color

.myBgColor { background-color: #B17F88; }

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

This div background color is #B17F88.

Border color

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

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

This div border color is #B17F88.

Opacity

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

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

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

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

This text has shadow with #B17F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17F88.

Preview

Color preview on black background

This text has color #B17F88 on black background.


Color preview on white background

This text has color #B17F88 on white background.


Black color preview on #B17F88 background

This text has black color on #B17F88 background.


White color preview on #B17F88 background

This text has white color on #B17F88 background.


Related colors

Complementary color

Complementary color for #hex is #4E8077.


I love getcolorcode.com

Triadic colors

1 #88B17F and #7F88B1 with #B17F88 are triadic colors.

2 #887FB1 and #7FB188 with #B17F88 are triadic colors.