COLOR #B4596F

HEX: #B4596F
RGB: (180,89,111)

Color info

#B4596F contains mainly red color. Web safe color of #B4596F is #CC6666 (or #C66).

RGB color model

#B4596F color RGB value is (180,89,111).

  • red value is 180;
  • green value is 89;
  • blue value is 111.
RGB:
(180,89,111)
(71%,35%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 89 of 255 = 35%
B 111 of 255 = 44%

180
89
111

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

Portions of RGB colors in percentages

R + G + B =
180 + 89 + 111 = 380 (100%)
R 180 of 380 ~ 47.37%
G 89 of 380 ~ 23.42%
B 111 of 380 ~ 29.21%

%47.37
%23.42
%29.21

CMYK color model

#B4596F color CMYK value is (0,51,38,29).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(0,51,38,29)
C0M51Y38K29 
(0%,51%,38%,29%)
(0.00/0.51/0.38/0.29)	

CMYK percentages

%0
%50.56
%38.33
%29.41

Codes

Color #B4596F in popluar color models

B4596F
RGB18089111
HSL345°37.76%52.75%
HSB/HSV345°50.56%70.59%
CMYK0.00%50.56%38.33%
29.41%

Color #B4596F in popluar number systems.

HEXB4596F
Decimal18089111
Binary1011010010110011101111
Octal264131157

Shades and tints

Shades of #B4596F

#B4596F
(180,89,111)
#A45165
(164,81,101)
#94495B
(148,73,91)
#844151
(132,65,81)
#743947
(116,57,71)
#64313D
(100,49,61)
#542933
(84,41,51)
#442129
(68,33,41)
#34191F
(52,25,31)
#241115
(36,17,21)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #B4596F

#B4596F
(180,89,111)
#BA687C
(186,104,124)
#C07789
(192,119,137)
#C68696
(198,134,150)
#CC95A3
(204,149,163)
#D2A4B0
(210,164,176)
#D8B3BD
(216,179,189)
#DEC2CA
(222,194,202)
#E4D1D7
(228,209,215)
#EAE0E4
(234,224,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4596F color. Also use rgb(180,89,111) instead hex code.

Text Font Color

.myTextColor { color: #B4596F; }

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

This text font color is #B4596F.


Background Color

.myBgColor { background-color: #B4596F; }

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

This div background color is #B4596F.


Border color

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

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

This div border color is #B4596F.


Opacity

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

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

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

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

This text has shadow with #B4596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4596F on black background.


Color preview on white background

This text has color #B4596F on white background.



Black color preview on #B4596F background

This text has black color on #B4596F background.


White color preview on #B4596F background

This text has white color on #B4596F background.