COLOR #B0888D

HEX: #B0888D
RGB: (176,136,141)

Color info

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

RGB color model

#B0888D color RGB value is (176,136,141).

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

RGB channels and saturation

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

176
136
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 141 = 453 (100%)
R 176 of 453 ~ 38.85%
G 136 of 453 ~ 30.02%
B 141 of 453 ~ 31.13%

%38.85
%30.02
%31.13

CMYK color model

#B0888D color CMYK value is (0,23,20,31).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,23,20,31)
C0M23Y20K31 
(0%,23%,20%,31%)
(0.00/0.23/0.20/0.31)	

CMYK percentages

%0
%22.73
%19.89
%30.98

Codes

Color #B0888D in popluar color models

B0888D
RGB176136141
HSL353°20.20%61.18%
HSB/HSV353°22.73%69.02%
CMYK0.00%22.73%19.89%
30.98%

Color #B0888D in popluar number systems.

HEXB0888D
Decimal176136141
Binary101100001000100010001101
Octal260210215

Shades and tints

Shades of #B0888D

#B0888D
(176,136,141)
#A07C81
(160,124,129)
#907075
(144,112,117)
#806469
(128,100,105)
#70585D
(112,88,93)
#604C51
(96,76,81)
#504045
(80,64,69)
#403439
(64,52,57)
#30282D
(48,40,45)
#201C21
(32,28,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B0888D

#B0888D
(176,136,141)
#B79297
(183,146,151)
#BE9CA1
(190,156,161)
#C5A6AB
(197,166,171)
#CCB0B5
(204,176,181)
#D3BABF
(211,186,191)
#DAC4C9
(218,196,201)
#E1CED3
(225,206,211)
#E8D8DD
(232,216,221)
#EFE2E7
(239,226,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0888D; }

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

This text font color is #B0888D.


Background Color

.myBgColor { background-color: #B0888D; }

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

This div background color is #B0888D.


Border color

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

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

This div border color is #B0888D.


Opacity

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

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

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

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

This text has shadow with #B0888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0888D on black background.


Color preview on white background

This text has color #B0888D on white background.



Black color preview on #B0888D background

This text has black color on #B0888D background.


White color preview on #B0888D background

This text has white color on #B0888D background.