COLOR #B04051

HEX: #B04051
RGB: (176,64,81)

Color info

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

RGB color model

#B04051 color RGB value is (176,64,81).

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

RGB channels and saturation

R 176 of 255 = 69%
G 64 of 255 = 25%
B 81 of 255 = 32%

176
64
81

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

Portions of RGB colors in percentages

R + G + B =
176 + 64 + 81 = 321 (100%)
R 176 of 321 ~ 54.83%
G 64 of 321 ~ 19.94%
B 81 of 321 ~ 25.23%

%54.83
%19.94
%25.23

CMYK color model

#B04051 color CMYK value is (0,64,54,31).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 53.98%
  • key color value is 30.98%
CMYK:
(0,64,54,31)
C0M64Y54K31 
(0%,64%,54%,31%)
(0.00/0.64/0.54/0.31)	

CMYK percentages

%0
%63.64
%53.98
%30.98

Codes

Color #B04051 in popluar color models

B04051
RGB1766481
HSL351°46.67%47.06%
HSB/HSV351°63.64%69.02%
CMYK0.00%63.64%53.98%
30.98%

Color #B04051 in popluar number systems.

HEXB04051
Decimal1766481
Binary1011000010000001010001
Octal260100121

Shades and tints

Shades of #B04051

#B04051
(176,64,81)
#A03B4A
(160,59,74)
#903643
(144,54,67)
#80313C
(128,49,60)
#702C35
(112,44,53)
#60272E
(96,39,46)
#502227
(80,34,39)
#401D20
(64,29,32)
#301819
(48,24,25)
#201312
(32,19,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #B04051

#B04051
(176,64,81)
#B75160
(183,81,96)
#BE626F
(190,98,111)
#C5737E
(197,115,126)
#CC848D
(204,132,141)
#D3959C
(211,149,156)
#DAA6AB
(218,166,171)
#E1B7BA
(225,183,186)
#E8C8C9
(232,200,201)
#EFD9D8
(239,217,216)
#F6EAE7
(246,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04051; }

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

This text font color is #B04051.


Background Color

.myBgColor { background-color: #B04051; }

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

This div background color is #B04051.


Border color

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

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

This div border color is #B04051.


Opacity

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

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

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

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

This text has shadow with #B04051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04051 on black background.


Color preview on white background

This text has color #B04051 on white background.



Black color preview on #B04051 background

This text has black color on #B04051 background.


White color preview on #B04051 background

This text has white color on #B04051 background.