COLOR #B5949F

HEX: #B5949F RGB: (181,148,159)

Color info

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

RGB color model

#B5949F color RGB value is (181,148,159).

RGB: (181,148,159) (71%, 58%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 159 of 255 = 62%

181
148
159

R + G + B ~ 64%. #B5949F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 148 + 159 = 488 (100%)
R 181 of 488 ~ 37.09%
G 148 of 488 ~ 30.33%
B 159 of 488 ~ 32.58'%

%37.09
%30.33
%32.58

CMYK color model

#B5949F color CMYK value is (0,18,12,29).

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

CMYK: (0,18,12,29)
C0M18Y12K29 (0%, 18%, 12%, 29%)
(0.00 / 0.18 / 0.12 / 0.29)

CMYK percentages

%0
%18.23
%12.15
%29.02

Codes

Color #B5949F in popluar color models

B5 94 9F
RGB 181 148 159
HSL 340° 18.23% 64.51%
HSB/HSV 340° 18.23% 70.98%
CMYK 0.00% 18.23% 12.15%
29.02%

Color #B5949F in popluar number systems.

HEX B5 94 9F
Decimal 181 148 159
Binary 10110101 10010100 10011111
Octal 265 224 237

Shades and tints

Shades of #B5949F

#B5949F
(181,148,159)
#A58791
(165,135,145)
#957A83
(149,122,131)
#856D75
(133,109,117)
#756067
(117,96,103)
#655359
(101,83,89)
#55464B
(85,70,75)
#45393D
(69,57,61)
#352C2F
(53,44,47)
#251F21
(37,31,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B5949F

#B5949F
(181,148,159)
#BB9DA7
(187,157,167)
#C1A6AF
(193,166,175)
#C7AFB7
(199,175,183)
#CDB8BF
(205,184,191)
#D3C1C7
(211,193,199)
#D9CACF
(217,202,207)
#DFD3D7
(223,211,215)
#E5DCDF
(229,220,223)
#EBE5E7
(235,229,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5949F; }

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

This text font color is #B5949F.

Background Color

.myBgColor { background-color: #B5949F; }

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

This div background color is #B5949F.

Border color

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

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

This div border color is #B5949F.

Opacity

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

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

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

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

This text has shadow with #B5949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5949F.

Preview

Color preview on black background

This text has color #B5949F on black background.


Color preview on white background

This text has color #B5949F on white background.


Black color preview on #B5949F background

This text has black color on #B5949F background.


White color preview on #B5949F background

This text has white color on #B5949F background.


Related colors

Complementary color

Complementary color for #hex is #4A6B60.


I love getcolorcode.com

Triadic colors

1 #9FB594 and #949FB5 with #B5949F are triadic colors.

2 #9F94B5 and #94B59F with #B5949F are triadic colors.