COLOR #B04D6F

HEX: #B04D6F RGB: (176,77,111)

Color info

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

RGB color model

#B04D6F color RGB value is (176,77,111).

RGB: (176,77,111) (69%, 30%, 44%)

RGB channels and saturation

R 176 of 255 = 69%
G 77 of 255 = 30%
B 111 of 255 = 44%

176
77
111

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

Portions of RGB colors in percentages

R + G + B = 176 + 77 + 111 = 364 (100%)
R 176 of 364 ~ 48.35%
G 77 of 364 ~ 21.15%
B 111 of 364 ~ 30.49'%

%48.35
%21.15
%30.49

CMYK color model

#B04D6F color CMYK value is (0,56,37,31).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 36.93%
  • key color value is 30.98%

CMYK: (0,56,37,31)
C0M56Y37K31 (0%, 56%, 37%, 31%)
(0.00 / 0.56 / 0.37 / 0.31)

CMYK percentages

%0
%56.25
%36.93
%30.98

Codes

Color #B04D6F in popluar color models

B0 4D 6F
RGB 176 77 111
HSL 339° 39.13% 49.61%
HSB/HSV 339° 56.25% 69.02%
CMYK 0.00% 56.25% 36.93%
30.98%

Color #B04D6F in popluar number systems.

HEX B0 4D 6F
Decimal 176 77 111
Binary 10110000 1001101 1101111
Octal 260 115 157

Shades and tints

Shades of #B04D6F

#B04D6F
(176,77,111)
#A04665
(160,70,101)
#903F5B
(144,63,91)
#803851
(128,56,81)
#703147
(112,49,71)
#602A3D
(96,42,61)
#502333
(80,35,51)
#401C29
(64,28,41)
#30151F
(48,21,31)
#200E15
(32,14,21)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #B04D6F

#B04D6F
(176,77,111)
#B75D7C
(183,93,124)
#BE6D89
(190,109,137)
#C57D96
(197,125,150)
#CC8DA3
(204,141,163)
#D39DB0
(211,157,176)
#DAADBD
(218,173,189)
#E1BDCA
(225,189,202)
#E8CDD7
(232,205,215)
#EFDDE4
(239,221,228)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04D6F; }

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

This text font color is #B04D6F.

Background Color

.myBgColor { background-color: #B04D6F; }

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

This div background color is #B04D6F.

Border color

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

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

This div border color is #B04D6F.

Opacity

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

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

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

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

This text has shadow with #B04D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04D6F.

Preview

Color preview on black background

This text has color #B04D6F on black background.


Color preview on white background

This text has color #B04D6F on white background.


Black color preview on #B04D6F background

This text has black color on #B04D6F background.


White color preview on #B04D6F background

This text has white color on #B04D6F background.


Related colors

Complementary color

Complementary color for #hex is #4FB290.


I love getcolorcode.com

Triadic colors

1 #6FB04D and #4D6FB0 with #B04D6F are triadic colors.

2 #6F4DB0 and #4DB06F with #B04D6F are triadic colors.