COLOR #B04D60

HEX: #B04D60
RGB: (176,77,96)

Color info

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

RGB color model

#B04D60 color RGB value is (176,77,96).

  • red value is 176;
  • green value is 77;
  • blue value is 96.
RGB:
(176,77,96)
(69%,30%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 77 of 255 = 30%
B 96 of 255 = 38%

176
77
96

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

Portions of RGB colors in percentages

R + G + B =
176 + 77 + 96 = 349 (100%)
R 176 of 349 ~ 50.43%
G 77 of 349 ~ 22.06%
B 96 of 349 ~ 27.51%

%50.43
%22.06
%27.51

CMYK color model

#B04D60 color CMYK value is (0,56,45,31).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 45.45%
  • key color value is 30.98%
CMYK:
(0,56,45,31)
C0M56Y45K31 
(0%,56%,45%,31%)
(0.00/0.56/0.45/0.31)	

CMYK percentages

%0
%56.25
%45.45
%30.98

Codes

Color #B04D60 in popluar color models

B04D60
RGB1767796
HSL348°39.13%49.61%
HSB/HSV348°56.25%69.02%
CMYK0.00%56.25%45.45%
30.98%

Color #B04D60 in popluar number systems.

HEXB04D60
Decimal1767796
Binary1011000010011011100000
Octal260115140

Shades and tints

Shades of #B04D60

#B04D60
(176,77,96)
#A04658
(160,70,88)
#903F50
(144,63,80)
#803848
(128,56,72)
#703140
(112,49,64)
#602A38
(96,42,56)
#502330
(80,35,48)
#401C28
(64,28,40)
#301520
(48,21,32)
#200E18
(32,14,24)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #B04D60

#B04D60
(176,77,96)
#B75D6E
(183,93,110)
#BE6D7C
(190,109,124)
#C57D8A
(197,125,138)
#CC8D98
(204,141,152)
#D39DA6
(211,157,166)
#DAADB4
(218,173,180)
#E1BDC2
(225,189,194)
#E8CDD0
(232,205,208)
#EFDDDE
(239,221,222)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04D60 color. Also use rgb(176,77,96) instead hex code.

Text Font Color

.myTextColor { color: #B04D60; }

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

This text font color is #B04D60.


Background Color

.myBgColor { background-color: #B04D60; }

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

This div background color is #B04D60.


Border color

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

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

This div border color is #B04D60.


Opacity

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

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

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

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

This text has shadow with #B04D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04D60 on black background.


Color preview on white background

This text has color #B04D60 on white background.



Black color preview on #B04D60 background

This text has black color on #B04D60 background.


White color preview on #B04D60 background

This text has white color on #B04D60 background.