COLOR #B04373

HEX: #B04373 RGB: (176,67,115)

Color info

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

RGB color model

#B04373 color RGB value is (176,67,115).

RGB: (176,67,115) (69%, 26%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 67 of 255 = 26%
B 115 of 255 = 45%

176
67
115

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

Portions of RGB colors in percentages

R + G + B = 176 + 67 + 115 = 358 (100%)
R 176 of 358 ~ 49.16%
G 67 of 358 ~ 18.72%
B 115 of 358 ~ 32.12'%

%49.16
%18.72
%32.12

CMYK color model

#B04373 color CMYK value is (0,62,35,31).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 34.66%
  • key color value is 30.98%

CMYK: (0,62,35,31)
C0M62Y35K31 (0%, 62%, 35%, 31%)
(0.00 / 0.62 / 0.35 / 0.31)

CMYK percentages

%0
%61.93
%34.66
%30.98

Codes

Color #B04373 in popluar color models

B0 43 73
RGB 176 67 115
HSL 334° 44.86% 47.65%
HSB/HSV 334° 61.93% 69.02%
CMYK 0.00% 61.93% 34.66%
30.98%

Color #B04373 in popluar number systems.

HEX B0 43 73
Decimal 176 67 115
Binary 10110000 1000011 1110011
Octal 260 103 163

Shades and tints

Shades of #B04373

#B04373
(176,67,115)
#A03D69
(160,61,105)
#90375F
(144,55,95)
#803155
(128,49,85)
#702B4B
(112,43,75)
#602541
(96,37,65)
#501F37
(80,31,55)
#40192D
(64,25,45)
#301323
(48,19,35)
#200D19
(32,13,25)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #B04373

#B04373
(176,67,115)
#B7547F
(183,84,127)
#BE658B
(190,101,139)
#C57697
(197,118,151)
#CC87A3
(204,135,163)
#D398AF
(211,152,175)
#DAA9BB
(218,169,187)
#E1BAC7
(225,186,199)
#E8CBD3
(232,203,211)
#EFDCDF
(239,220,223)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04373 color. Also use rgb(176,67,115) instead hex code.

Text Font Color

.myTextColor { color: #B04373; }

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

This text font color is #B04373.

Background Color

.myBgColor { background-color: #B04373; }

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

This div background color is #B04373.

Border color

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

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

This div border color is #B04373.

Opacity

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

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

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

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

This text has shadow with #B04373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04373.

Preview

Color preview on black background

This text has color #B04373 on black background.


Color preview on white background

This text has color #B04373 on white background.


Black color preview on #B04373 background

This text has black color on #B04373 background.


White color preview on #B04373 background

This text has white color on #B04373 background.


Related colors

Complementary color

Complementary color for #hex is #4FBC8C.


I love getcolorcode.com

Triadic colors

1 #73B043 and #4373B0 with #B04373 are triadic colors.

2 #7343B0 and #43B073 with #B04373 are triadic colors.