COLOR #B04042

HEX: #B04042
RGB: (176,64,66)

Color info

#B04042 contains mainly red color. Web safe color of #B04042 is #993333 (or #933).

RGB color model

#B04042 color RGB value is (176,64,66).

  • red value is 176;
  • green value is 64;
  • blue value is 66.
RGB:
(176,64,66)
(69%,25%,26%)

RGB channels and saturation

R 176 of 255 = 69%
G 64 of 255 = 25%
B 66 of 255 = 26%

176
64
66

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

Portions of RGB colors in percentages

R + G + B =
176 + 64 + 66 = 306 (100%)
R 176 of 306 ~ 57.52%
G 64 of 306 ~ 20.92%
B 66 of 306 ~ 21.57%

%57.52
%20.92
%21.57

CMYK color model

#B04042 color CMYK value is (0,64,63,31).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 62.50%
  • key color value is 30.98%
CMYK:
(0,64,63,31)
C0M64Y63K31 
(0%,64%,63%,31%)
(0.00/0.64/0.63/0.31)	

CMYK percentages

%0
%63.64
%62.5
%30.98

Codes

Color #B04042 in popluar color models

B04042
RGB1766466
HSL359°46.67%47.06%
HSB/HSV359°63.64%69.02%
CMYK0.00%63.64%62.50%
30.98%

Color #B04042 in popluar number systems.

HEXB04042
Decimal1766466
Binary1011000010000001000010
Octal260100102

Shades and tints

Shades of #B04042

#B04042
(176,64,66)
#A03B3C
(160,59,60)
#903636
(144,54,54)
#803130
(128,49,48)
#702C2A
(112,44,42)
#602724
(96,39,36)
#50221E
(80,34,30)
#401D18
(64,29,24)
#301812
(48,24,18)
#20130C
(32,19,12)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #B04042

#B04042
(176,64,66)
#B75153
(183,81,83)
#BE6264
(190,98,100)
#C57375
(197,115,117)
#CC8486
(204,132,134)
#D39597
(211,149,151)
#DAA6A8
(218,166,168)
#E1B7B9
(225,183,185)
#E8C8CA
(232,200,202)
#EFD9DB
(239,217,219)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04042 color. Also use rgb(176,64,66) instead hex code.

Text Font Color

.myTextColor { color: #B04042; }

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

This text font color is #B04042.


Background Color

.myBgColor { background-color: #B04042; }

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

This div background color is #B04042.


Border color

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

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

This div border color is #B04042.


Opacity

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

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

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

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

This text has shadow with #B04042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04042 on black background.


Color preview on white background

This text has color #B04042 on white background.



Black color preview on #B04042 background

This text has black color on #B04042 background.


White color preview on #B04042 background

This text has white color on #B04042 background.