COLOR #B0909B

HEX: #B0909B
RGB: (176,144,155)

Color info

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

RGB color model

#B0909B color RGB value is (176,144,155).

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

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 155 of 255 = 61%

176
144
155

R + G + B ~ 62%. #B0909B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 155 = 475 (100%)
R 176 of 475 ~ 37.05%
G 144 of 475 ~ 30.32%
B 155 of 475 ~ 32.63%

%37.05
%30.32
%32.63

CMYK color model

#B0909B color CMYK value is (0,18,12,31).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,18,12,31)
C0M18Y12K31 
(0%,18%,12%,31%)
(0.00/0.18/0.12/0.31)	

CMYK percentages

%0
%18.18
%11.93
%30.98

Codes

Color #B0909B in popluar color models

B0909B
RGB176144155
HSL339°16.84%62.75%
HSB/HSV339°18.18%69.02%
CMYK0.00%18.18%11.93%
30.98%

Color #B0909B in popluar number systems.

HEXB0909B
Decimal176144155
Binary101100001001000010011011
Octal260220233

Shades and tints

Shades of #B0909B

#B0909B
(176,144,155)
#A0838D
(160,131,141)
#90767F
(144,118,127)
#806971
(128,105,113)
#705C63
(112,92,99)
#604F55
(96,79,85)
#504247
(80,66,71)
#403539
(64,53,57)
#30282B
(48,40,43)
#201B1D
(32,27,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #B0909B

#B0909B
(176,144,155)
#B79AA4
(183,154,164)
#BEA4AD
(190,164,173)
#C5AEB6
(197,174,182)
#CCB8BF
(204,184,191)
#D3C2C8
(211,194,200)
#DACCD1
(218,204,209)
#E1D6DA
(225,214,218)
#E8E0E3
(232,224,227)
#EFEAEC
(239,234,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0909B; }

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

This text font color is #B0909B.


Background Color

.myBgColor { background-color: #B0909B; }

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

This div background color is #B0909B.


Border color

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

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

This div border color is #B0909B.


Opacity

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

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

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

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

This text has shadow with #B0909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0909B on black background.


Color preview on white background

This text has color #B0909B on white background.



Black color preview on #B0909B background

This text has black color on #B0909B background.


White color preview on #B0909B background

This text has white color on #B0909B background.