COLOR #B5596D

HEX: #B5596D
RGB: (181,89,109)

Color info

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

RGB color model

#B5596D color RGB value is (181,89,109).

  • red value is 181;
  • green value is 89;
  • blue value is 109.
RGB:
(181,89,109)
(71%,35%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 89 of 255 = 35%
B 109 of 255 = 43%

181
89
109

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

Portions of RGB colors in percentages

R + G + B =
181 + 89 + 109 = 379 (100%)
R 181 of 379 ~ 47.76%
G 89 of 379 ~ 23.48%
B 109 of 379 ~ 28.76%

%47.76
%23.48
%28.76

CMYK color model

#B5596D color CMYK value is (0,51,40,29).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(0,51,40,29)
C0M51Y40K29 
(0%,51%,40%,29%)
(0.00/0.51/0.40/0.29)	

CMYK percentages

%0
%50.83
%39.78
%29.02

Codes

Color #B5596D in popluar color models

B5596D
RGB18189109
HSL347°38.33%52.94%
HSB/HSV347°50.83%70.98%
CMYK0.00%50.83%39.78%
29.02%

Color #B5596D in popluar number systems.

HEXB5596D
Decimal18189109
Binary1011010110110011101101
Octal265131155

Shades and tints

Shades of #B5596D

#B5596D
(181,89,109)
#A55164
(165,81,100)
#95495B
(149,73,91)
#854152
(133,65,82)
#753949
(117,57,73)
#653140
(101,49,64)
#552937
(85,41,55)
#45212E
(69,33,46)
#351925
(53,25,37)
#25111C
(37,17,28)
#150913
(21,9,19)
#000000
(0,0,0)

Tints of #B5596D

#B5596D
(181,89,109)
#BB687A
(187,104,122)
#C17787
(193,119,135)
#C78694
(199,134,148)
#CD95A1
(205,149,161)
#D3A4AE
(211,164,174)
#D9B3BB
(217,179,187)
#DFC2C8
(223,194,200)
#E5D1D5
(229,209,213)
#EBE0E2
(235,224,226)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5596D color. Also use rgb(181,89,109) instead hex code.

Text Font Color

.myTextColor { color: #B5596D; }

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

This text font color is #B5596D.


Background Color

.myBgColor { background-color: #B5596D; }

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

This div background color is #B5596D.


Border color

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

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

This div border color is #B5596D.


Opacity

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

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

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

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

This text has shadow with #B5596D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5596D on black background.


Color preview on white background

This text has color #B5596D on white background.



Black color preview on #B5596D background

This text has black color on #B5596D background.


White color preview on #B5596D background

This text has white color on #B5596D background.