COLOR #B01563

HEX: #B01563
RGB: (176,21,99)

Color info

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

RGB color model

#B01563 color RGB value is (176,21,99).

  • red value is 176;
  • green value is 21;
  • blue value is 99.
RGB:
(176,21,99)
(69%,8%,39%)

RGB channels and saturation

R 176 of 255 = 69%
G 21 of 255 = 8%
B 99 of 255 = 39%

176
21
99

R + G + B ~ 39%. #B01563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 21 + 99 = 296 (100%)
R 176 of 296 ~ 59.46%
G 21 of 296 ~ 7.09%
B 99 of 296 ~ 33.45%

%59.46
%33.45

CMYK color model

#B01563 color CMYK value is (0,88,44,31).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(0,88,44,31)
C0M88Y44K31 
(0%,88%,44%,31%)
(0.00/0.88/0.44/0.31)	

CMYK percentages

%0
%88.07
%43.75
%30.98

Codes

Color #B01563 in popluar color models

B01563
RGB1762199
HSL330°78.68%38.63%
HSB/HSV330°88.07%69.02%
CMYK0.00%88.07%43.75%
30.98%

Color #B01563 in popluar number systems.

HEXB01563
Decimal1762199
Binary10110000101011100011
Octal26025143

Shades and tints

Shades of #B01563

#B01563
(176,21,99)
#A0145A
(160,20,90)
#901351
(144,19,81)
#801248
(128,18,72)
#70113F
(112,17,63)
#601036
(96,16,54)
#500F2D
(80,15,45)
#400E24
(64,14,36)
#300D1B
(48,13,27)
#200C12
(32,12,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #B01563

#B01563
(176,21,99)
#B72A71
(183,42,113)
#BE3F7F
(190,63,127)
#C5548D
(197,84,141)
#CC699B
(204,105,155)
#D37EA9
(211,126,169)
#DA93B7
(218,147,183)
#E1A8C5
(225,168,197)
#E8BDD3
(232,189,211)
#EFD2E1
(239,210,225)
#F6E7EF
(246,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01563 color. Also use rgb(176,21,99) instead hex code.

Text Font Color

.myTextColor { color: #B01563; }

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

This text font color is #B01563.


Background Color

.myBgColor { background-color: #B01563; }

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

This div background color is #B01563.


Border color

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

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

This div border color is #B01563.


Opacity

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

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

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

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

This text has shadow with #B01563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01563 on black background.


Color preview on white background

This text has color #B01563 on white background.



Black color preview on #B01563 background

This text has black color on #B01563 background.


White color preview on #B01563 background

This text has white color on #B01563 background.