COLOR #B00056

HEX: #B00056
RGB: (176,0,86)

Color info

#B00056 contains mainly red color. Web safe color of #B00056 is #990066 (or #906).

RGB color model

#B00056 color RGB value is (176,0,86).

  • red value is 176;
  • green value is 0;
  • blue value is 86.
RGB:
(176,0,86)
(69%,0%,34%)

RGB channels and saturation

R 176 of 255 = 69%
G 0 of 255 = 0%
B 86 of 255 = 34%

176
0
86

R + G + B ~ 34%. #B00056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 0 + 86 = 262 (100%)
R 176 of 262 ~ 67.18%
G 0 of 262 ~ 0%
B 86 of 262 ~ 32.82%

%67.18
%32.82

CMYK color model

#B00056 color CMYK value is (0,100,51,31).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(0,100,51,31)
C0M100Y51K31 
(0%,100%,51%,31%)
(0.00/1.00/0.51/0.31)	

CMYK percentages

%0
%100
%51.14
%30.98

Codes

Color #B00056 in popluar color models

B00056
RGB176086
HSL331°100.00%34.51%
HSB/HSV331°100.00%69.02%
CMYK0.00%100.00%51.14%
30.98%

Color #B00056 in popluar number systems.

HEXB00056
Decimal176086
Binary1011000001010110
Octal2600126

Shades and tints

Shades of #B00056

#B00056
(176,0,86)
#A0004F
(160,0,79)
#900048
(144,0,72)
#800041
(128,0,65)
#70003A
(112,0,58)
#600033
(96,0,51)
#50002C
(80,0,44)
#400025
(64,0,37)
#30001E
(48,0,30)
#200017
(32,0,23)
#100010
(16,0,16)
#000000
(0,0,0)

Tints of #B00056

#B00056
(176,0,86)
#B71765
(183,23,101)
#BE2E74
(190,46,116)
#C54583
(197,69,131)
#CC5C92
(204,92,146)
#D373A1
(211,115,161)
#DA8AB0
(218,138,176)
#E1A1BF
(225,161,191)
#E8B8CE
(232,184,206)
#EFCFDD
(239,207,221)
#F6E6EC
(246,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B00056 color. Also use rgb(176,0,86) instead hex code.

Text Font Color

.myTextColor { color: #B00056; }

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

This text font color is #B00056.


Background Color

.myBgColor { background-color: #B00056; }

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

This div background color is #B00056.


Border color

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

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

This div border color is #B00056.


Opacity

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

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

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

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

This text has shadow with #B00056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B00056 on black background.


Color preview on white background

This text has color #B00056 on white background.



Black color preview on #B00056 background

This text has black color on #B00056 background.


White color preview on #B00056 background

This text has white color on #B00056 background.