COLOR #B0506D

HEX: #B0506D
RGB: (176,80,109)

Color info

#B0506D contains mainly red color. Web safe color of #B0506D is #996666 (or #966).

RGB color model

#B0506D color RGB value is (176,80,109).

  • red value is 176;
  • green value is 80;
  • blue value is 109.
RGB:
(176,80,109)
(69%,31%,43%)

RGB channels and saturation

R 176 of 255 = 69%
G 80 of 255 = 31%
B 109 of 255 = 43%

176
80
109

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

Portions of RGB colors in percentages

R + G + B =
176 + 80 + 109 = 365 (100%)
R 176 of 365 ~ 48.22%
G 80 of 365 ~ 21.92%
B 109 of 365 ~ 29.86%

%48.22
%21.92
%29.86

CMYK color model

#B0506D color CMYK value is (0,55,38,31).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 38.07%
  • key color value is 30.98%
CMYK:
(0,55,38,31)
C0M55Y38K31 
(0%,55%,38%,31%)
(0.00/0.55/0.38/0.31)	

CMYK percentages

%0
%54.55
%38.07
%30.98

Codes

Color #B0506D in popluar color models

B0506D
RGB17680109
HSL342°37.80%50.20%
HSB/HSV342°54.55%69.02%
CMYK0.00%54.55%38.07%
30.98%

Color #B0506D in popluar number systems.

HEXB0506D
Decimal17680109
Binary1011000010100001101101
Octal260120155

Shades and tints

Shades of #B0506D

#B0506D
(176,80,109)
#A04964
(160,73,100)
#90425B
(144,66,91)
#803B52
(128,59,82)
#703449
(112,52,73)
#602D40
(96,45,64)
#502637
(80,38,55)
#401F2E
(64,31,46)
#301825
(48,24,37)
#20111C
(32,17,28)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #B0506D

#B0506D
(176,80,109)
#B75F7A
(183,95,122)
#BE6E87
(190,110,135)
#C57D94
(197,125,148)
#CC8CA1
(204,140,161)
#D39BAE
(211,155,174)
#DAAABB
(218,170,187)
#E1B9C8
(225,185,200)
#E8C8D5
(232,200,213)
#EFD7E2
(239,215,226)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0506D color. Also use rgb(176,80,109) instead hex code.

Text Font Color

.myTextColor { color: #B0506D; }

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

This text font color is #B0506D.


Background Color

.myBgColor { background-color: #B0506D; }

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

This div background color is #B0506D.


Border color

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

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

This div border color is #B0506D.


Opacity

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

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

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

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

This text has shadow with #B0506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0506D on black background.


Color preview on white background

This text has color #B0506D on white background.



Black color preview on #B0506D background

This text has black color on #B0506D background.


White color preview on #B0506D background

This text has white color on #B0506D background.