COLOR #B04C6D

HEX: #B04C6D
RGB: (176,76,109)

Color info

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

RGB color model

#B04C6D color RGB value is (176,76,109).

  • red value is 176;
  • green value is 76;
  • blue value is 109.
RGB:
(176,76,109)
(69%,30%,43%)

RGB channels and saturation

R 176 of 255 = 69%
G 76 of 255 = 30%
B 109 of 255 = 43%

176
76
109

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

Portions of RGB colors in percentages

R + G + B =
176 + 76 + 109 = 361 (100%)
R 176 of 361 ~ 48.75%
G 76 of 361 ~ 21.05%
B 109 of 361 ~ 30.19%

%48.75
%21.05
%30.19

CMYK color model

#B04C6D color CMYK value is (0,57,38,31).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 38.07%
  • key color value is 30.98%
CMYK:
(0,57,38,31)
C0M57Y38K31 
(0%,57%,38%,31%)
(0.00/0.57/0.38/0.31)	

CMYK percentages

%0
%56.82
%38.07
%30.98

Codes

Color #B04C6D in popluar color models

B04C6D
RGB17676109
HSL340°39.68%49.41%
HSB/HSV340°56.82%69.02%
CMYK0.00%56.82%38.07%
30.98%

Color #B04C6D in popluar number systems.

HEXB04C6D
Decimal17676109
Binary1011000010011001101101
Octal260114155

Shades and tints

Shades of #B04C6D

#B04C6D
(176,76,109)
#A04664
(160,70,100)
#90405B
(144,64,91)
#803A52
(128,58,82)
#703449
(112,52,73)
#602E40
(96,46,64)
#502837
(80,40,55)
#40222E
(64,34,46)
#301C25
(48,28,37)
#20161C
(32,22,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B04C6D

#B04C6D
(176,76,109)
#B75C7A
(183,92,122)
#BE6C87
(190,108,135)
#C57C94
(197,124,148)
#CC8CA1
(204,140,161)
#D39CAE
(211,156,174)
#DAACBB
(218,172,187)
#E1BCC8
(225,188,200)
#E8CCD5
(232,204,213)
#EFDCE2
(239,220,226)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04C6D color. Also use rgb(176,76,109) instead hex code.

Text Font Color

.myTextColor { color: #B04C6D; }

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

This text font color is #B04C6D.


Background Color

.myBgColor { background-color: #B04C6D; }

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

This div background color is #B04C6D.


Border color

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

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

This div border color is #B04C6D.


Opacity

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

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

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

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

This text has shadow with #B04C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04C6D on black background.


Color preview on white background

This text has color #B04C6D on white background.



Black color preview on #B04C6D background

This text has black color on #B04C6D background.


White color preview on #B04C6D background

This text has white color on #B04C6D background.