COLOR #B73173

HEX: #B73173
RGB: (183,49,115)

Color info

#B73173 contains mainly red color. Web safe color of #B73173 is #CC3366 (or #C36).

RGB color model

#B73173 color RGB value is (183,49,115).

  • red value is 183;
  • green value is 49;
  • blue value is 115.
RGB:
(183,49,115)
(72%,19%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 49 of 255 = 19%
B 115 of 255 = 45%

183
49
115

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

Portions of RGB colors in percentages

R + G + B =
183 + 49 + 115 = 347 (100%)
R 183 of 347 ~ 52.74%
G 49 of 347 ~ 14.12%
B 115 of 347 ~ 33.14%

%52.74
%14.12
%33.14

CMYK color model

#B73173 color CMYK value is (0,73,37,28).

  • cyan value is 0.00%
  • magenta value is 73.22%
  • yellow value is 37.16%
  • key color value is 28.24%
CMYK:
(0,73,37,28)
C0M73Y37K28 
(0%,73%,37%,28%)
(0.00/0.73/0.37/0.28)	

CMYK percentages

%0
%73.22
%37.16
%28.24

Codes

Color #B73173 in popluar color models

B73173
RGB18349115
HSL330°57.76%45.49%
HSB/HSV330°73.22%71.76%
CMYK0.00%73.22%37.16%
28.24%

Color #B73173 in popluar number systems.

HEXB73173
Decimal18349115
Binary101101111100011110011
Octal26761163

Shades and tints

Shades of #B73173

#B73173
(183,49,115)
#A72D69
(167,45,105)
#97295F
(151,41,95)
#872555
(135,37,85)
#77214B
(119,33,75)
#671D41
(103,29,65)
#571937
(87,25,55)
#47152D
(71,21,45)
#371123
(55,17,35)
#270D19
(39,13,25)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #B73173

#B73173
(183,49,115)
#BD437F
(189,67,127)
#C3558B
(195,85,139)
#C96797
(201,103,151)
#CF79A3
(207,121,163)
#D58BAF
(213,139,175)
#DB9DBB
(219,157,187)
#E1AFC7
(225,175,199)
#E7C1D3
(231,193,211)
#EDD3DF
(237,211,223)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B73173 color. Also use rgb(183,49,115) instead hex code.

Text Font Color

.myTextColor { color: #B73173; }

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

This text font color is #B73173.


Background Color

.myBgColor { background-color: #B73173; }

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

This div background color is #B73173.


Border color

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

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

This div border color is #B73173.


Opacity

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

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

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

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

This text has shadow with #B73173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73173 on black background.


Color preview on white background

This text has color #B73173 on white background.



Black color preview on #B73173 background

This text has black color on #B73173 background.


White color preview on #B73173 background

This text has white color on #B73173 background.