COLOR #B04572

HEX: #B04572
RGB: (176,69,114)

Color info

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

RGB color model

#B04572 color RGB value is (176,69,114).

  • red value is 176;
  • green value is 69;
  • blue value is 114.
RGB:
(176,69,114)
(69%,27%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 69 of 255 = 27%
B 114 of 255 = 45%

176
69
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 69 + 114 = 359 (100%)
R 176 of 359 ~ 49.03%
G 69 of 359 ~ 19.22%
B 114 of 359 ~ 31.75%

%49.03
%19.22
%31.75

CMYK color model

#B04572 color CMYK value is (0,61,35,31).

  • cyan value is 0.00%
  • magenta value is 60.80%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(0,61,35,31)
C0M61Y35K31 
(0%,61%,35%,31%)
(0.00/0.61/0.35/0.31)	

CMYK percentages

%0
%60.8
%35.23
%30.98

Codes

Color #B04572 in popluar color models

B04572
RGB17669114
HSL335°43.67%48.04%
HSB/HSV335°60.80%69.02%
CMYK0.00%60.80%35.23%
30.98%

Color #B04572 in popluar number systems.

HEXB04572
Decimal17669114
Binary1011000010001011110010
Octal260105162

Shades and tints

Shades of #B04572

#B04572
(176,69,114)
#A03F68
(160,63,104)
#90395E
(144,57,94)
#803354
(128,51,84)
#702D4A
(112,45,74)
#602740
(96,39,64)
#502136
(80,33,54)
#401B2C
(64,27,44)
#301522
(48,21,34)
#200F18
(32,15,24)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #B04572

#B04572
(176,69,114)
#B7557E
(183,85,126)
#BE658A
(190,101,138)
#C57596
(197,117,150)
#CC85A2
(204,133,162)
#D395AE
(211,149,174)
#DAA5BA
(218,165,186)
#E1B5C6
(225,181,198)
#E8C5D2
(232,197,210)
#EFD5DE
(239,213,222)
#F6E5EA
(246,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04572 color. Also use rgb(176,69,114) instead hex code.

Text Font Color

.myTextColor { color: #B04572; }

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

This text font color is #B04572.


Background Color

.myBgColor { background-color: #B04572; }

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

This div background color is #B04572.


Border color

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

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

This div border color is #B04572.


Opacity

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

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

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

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

This text has shadow with #B04572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04572 on black background.


Color preview on white background

This text has color #B04572 on white background.



Black color preview on #B04572 background

This text has black color on #B04572 background.


White color preview on #B04572 background

This text has white color on #B04572 background.