COLOR #B04777

HEX: #B04777
RGB: (176,71,119)

Color info

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

RGB color model

#B04777 color RGB value is (176,71,119).

  • red value is 176;
  • green value is 71;
  • blue value is 119.
RGB:
(176,71,119)
(69%,28%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 71 of 255 = 28%
B 119 of 255 = 47%

176
71
119

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

Portions of RGB colors in percentages

R + G + B =
176 + 71 + 119 = 366 (100%)
R 176 of 366 ~ 48.09%
G 71 of 366 ~ 19.4%
B 119 of 366 ~ 32.51%

%48.09
%19.4
%32.51

CMYK color model

#B04777 color CMYK value is (0,60,32,31).

  • cyan value is 0.00%
  • magenta value is 59.66%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(0,60,32,31)
C0M60Y32K31 
(0%,60%,32%,31%)
(0.00/0.60/0.32/0.31)	

CMYK percentages

%0
%59.66
%32.39
%30.98

Codes

Color #B04777 in popluar color models

B04777
RGB17671119
HSL333°42.51%48.43%
HSB/HSV333°59.66%69.02%
CMYK0.00%59.66%32.39%
30.98%

Color #B04777 in popluar number systems.

HEXB04777
Decimal17671119
Binary1011000010001111110111
Octal260107167

Shades and tints

Shades of #B04777

#B04777
(176,71,119)
#A0416D
(160,65,109)
#903B63
(144,59,99)
#803559
(128,53,89)
#702F4F
(112,47,79)
#602945
(96,41,69)
#50233B
(80,35,59)
#401D31
(64,29,49)
#301727
(48,23,39)
#20111D
(32,17,29)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #B04777

#B04777
(176,71,119)
#B75783
(183,87,131)
#BE678F
(190,103,143)
#C5779B
(197,119,155)
#CC87A7
(204,135,167)
#D397B3
(211,151,179)
#DAA7BF
(218,167,191)
#E1B7CB
(225,183,203)
#E8C7D7
(232,199,215)
#EFD7E3
(239,215,227)
#F6E7EF
(246,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04777 color. Also use rgb(176,71,119) instead hex code.

Text Font Color

.myTextColor { color: #B04777; }

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

This text font color is #B04777.


Background Color

.myBgColor { background-color: #B04777; }

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

This div background color is #B04777.


Border color

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

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

This div border color is #B04777.


Opacity

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

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

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

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

This text has shadow with #B04777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04777 on black background.


Color preview on white background

This text has color #B04777 on white background.



Black color preview on #B04777 background

This text has black color on #B04777 background.


White color preview on #B04777 background

This text has white color on #B04777 background.