COLOR #B04479

HEX: #B04479
RGB: (176,68,121)

Color info

#B04479 contains mainly red and blue colors. Web safe color of #B04479 is #993366 (or #936).

RGB color model

#B04479 color RGB value is (176,68,121).

  • red value is 176;
  • green value is 68;
  • blue value is 121.
RGB:
(176,68,121)
(69%,27%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 68 of 255 = 27%
B 121 of 255 = 47%

176
68
121

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

Portions of RGB colors in percentages

R + G + B =
176 + 68 + 121 = 365 (100%)
R 176 of 365 ~ 48.22%
G 68 of 365 ~ 18.63%
B 121 of 365 ~ 33.15%

%48.22
%18.63
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(0,61,31,31)
C0M61Y31K31 
(0%,61%,31%,31%)
(0.00/0.61/0.31/0.31)	

CMYK percentages

%0
%61.36
%31.25
%30.98

Codes

Color #B04479 in popluar color models

B04479
RGB17668121
HSL331°44.26%47.84%
HSB/HSV331°61.36%69.02%
CMYK0.00%61.36%31.25%
30.98%

Color #B04479 in popluar number systems.

HEXB04479
Decimal17668121
Binary1011000010001001111001
Octal260104171

Shades and tints

Shades of #B04479

#B04479
(176,68,121)
#A03E6E
(160,62,110)
#903863
(144,56,99)
#803258
(128,50,88)
#702C4D
(112,44,77)
#602642
(96,38,66)
#502037
(80,32,55)
#401A2C
(64,26,44)
#301421
(48,20,33)
#200E16
(32,14,22)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #B04479

#B04479
(176,68,121)
#B75585
(183,85,133)
#BE6691
(190,102,145)
#C5779D
(197,119,157)
#CC88A9
(204,136,169)
#D399B5
(211,153,181)
#DAAAC1
(218,170,193)
#E1BBCD
(225,187,205)
#E8CCD9
(232,204,217)
#EFDDE5
(239,221,229)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04479 color. Also use rgb(176,68,121) instead hex code.

Text Font Color

.myTextColor { color: #B04479; }

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

This text font color is #B04479.


Background Color

.myBgColor { background-color: #B04479; }

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

This div background color is #B04479.


Border color

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

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

This div border color is #B04479.


Opacity

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

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

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

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

This text has shadow with #B04479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04479 on black background.


Color preview on white background

This text has color #B04479 on white background.



Black color preview on #B04479 background

This text has black color on #B04479 background.


White color preview on #B04479 background

This text has white color on #B04479 background.