COLOR #B02961

HEX: #B02961
RGB: (176,41,97)

Color info

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

RGB color model

#B02961 color RGB value is (176,41,97).

  • red value is 176;
  • green value is 41;
  • blue value is 97.
RGB:
(176,41,97)
(69%,16%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 41 of 255 = 16%
B 97 of 255 = 38%

176
41
97

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

Portions of RGB colors in percentages

R + G + B =
176 + 41 + 97 = 314 (100%)
R 176 of 314 ~ 56.05%
G 41 of 314 ~ 13.06%
B 97 of 314 ~ 30.89%

%56.05
%13.06
%30.89

CMYK color model

#B02961 color CMYK value is (0,77,45,31).

  • cyan value is 0.00%
  • magenta value is 76.70%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(0,77,45,31)
C0M77Y45K31 
(0%,77%,45%,31%)
(0.00/0.77/0.45/0.31)	

CMYK percentages

%0
%76.7
%44.89
%30.98

Codes

Color #B02961 in popluar color models

B02961
RGB1764197
HSL335°62.21%42.55%
HSB/HSV335°76.70%69.02%
CMYK0.00%76.70%44.89%
30.98%

Color #B02961 in popluar number systems.

HEXB02961
Decimal1764197
Binary101100001010011100001
Octal26051141

Shades and tints

Shades of #B02961

#B02961
(176,41,97)
#A02659
(160,38,89)
#902351
(144,35,81)
#802049
(128,32,73)
#701D41
(112,29,65)
#601A39
(96,26,57)
#501731
(80,23,49)
#401429
(64,20,41)
#301121
(48,17,33)
#200E19
(32,14,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #B02961

#B02961
(176,41,97)
#B73C6F
(183,60,111)
#BE4F7D
(190,79,125)
#C5628B
(197,98,139)
#CC7599
(204,117,153)
#D388A7
(211,136,167)
#DA9BB5
(218,155,181)
#E1AEC3
(225,174,195)
#E8C1D1
(232,193,209)
#EFD4DF
(239,212,223)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02961 color. Also use rgb(176,41,97) instead hex code.

Text Font Color

.myTextColor { color: #B02961; }

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

This text font color is #B02961.


Background Color

.myBgColor { background-color: #B02961; }

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

This div background color is #B02961.


Border color

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

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

This div border color is #B02961.


Opacity

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

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

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

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

This text has shadow with #B02961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02961 on black background.


Color preview on white background

This text has color #B02961 on white background.



Black color preview on #B02961 background

This text has black color on #B02961 background.


White color preview on #B02961 background

This text has white color on #B02961 background.