COLOR #B0868B

HEX: #B0868B RGB: (176,134,139)

Color info

#B0868B contains red, green and blue colors in about the same proportion. Web safe color of #B0868B is #999999 (or #999).

RGB color model

#B0868B color RGB value is (176,134,139).

RGB: (176,134,139) (69%, 53%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 139 of 255 = 55%

176
134
139

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

Portions of RGB colors in percentages

R + G + B = 176 + 134 + 139 = 449 (100%)
R 176 of 449 ~ 39.2%
G 134 of 449 ~ 29.84%
B 139 of 449 ~ 30.96'%

%39.2
%29.84
%30.96

CMYK color model

#B0868B color CMYK value is (0,24,21,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (0,24,21,31)
C0M24Y21K31 (0%, 24%, 21%, 31%)
(0.00 / 0.24 / 0.21 / 0.31)

CMYK percentages

%0
%23.86
%21.02
%30.98

Codes

Color #B0868B in popluar color models

B0 86 8B
RGB 176 134 139
HSL 353° 21.00% 60.78%
HSB/HSV 353° 23.86% 69.02%
CMYK 0.00% 23.86% 21.02%
30.98%

Color #B0868B in popluar number systems.

HEX B0 86 8B
Decimal 176 134 139
Binary 10110000 10000110 10001011
Octal 260 206 213

Shades and tints

Shades of #B0868B

#B0868B
(176,134,139)
#A07A7F
(160,122,127)
#906E73
(144,110,115)
#806267
(128,98,103)
#70565B
(112,86,91)
#604A4F
(96,74,79)
#503E43
(80,62,67)
#403237
(64,50,55)
#30262B
(48,38,43)
#201A1F
(32,26,31)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #B0868B

#B0868B
(176,134,139)
#B79195
(183,145,149)
#BE9C9F
(190,156,159)
#C5A7A9
(197,167,169)
#CCB2B3
(204,178,179)
#D3BDBD
(211,189,189)
#DAC8C7
(218,200,199)
#E1D3D1
(225,211,209)
#E8DEDB
(232,222,219)
#EFE9E5
(239,233,229)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0868B; }

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

This text font color is #B0868B.

Background Color

.myBgColor { background-color: #B0868B; }

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

This div background color is #B0868B.

Border color

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

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

This div border color is #B0868B.

Opacity

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

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

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

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

This text has shadow with #B0868B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0868B.

Preview

Color preview on black background

This text has color #B0868B on black background.


Color preview on white background

This text has color #B0868B on white background.


Black color preview on #B0868B background

This text has black color on #B0868B background.


White color preview on #B0868B background

This text has white color on #B0868B background.


Related colors

Complementary color

Complementary color for #hex is #4F7974.


I love getcolorcode.com

Triadic colors

1 #8BB086 and #868BB0 with #B0868B are triadic colors.

2 #8B86B0 and #86B08B with #B0868B are triadic colors.