COLOR #B04851

HEX: #B04851
RGB: (176,72,81)

Color info

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

RGB color model

#B04851 color RGB value is (176,72,81).

  • red value is 176;
  • green value is 72;
  • blue value is 81.
RGB:
(176,72,81)
(69%,28%,32%)

RGB channels and saturation

R 176 of 255 = 69%
G 72 of 255 = 28%
B 81 of 255 = 32%

176
72
81

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

Portions of RGB colors in percentages

R + G + B =
176 + 72 + 81 = 329 (100%)
R 176 of 329 ~ 53.5%
G 72 of 329 ~ 21.88%
B 81 of 329 ~ 24.62%

%53.5
%21.88
%24.62

CMYK color model

#B04851 color CMYK value is (0,59,54,31).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 53.98%
  • key color value is 30.98%
CMYK:
(0,59,54,31)
C0M59Y54K31 
(0%,59%,54%,31%)
(0.00/0.59/0.54/0.31)	

CMYK percentages

%0
%59.09
%53.98
%30.98

Codes

Color #B04851 in popluar color models

B04851
RGB1767281
HSL355°41.94%48.63%
HSB/HSV355°59.09%69.02%
CMYK0.00%59.09%53.98%
30.98%

Color #B04851 in popluar number systems.

HEXB04851
Decimal1767281
Binary1011000010010001010001
Octal260110121

Shades and tints

Shades of #B04851

#B04851
(176,72,81)
#A0424A
(160,66,74)
#903C43
(144,60,67)
#80363C
(128,54,60)
#703035
(112,48,53)
#602A2E
(96,42,46)
#502427
(80,36,39)
#401E20
(64,30,32)
#301819
(48,24,25)
#201212
(32,18,18)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #B04851

#B04851
(176,72,81)
#B75860
(183,88,96)
#BE686F
(190,104,111)
#C5787E
(197,120,126)
#CC888D
(204,136,141)
#D3989C
(211,152,156)
#DAA8AB
(218,168,171)
#E1B8BA
(225,184,186)
#E8C8C9
(232,200,201)
#EFD8D8
(239,216,216)
#F6E8E7
(246,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04851 color. Also use rgb(176,72,81) instead hex code.

Text Font Color

.myTextColor { color: #B04851; }

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

This text font color is #B04851.


Background Color

.myBgColor { background-color: #B04851; }

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

This div background color is #B04851.


Border color

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

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

This div border color is #B04851.


Opacity

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

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

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

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

This text has shadow with #B04851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04851 on black background.


Color preview on white background

This text has color #B04851 on white background.



Black color preview on #B04851 background

This text has black color on #B04851 background.


White color preview on #B04851 background

This text has white color on #B04851 background.