COLOR #B04D6B

HEX: #B04D6B RGB: (176,77,107)

Color info

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

RGB color model

#B04D6B color RGB value is (176,77,107).

RGB: (176,77,107) (69%, 30%, 42%)

RGB channels and saturation

R 176 of 255 = 69%
G 77 of 255 = 30%
B 107 of 255 = 42%

176
77
107

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

Portions of RGB colors in percentages

R + G + B = 176 + 77 + 107 = 360 (100%)
R 176 of 360 ~ 48.89%
G 77 of 360 ~ 21.39%
B 107 of 360 ~ 29.72'%

%48.89
%21.39
%29.72

CMYK color model

#B04D6B color CMYK value is (0,56,39,31).

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

CMYK: (0,56,39,31)
C0M56Y39K31 (0%, 56%, 39%, 31%)
(0.00 / 0.56 / 0.39 / 0.31)

CMYK percentages

%0
%56.25
%39.2
%30.98

Codes

Color #B04D6B in popluar color models

B0 4D 6B
RGB 176 77 107
HSL 342° 39.13% 49.61%
HSB/HSV 342° 56.25% 69.02%
CMYK 0.00% 56.25% 39.20%
30.98%

Color #B04D6B in popluar number systems.

HEX B0 4D 6B
Decimal 176 77 107
Binary 10110000 1001101 1101011
Octal 260 115 153

Shades and tints

Shades of #B04D6B

#B04D6B
(176,77,107)
#A04662
(160,70,98)
#903F59
(144,63,89)
#803850
(128,56,80)
#703147
(112,49,71)
#602A3E
(96,42,62)
#502335
(80,35,53)
#401C2C
(64,28,44)
#301523
(48,21,35)
#200E1A
(32,14,26)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #B04D6B

#B04D6B
(176,77,107)
#B75D78
(183,93,120)
#BE6D85
(190,109,133)
#C57D92
(197,125,146)
#CC8D9F
(204,141,159)
#D39DAC
(211,157,172)
#DAADB9
(218,173,185)
#E1BDC6
(225,189,198)
#E8CDD3
(232,205,211)
#EFDDE0
(239,221,224)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04D6B; }

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

This text font color is #B04D6B.

Background Color

.myBgColor { background-color: #B04D6B; }

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

This div background color is #B04D6B.

Border color

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

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

This div border color is #B04D6B.

Opacity

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

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

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

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

This text has shadow with #B04D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04D6B.

Preview

Color preview on black background

This text has color #B04D6B on black background.


Color preview on white background

This text has color #B04D6B on white background.


Black color preview on #B04D6B background

This text has black color on #B04D6B background.


White color preview on #B04D6B background

This text has white color on #B04D6B background.


Related colors

Complementary color

Complementary color for #hex is #4FB294.


I love getcolorcode.com

Triadic colors

1 #6BB04D and #4D6BB0 with #B04D6B are triadic colors.

2 #6B4DB0 and #4DB06B with #B04D6B are triadic colors.