COLOR #B0718B

HEX: #B0718B RGB: (176,113,139)

Color info

#B0718B contains mainly red and blue colors. Web safe color of #B0718B is #996699 (or #969).

RGB color model

#B0718B color RGB value is (176,113,139).

RGB: (176,113,139) (69%, 44%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 139 of 255 = 55%

176
113
139

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

Portions of RGB colors in percentages

R + G + B = 176 + 113 + 139 = 428 (100%)
R 176 of 428 ~ 41.12%
G 113 of 428 ~ 26.4%
B 139 of 428 ~ 32.48'%

%41.12
%26.4
%32.48

CMYK color model

#B0718B color CMYK value is (0,36,21,31).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK: (0,36,21,31) C0M36Y21K31 (0%,36%,21%,31%) (0.00/0.36/0.21/0.31) 

CMYK percentages

%0
%35.8
%21.02
%30.98

Codes

Color #B0718B in popluar color models

B0 71 8B
RGB 176 113 139
HSL 335° 28.51% 56.67%
HSB/HSV 335° 35.80% 69.02%
CMYK 0.00% 35.80% 21.02%
30.98%

Color #B0718B in popluar number systems.

HEX B0 71 8B
Decimal 176 113 139
Binary 10110000 1110001 10001011
Octal 260 161 213

Shades and tints

Shades of #B0718B

#B0718B
(176,113,139)
#A0677F
(160,103,127)
#905D73
(144,93,115)
#805367
(128,83,103)
#70495B
(112,73,91)
#603F4F
(96,63,79)
#503543
(80,53,67)
#402B37
(64,43,55)
#30212B
(48,33,43)
#20171F
(32,23,31)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #B0718B

#B0718B
(176,113,139)
#B77D95
(183,125,149)
#BE899F
(190,137,159)
#C595A9
(197,149,169)
#CCA1B3
(204,161,179)
#D3ADBD
(211,173,189)
#DAB9C7
(218,185,199)
#E1C5D1
(225,197,209)
#E8D1DB
(232,209,219)
#EFDDE5
(239,221,229)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0718B color. Also use rgb(176,113,139) instead hex code.

Text Font Color

.myTextColor { color: #B0718B; }

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

This text font color is #B0718B.

Background Color

.myBgColor { background-color: #B0718B; }

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

This div background color is #B0718B.

Border color

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

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

This div border color is #B0718B.

Opacity

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

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

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

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

This text has shadow with #B0718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0718B.

Preview

Color preview on black background

This text has color #B0718B on black background.


Color preview on white background

This text has color #B0718B on white background.


Black color preview on #B0718B background

This text has black color on #B0718B background.


White color preview on #B0718B background

This text has white color on #B0718B background.


Related colors

Complementary color

Complementary color for #hex is #4F8E74.


I love getcolorcode.com

Triadic colors

1 #8BB071 and #718BB0 with #B0718B are triadic colors.

2 #8B71B0 and #71B08B with #B0718B are triadic colors.