COLOR #B9596B

HEX: #B9596B RGB: (185,89,107)

Color info

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

RGB color model

#B9596B color RGB value is (185,89,107).

RGB: (185,89,107) (73%, 35%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 89 of 255 = 35%
B 107 of 255 = 42%

185
89
107

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

Portions of RGB colors in percentages

R + G + B = 185 + 89 + 107 = 381 (100%)
R 185 of 381 ~ 48.56%
G 89 of 381 ~ 23.36%
B 107 of 381 ~ 28.08'%

%48.56
%23.36
%28.08

CMYK color model

#B9596B color CMYK value is (0,52,42,27).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 42.16%
  • key color value is 27.45%

CMYK: (0,52,42,27)
C0M52Y42K27 (0%, 52%, 42%, 27%)
(0.00 / 0.52 / 0.42 / 0.27)

CMYK percentages

%0
%51.89
%42.16
%27.45

Codes

Color #B9596B in popluar color models

B9 59 6B
RGB 185 89 107
HSL 349° 40.68% 53.73%
HSB/HSV 349° 51.89% 72.55%
CMYK 0.00% 51.89% 42.16%
27.45%

Color #B9596B in popluar number systems.

HEX B9 59 6B
Decimal 185 89 107
Binary 10111001 1011001 1101011
Octal 271 131 153

Shades and tints

Shades of #B9596B

#B9596B
(185,89,107)
#A95162
(169,81,98)
#994959
(153,73,89)
#894150
(137,65,80)
#793947
(121,57,71)
#69313E
(105,49,62)
#592935
(89,41,53)
#49212C
(73,33,44)
#391923
(57,25,35)
#29111A
(41,17,26)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #B9596B

#B9596B
(185,89,107)
#BF6878
(191,104,120)
#C57785
(197,119,133)
#CB8692
(203,134,146)
#D1959F
(209,149,159)
#D7A4AC
(215,164,172)
#DDB3B9
(221,179,185)
#E3C2C6
(227,194,198)
#E9D1D3
(233,209,211)
#EFE0E0
(239,224,224)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9596B color. Also use rgb(185,89,107) instead hex code.

Text Font Color

.myTextColor { color: #B9596B; }

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

This text font color is #B9596B.

Background Color

.myBgColor { background-color: #B9596B; }

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

This div background color is #B9596B.

Border color

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

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

This div border color is #B9596B.

Opacity

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

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

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

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

This text has shadow with #B9596B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9596B.

Preview

Color preview on black background

This text has color #B9596B on black background.


Color preview on white background

This text has color #B9596B on white background.


Black color preview on #B9596B background

This text has black color on #B9596B background.


White color preview on #B9596B background

This text has white color on #B9596B background.


Related colors

Complementary color

Complementary color for #hex is #46A694.


I love getcolorcode.com

Triadic colors

1 #6BB959 and #596BB9 with #B9596B are triadic colors.

2 #6B59B9 and #59B96B with #B9596B are triadic colors.