COLOR #B04976

HEX: #B04976
RGB: (176,73,118)

Color info

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

RGB color model

#B04976 color RGB value is (176,73,118).

  • red value is 176;
  • green value is 73;
  • blue value is 118.
RGB:
(176,73,118)
(69%,29%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 73 of 255 = 29%
B 118 of 255 = 46%

176
73
118

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

Portions of RGB colors in percentages

R + G + B =
176 + 73 + 118 = 367 (100%)
R 176 of 367 ~ 47.96%
G 73 of 367 ~ 19.89%
B 118 of 367 ~ 32.15%

%47.96
%19.89
%32.15

CMYK color model

#B04976 color CMYK value is (0,59,33,31).

  • cyan value is 0.00%
  • magenta value is 58.52%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(0,59,33,31)
C0M59Y33K31 
(0%,59%,33%,31%)
(0.00/0.59/0.33/0.31)	

CMYK percentages

%0
%58.52
%32.95
%30.98

Codes

Color #B04976 in popluar color models

B04976
RGB17673118
HSL334°41.37%48.82%
HSB/HSV334°58.52%69.02%
CMYK0.00%58.52%32.95%
30.98%

Color #B04976 in popluar number systems.

HEXB04976
Decimal17673118
Binary1011000010010011110110
Octal260111166

Shades and tints

Shades of #B04976

#B04976
(176,73,118)
#A0436C
(160,67,108)
#903D62
(144,61,98)
#803758
(128,55,88)
#70314E
(112,49,78)
#602B44
(96,43,68)
#50253A
(80,37,58)
#401F30
(64,31,48)
#301926
(48,25,38)
#20131C
(32,19,28)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #B04976

#B04976
(176,73,118)
#B75982
(183,89,130)
#BE698E
(190,105,142)
#C5799A
(197,121,154)
#CC89A6
(204,137,166)
#D399B2
(211,153,178)
#DAA9BE
(218,169,190)
#E1B9CA
(225,185,202)
#E8C9D6
(232,201,214)
#EFD9E2
(239,217,226)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04976 color. Also use rgb(176,73,118) instead hex code.

Text Font Color

.myTextColor { color: #B04976; }

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

This text font color is #B04976.


Background Color

.myBgColor { background-color: #B04976; }

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

This div background color is #B04976.


Border color

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

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

This div border color is #B04976.


Opacity

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

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

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

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

This text has shadow with #B04976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04976 on black background.


Color preview on white background

This text has color #B04976 on white background.



Black color preview on #B04976 background

This text has black color on #B04976 background.


White color preview on #B04976 background

This text has white color on #B04976 background.