COLOR #B9588F

HEX: #B9588F RGB: (185,88,143)

Color info

#B9588F contains mainly red and blue colors. Web safe color of #B9588F is #CC6699 (or #C69).

RGB color model

#B9588F color RGB value is (185,88,143).

RGB: (185,88,143) (73%, 35%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 88 of 255 = 35%
B 143 of 255 = 56%

185
88
143

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

Portions of RGB colors in percentages

R + G + B = 185 + 88 + 143 = 416 (100%)
R 185 of 416 ~ 44.47%
G 88 of 416 ~ 21.15%
B 143 of 416 ~ 34.38'%

%44.47
%21.15
%34.38

CMYK color model

#B9588F color CMYK value is (0,52,23,27).

  • cyan value is 0.00%
  • magenta value is 52.43%
  • yellow value is 22.70%
  • key color value is 27.45%

CMYK: (0,52,23,27)
C0M52Y23K27 (0%, 52%, 23%, 27%)
(0.00 / 0.52 / 0.23 / 0.27)

CMYK percentages

%0
%52.43
%22.7
%27.45

Codes

Color #B9588F in popluar color models

B9 58 8F
RGB 185 88 143
HSL 326° 40.93% 53.53%
HSB/HSV 326° 52.43% 72.55%
CMYK 0.00% 52.43% 22.70%
27.45%

Color #B9588F in popluar number systems.

HEX B9 58 8F
Decimal 185 88 143
Binary 10111001 1011000 10001111
Octal 271 130 217

Shades and tints

Shades of #B9588F

#B9588F
(185,88,143)
#A95082
(169,80,130)
#994875
(153,72,117)
#894068
(137,64,104)
#79385B
(121,56,91)
#69304E
(105,48,78)
#592841
(89,40,65)
#492034
(73,32,52)
#391827
(57,24,39)
#29101A
(41,16,26)
#19080D
(25,8,13)
#000000
(0,0,0)

Tints of #B9588F

#B9588F
(185,88,143)
#BF6799
(191,103,153)
#C576A3
(197,118,163)
#CB85AD
(203,133,173)
#D194B7
(209,148,183)
#D7A3C1
(215,163,193)
#DDB2CB
(221,178,203)
#E3C1D5
(227,193,213)
#E9D0DF
(233,208,223)
#EFDFE9
(239,223,233)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9588F color. Also use rgb(185,88,143) instead hex code.

Text Font Color

.myTextColor { color: #B9588F; }

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

This text font color is #B9588F.

Background Color

.myBgColor { background-color: #B9588F; }

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

This div background color is #B9588F.

Border color

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

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

This div border color is #B9588F.

Opacity

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

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

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

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

This text has shadow with #B9588F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9588F.

Preview

Color preview on black background

This text has color #B9588F on black background.


Color preview on white background

This text has color #B9588F on white background.


Black color preview on #B9588F background

This text has black color on #B9588F background.


White color preview on #B9588F background

This text has white color on #B9588F background.


Related colors

Complementary color

Complementary color for #hex is #46A770.


I love getcolorcode.com

Triadic colors

1 #8FB958 and #588FB9 with #B9588F are triadic colors.

2 #8F58B9 and #58B98F with #B9588F are triadic colors.