COLOR #B02663

HEX: #B02663
RGB: (176,38,99)

Color info

#B02663 contains mainly red color. Web safe color of #B02663 is #993366 (or #936).

RGB color model

#B02663 color RGB value is (176,38,99).

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

RGB channels and saturation

R 176 of 255 = 69%
G 38 of 255 = 15%
B 99 of 255 = 39%

176
38
99

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

Portions of RGB colors in percentages

R + G + B =
176 + 38 + 99 = 313 (100%)
R 176 of 313 ~ 56.23%
G 38 of 313 ~ 12.14%
B 99 of 313 ~ 31.63%

%56.23
%12.14
%31.63

CMYK color model

#B02663 color CMYK value is (0,78,44,31).

  • cyan value is 0.00%
  • magenta value is 78.41%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(0,78,44,31)
C0M78Y44K31 
(0%,78%,44%,31%)
(0.00/0.78/0.44/0.31)	

CMYK percentages

%0
%78.41
%43.75
%30.98

Codes

Color #B02663 in popluar color models

B02663
RGB1763899
HSL333°64.49%41.96%
HSB/HSV333°78.41%69.02%
CMYK0.00%78.41%43.75%
30.98%

Color #B02663 in popluar number systems.

HEXB02663
Decimal1763899
Binary101100001001101100011
Octal26046143

Shades and tints

Shades of #B02663

#B02663
(176,38,99)
#A0235A
(160,35,90)
#902051
(144,32,81)
#801D48
(128,29,72)
#701A3F
(112,26,63)
#601736
(96,23,54)
#50142D
(80,20,45)
#401124
(64,17,36)
#300E1B
(48,14,27)
#200B12
(32,11,18)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #B02663

#B02663
(176,38,99)
#B73971
(183,57,113)
#BE4C7F
(190,76,127)
#C55F8D
(197,95,141)
#CC729B
(204,114,155)
#D385A9
(211,133,169)
#DA98B7
(218,152,183)
#E1ABC5
(225,171,197)
#E8BED3
(232,190,211)
#EFD1E1
(239,209,225)
#F6E4EF
(246,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B02663; }

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

This text font color is #B02663.


Background Color

.myBgColor { background-color: #B02663; }

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

This div background color is #B02663.


Border color

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

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

This div border color is #B02663.


Opacity

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

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

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

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

This text has shadow with #B02663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02663 on black background.


Color preview on white background

This text has color #B02663 on white background.



Black color preview on #B02663 background

This text has black color on #B02663 background.


White color preview on #B02663 background

This text has white color on #B02663 background.