COLOR #B04963

HEX: #B04963 RGB: (176,73,99)

Color info

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

RGB color model

#B04963 color RGB value is (176,73,99).

RGB: (176,73,99) (69%, 29%, 39%)

RGB channels and saturation

R 176 of 255 = 69%
G 73 of 255 = 29%
B 99 of 255 = 39%

176
73
99

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

Portions of RGB colors in percentages

R + G + B = 176 + 73 + 99 = 348 (100%)
R 176 of 348 ~ 50.57%
G 73 of 348 ~ 20.98%
B 99 of 348 ~ 28.45'%

%50.57
%20.98
%28.45

CMYK color model

#B04963 color CMYK value is (0,59,44,31).

  • cyan value is 0.00%
  • magenta value is 58.52%
  • yellow value is 43.75%
  • key color value is 30.98%

CMYK: (0,59,44,31)
C0M59Y44K31 (0%, 59%, 44%, 31%)
(0.00 / 0.59 / 0.44 / 0.31)

CMYK percentages

%0
%58.52
%43.75
%30.98

Codes

Color #B04963 in popluar color models

B0 49 63
RGB 176 73 99
HSL 345° 41.37% 48.82%
HSB/HSV 345° 58.52% 69.02%
CMYK 0.00% 58.52% 43.75%
30.98%

Color #B04963 in popluar number systems.

HEX B0 49 63
Decimal 176 73 99
Binary 10110000 1001001 1100011
Octal 260 111 143

Shades and tints

Shades of #B04963

#B04963
(176,73,99)
#A0435A
(160,67,90)
#903D51
(144,61,81)
#803748
(128,55,72)
#70313F
(112,49,63)
#602B36
(96,43,54)
#50252D
(80,37,45)
#401F24
(64,31,36)
#30191B
(48,25,27)
#201312
(32,19,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #B04963

#B04963
(176,73,99)
#B75971
(183,89,113)
#BE697F
(190,105,127)
#C5798D
(197,121,141)
#CC899B
(204,137,155)
#D399A9
(211,153,169)
#DAA9B7
(218,169,183)
#E1B9C5
(225,185,197)
#E8C9D3
(232,201,211)
#EFD9E1
(239,217,225)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04963; }

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

This text font color is #B04963.

Background Color

.myBgColor { background-color: #B04963; }

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

This div background color is #B04963.

Border color

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

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

This div border color is #B04963.

Opacity

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

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

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

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

This text has shadow with #B04963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04963.

Preview

Color preview on black background

This text has color #B04963 on black background.


Color preview on white background

This text has color #B04963 on white background.


Black color preview on #B04963 background

This text has black color on #B04963 background.


White color preview on #B04963 background

This text has white color on #B04963 background.


Related colors

Complementary color

Complementary color for #hex is #4FB69C.


I love getcolorcode.com

Triadic colors

1 #63B049 and #4963B0 with #B04963 are triadic colors.

2 #6349B0 and #49B063 with #B04963 are triadic colors.