COLOR #B04257

HEX: #B04257
RGB: (176,66,87)

Color info

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

RGB color model

#B04257 color RGB value is (176,66,87).

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

RGB channels and saturation

R 176 of 255 = 69%
G 66 of 255 = 26%
B 87 of 255 = 34%

176
66
87

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

Portions of RGB colors in percentages

R + G + B =
176 + 66 + 87 = 329 (100%)
R 176 of 329 ~ 53.5%
G 66 of 329 ~ 20.06%
B 87 of 329 ~ 26.44%

%53.5
%20.06
%26.44

CMYK color model

#B04257 color CMYK value is (0,63,51,31).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 50.57%
  • key color value is 30.98%
CMYK:
(0,63,51,31)
C0M63Y51K31 
(0%,63%,51%,31%)
(0.00/0.63/0.51/0.31)	

CMYK percentages

%0
%62.5
%50.57
%30.98

Codes

Color #B04257 in popluar color models

B04257
RGB1766687
HSL349°45.45%47.45%
HSB/HSV349°62.50%69.02%
CMYK0.00%62.50%50.57%
30.98%

Color #B04257 in popluar number systems.

HEXB04257
Decimal1766687
Binary1011000010000101010111
Octal260102127

Shades and tints

Shades of #B04257

#B04257
(176,66,87)
#A03C50
(160,60,80)
#903649
(144,54,73)
#803042
(128,48,66)
#702A3B
(112,42,59)
#602434
(96,36,52)
#501E2D
(80,30,45)
#401826
(64,24,38)
#30121F
(48,18,31)
#200C18
(32,12,24)
#100611
(16,6,17)
#000000
(0,0,0)

Tints of #B04257

#B04257
(176,66,87)
#B75366
(183,83,102)
#BE6475
(190,100,117)
#C57584
(197,117,132)
#CC8693
(204,134,147)
#D397A2
(211,151,162)
#DAA8B1
(218,168,177)
#E1B9C0
(225,185,192)
#E8CACF
(232,202,207)
#EFDBDE
(239,219,222)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04257; }

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

This text font color is #B04257.


Background Color

.myBgColor { background-color: #B04257; }

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

This div background color is #B04257.


Border color

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

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

This div border color is #B04257.


Opacity

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

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

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

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

This text has shadow with #B04257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04257 on black background.


Color preview on white background

This text has color #B04257 on white background.



Black color preview on #B04257 background

This text has black color on #B04257 background.


White color preview on #B04257 background

This text has white color on #B04257 background.