COLOR #B72E68

HEX: #B72E68
RGB: (183,46,104)

Color info

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

RGB color model

#B72E68 color RGB value is (183,46,104).

  • red value is 183;
  • green value is 46;
  • blue value is 104.
RGB:
(183,46,104)
(72%,18%,41%)

RGB channels and saturation

R 183 of 255 = 72%
G 46 of 255 = 18%
B 104 of 255 = 41%

183
46
104

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

Portions of RGB colors in percentages

R + G + B =
183 + 46 + 104 = 333 (100%)
R 183 of 333 ~ 54.95%
G 46 of 333 ~ 13.81%
B 104 of 333 ~ 31.23%

%54.95
%13.81
%31.23

CMYK color model

#B72E68 color CMYK value is (0,75,43,28).

  • cyan value is 0.00%
  • magenta value is 74.86%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(0,75,43,28)
C0M75Y43K28 
(0%,75%,43%,28%)
(0.00/0.75/0.43/0.28)	

CMYK percentages

%0
%74.86
%43.17
%28.24

Codes

Color #B72E68 in popluar color models

B72E68
RGB18346104
HSL335°59.83%44.90%
HSB/HSV335°74.86%71.76%
CMYK0.00%74.86%43.17%
28.24%

Color #B72E68 in popluar number systems.

HEXB72E68
Decimal18346104
Binary101101111011101101000
Octal26756150

Shades and tints

Shades of #B72E68

#B72E68
(183,46,104)
#A72A5F
(167,42,95)
#972656
(151,38,86)
#87224D
(135,34,77)
#771E44
(119,30,68)
#671A3B
(103,26,59)
#571632
(87,22,50)
#471229
(71,18,41)
#370E20
(55,14,32)
#270A17
(39,10,23)
#17060E
(23,6,14)
#000000
(0,0,0)

Tints of #B72E68

#B72E68
(183,46,104)
#BD4175
(189,65,117)
#C35482
(195,84,130)
#C9678F
(201,103,143)
#CF7A9C
(207,122,156)
#D58DA9
(213,141,169)
#DBA0B6
(219,160,182)
#E1B3C3
(225,179,195)
#E7C6D0
(231,198,208)
#EDD9DD
(237,217,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72E68 color. Also use rgb(183,46,104) instead hex code.

Text Font Color

.myTextColor { color: #B72E68; }

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

This text font color is #B72E68.


Background Color

.myBgColor { background-color: #B72E68; }

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

This div background color is #B72E68.


Border color

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

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

This div border color is #B72E68.


Opacity

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

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

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

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

This text has shadow with #B72E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72E68 on black background.


Color preview on white background

This text has color #B72E68 on white background.



Black color preview on #B72E68 background

This text has black color on #B72E68 background.


White color preview on #B72E68 background

This text has white color on #B72E68 background.