COLOR #B0888B

HEX: #B0888B
RGB: (176,136,139)

Color info

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

RGB color model

#B0888B color RGB value is (176,136,139).

  • red value is 176;
  • green value is 136;
  • blue value is 139.
RGB:
(176,136,139)
(69%,53%,55%)

RGB channels and saturation

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

176
136
139

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 139 = 451 (100%)
R 176 of 451 ~ 39.02%
G 136 of 451 ~ 30.16%
B 139 of 451 ~ 30.82%

%39.02
%30.16
%30.82

CMYK color model

#B0888B color CMYK value is (0,23,21,31).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(0,23,21,31)
C0M23Y21K31 
(0%,23%,21%,31%)
(0.00/0.23/0.21/0.31)	

CMYK percentages

%0
%22.73
%21.02
%30.98

Codes

Color #B0888B in popluar color models

B0888B
RGB176136139
HSL356°20.20%61.18%
HSB/HSV356°22.73%69.02%
CMYK0.00%22.73%21.02%
30.98%

Color #B0888B in popluar number systems.

HEXB0888B
Decimal176136139
Binary101100001000100010001011
Octal260210213

Shades and tints

Shades of #B0888B

#B0888B
(176,136,139)
#A07C7F
(160,124,127)
#907073
(144,112,115)
#806467
(128,100,103)
#70585B
(112,88,91)
#604C4F
(96,76,79)
#504043
(80,64,67)
#403437
(64,52,55)
#30282B
(48,40,43)
#201C1F
(32,28,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B0888B

#B0888B
(176,136,139)
#B79295
(183,146,149)
#BE9C9F
(190,156,159)
#C5A6A9
(197,166,169)
#CCB0B3
(204,176,179)
#D3BABD
(211,186,189)
#DAC4C7
(218,196,199)
#E1CED1
(225,206,209)
#E8D8DB
(232,216,219)
#EFE2E5
(239,226,229)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0888B; }

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

This text font color is #B0888B.


Background Color

.myBgColor { background-color: #B0888B; }

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

This div background color is #B0888B.


Border color

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

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

This div border color is #B0888B.


Opacity

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

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

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

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

This text has shadow with #B0888B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0888B on black background.


Color preview on white background

This text has color #B0888B on white background.



Black color preview on #B0888B background

This text has black color on #B0888B background.


White color preview on #B0888B background

This text has white color on #B0888B background.