COLOR #B4607F

HEX: #B4607F
RGB: (180,96,127)

Color info

#B4607F contains mainly red and blue colors. Web safe color of #B4607F is #CC6666 (or #C66).

RGB color model

#B4607F color RGB value is (180,96,127).

  • red value is 180;
  • green value is 96;
  • blue value is 127.
RGB:
(180,96,127)
(71%,38%,50%)

RGB channels and saturation

R 180 of 255 = 71%
G 96 of 255 = 38%
B 127 of 255 = 50%

180
96
127

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

Portions of RGB colors in percentages

R + G + B =
180 + 96 + 127 = 403 (100%)
R 180 of 403 ~ 44.67%
G 96 of 403 ~ 23.82%
B 127 of 403 ~ 31.51%

%44.67
%23.82
%31.51

CMYK color model

#B4607F color CMYK value is (0,47,29,29).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK:
(0,47,29,29)
C0M47Y29K29 
(0%,47%,29%,29%)
(0.00/0.47/0.29/0.29)	

CMYK percentages

%0
%46.67
%29.44
%29.41

Codes

Color #B4607F in popluar color models

B4607F
RGB18096127
HSL338°35.90%54.12%
HSB/HSV338°46.67%70.59%
CMYK0.00%46.67%29.44%
29.41%

Color #B4607F in popluar number systems.

HEXB4607F
Decimal18096127
Binary1011010011000001111111
Octal264140177

Shades and tints

Shades of #B4607F

#B4607F
(180,96,127)
#A45874
(164,88,116)
#945069
(148,80,105)
#84485E
(132,72,94)
#744053
(116,64,83)
#643848
(100,56,72)
#54303D
(84,48,61)
#442832
(68,40,50)
#342027
(52,32,39)
#24181C
(36,24,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B4607F

#B4607F
(180,96,127)
#BA6E8A
(186,110,138)
#C07C95
(192,124,149)
#C68AA0
(198,138,160)
#CC98AB
(204,152,171)
#D2A6B6
(210,166,182)
#D8B4C1
(216,180,193)
#DEC2CC
(222,194,204)
#E4D0D7
(228,208,215)
#EADEE2
(234,222,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4607F color. Also use rgb(180,96,127) instead hex code.

Text Font Color

.myTextColor { color: #B4607F; }

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

This text font color is #B4607F.


Background Color

.myBgColor { background-color: #B4607F; }

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

This div background color is #B4607F.


Border color

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

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

This div border color is #B4607F.


Opacity

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

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

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

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

This text has shadow with #B4607F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4607F on black background.


Color preview on white background

This text has color #B4607F on white background.



Black color preview on #B4607F background

This text has black color on #B4607F background.


White color preview on #B4607F background

This text has white color on #B4607F background.