COLOR #B04060

HEX: #B04060
RGB: (176,64,96)

Color info

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

RGB color model

#B04060 color RGB value is (176,64,96).

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

RGB channels and saturation

R 176 of 255 = 69%
G 64 of 255 = 25%
B 96 of 255 = 38%

176
64
96

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

Portions of RGB colors in percentages

R + G + B =
176 + 64 + 96 = 336 (100%)
R 176 of 336 ~ 52.38%
G 64 of 336 ~ 19.05%
B 96 of 336 ~ 28.57%

%52.38
%19.05
%28.57

CMYK color model

#B04060 color CMYK value is (0,64,45,31).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 45.45%
  • key color value is 30.98%
CMYK:
(0,64,45,31)
C0M64Y45K31 
(0%,64%,45%,31%)
(0.00/0.64/0.45/0.31)	

CMYK percentages

%0
%63.64
%45.45
%30.98

Codes

Color #B04060 in popluar color models

B04060
RGB1766496
HSL343°46.67%47.06%
HSB/HSV343°63.64%69.02%
CMYK0.00%63.64%45.45%
30.98%

Color #B04060 in popluar number systems.

HEXB04060
Decimal1766496
Binary1011000010000001100000
Octal260100140

Shades and tints

Shades of #B04060

#B04060
(176,64,96)
#A03B58
(160,59,88)
#903650
(144,54,80)
#803148
(128,49,72)
#702C40
(112,44,64)
#602738
(96,39,56)
#502230
(80,34,48)
#401D28
(64,29,40)
#301820
(48,24,32)
#201318
(32,19,24)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #B04060

#B04060
(176,64,96)
#B7516E
(183,81,110)
#BE627C
(190,98,124)
#C5738A
(197,115,138)
#CC8498
(204,132,152)
#D395A6
(211,149,166)
#DAA6B4
(218,166,180)
#E1B7C2
(225,183,194)
#E8C8D0
(232,200,208)
#EFD9DE
(239,217,222)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04060; }

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

This text font color is #B04060.


Background Color

.myBgColor { background-color: #B04060; }

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

This div background color is #B04060.


Border color

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

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

This div border color is #B04060.


Opacity

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

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

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

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

This text has shadow with #B04060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04060 on black background.


Color preview on white background

This text has color #B04060 on white background.



Black color preview on #B04060 background

This text has black color on #B04060 background.


White color preview on #B04060 background

This text has white color on #B04060 background.