COLOR #B0899B

HEX: #B0899B
RGB: (176,137,155)

Color info

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

RGB color model

#B0899B color RGB value is (176,137,155).

  • red value is 176;
  • green value is 137;
  • blue value is 155.
RGB:
(176,137,155)
(69%,54%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 155 of 255 = 61%

176
137
155

R + G + B ~ 61%. #B0899B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 155 = 468 (100%)
R 176 of 468 ~ 37.61%
G 137 of 468 ~ 29.27%
B 155 of 468 ~ 33.12%

%37.61
%29.27
%33.12

CMYK color model

#B0899B color CMYK value is (0,22,12,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,22,12,31)
C0M22Y12K31 
(0%,22%,12%,31%)
(0.00/0.22/0.12/0.31)	

CMYK percentages

%0
%22.16
%11.93
%30.98

Codes

Color #B0899B in popluar color models

B0899B
RGB176137155
HSL332°19.80%61.37%
HSB/HSV332°22.16%69.02%
CMYK0.00%22.16%11.93%
30.98%

Color #B0899B in popluar number systems.

HEXB0899B
Decimal176137155
Binary101100001000100110011011
Octal260211233

Shades and tints

Shades of #B0899B

#B0899B
(176,137,155)
#A07D8D
(160,125,141)
#90717F
(144,113,127)
#806571
(128,101,113)
#705963
(112,89,99)
#604D55
(96,77,85)
#504147
(80,65,71)
#403539
(64,53,57)
#30292B
(48,41,43)
#201D1D
(32,29,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0899B

#B0899B
(176,137,155)
#B793A4
(183,147,164)
#BE9DAD
(190,157,173)
#C5A7B6
(197,167,182)
#CCB1BF
(204,177,191)
#D3BBC8
(211,187,200)
#DAC5D1
(218,197,209)
#E1CFDA
(225,207,218)
#E8D9E3
(232,217,227)
#EFE3EC
(239,227,236)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0899B color. Also use rgb(176,137,155) instead hex code.

Text Font Color

.myTextColor { color: #B0899B; }

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

This text font color is #B0899B.


Background Color

.myBgColor { background-color: #B0899B; }

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

This div background color is #B0899B.


Border color

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

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

This div border color is #B0899B.


Opacity

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

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

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

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

This text has shadow with #B0899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0899B on black background.


Color preview on white background

This text has color #B0899B on white background.



Black color preview on #B0899B background

This text has black color on #B0899B background.


White color preview on #B0899B background

This text has white color on #B0899B background.