COLOR #B5879F

HEX: #B5879F RGB: (181,135,159)

Color info

#B5879F contains red, green and blue colors in about the same proportion. Web safe color of #B5879F is #CC9999 (or #C99).

RGB color model

#B5879F color RGB value is (181,135,159).

RGB: (181,135,159) (71%, 53%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 159 of 255 = 62%

181
135
159

R + G + B ~ 62%. #B5879F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 159 = 475 (100%)
R 181 of 475 ~ 38.11%
G 135 of 475 ~ 28.42%
B 159 of 475 ~ 33.47'%

%38.11
%28.42
%33.47

CMYK color model

#B5879F color CMYK value is (0,25,12,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 12.15%
  • key color value is 29.02%

CMYK: (0,25,12,29)
C0M25Y12K29 (0%, 25%, 12%, 29%)
(0.00 / 0.25 / 0.12 / 0.29)

CMYK percentages

%0
%25.41
%12.15
%29.02

Codes

Color #B5879F in popluar color models

B5 87 9F
RGB 181 135 159
HSL 329° 23.71% 61.96%
HSB/HSV 329° 25.41% 70.98%
CMYK 0.00% 25.41% 12.15%
29.02%

Color #B5879F in popluar number systems.

HEX B5 87 9F
Decimal 181 135 159
Binary 10110101 10000111 10011111
Octal 265 207 237

Shades and tints

Shades of #B5879F

#B5879F
(181,135,159)
#A57B91
(165,123,145)
#956F83
(149,111,131)
#856375
(133,99,117)
#755767
(117,87,103)
#654B59
(101,75,89)
#553F4B
(85,63,75)
#45333D
(69,51,61)
#35272F
(53,39,47)
#251B21
(37,27,33)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B5879F

#B5879F
(181,135,159)
#BB91A7
(187,145,167)
#C19BAF
(193,155,175)
#C7A5B7
(199,165,183)
#CDAFBF
(205,175,191)
#D3B9C7
(211,185,199)
#D9C3CF
(217,195,207)
#DFCDD7
(223,205,215)
#E5D7DF
(229,215,223)
#EBE1E7
(235,225,231)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5879F color. Also use rgb(181,135,159) instead hex code.

Text Font Color

.myTextColor { color: #B5879F; }

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

This text font color is #B5879F.

Background Color

.myBgColor { background-color: #B5879F; }

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

This div background color is #B5879F.

Border color

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

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

This div border color is #B5879F.

Opacity

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

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

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

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

This text has shadow with #B5879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5879F.

Preview

Color preview on black background

This text has color #B5879F on black background.


Color preview on white background

This text has color #B5879F on white background.


Black color preview on #B5879F background

This text has black color on #B5879F background.


White color preview on #B5879F background

This text has white color on #B5879F background.


Related colors

Complementary color

Complementary color for #hex is #4A7860.


I love getcolorcode.com

Triadic colors

1 #9FB587 and #879FB5 with #B5879F are triadic colors.

2 #9F87B5 and #87B59F with #B5879F are triadic colors.