COLOR #B5929F

HEX: #B5929F RGB: (181,146,159)

Color info

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

RGB color model

#B5929F color RGB value is (181,146,159).

RGB: (181,146,159) (71%, 57%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 159 of 255 = 62%

181
146
159

R + G + B ~ 63%. #B5929F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 146 + 159 = 486 (100%)
R 181 of 486 ~ 37.24%
G 146 of 486 ~ 30.04%
B 159 of 486 ~ 32.72'%

%37.24
%30.04
%32.72

CMYK color model

#B5929F color CMYK value is (0,19,12,29).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK: (0,19,12,29) C0M19Y12K29 (0%,19%,12%,29%) (0.00/0.19/0.12/0.29) 

CMYK percentages

%0
%19.34
%12.15
%29.02

Codes

Color #B5929F in popluar color models

B5 92 9F
RGB 181 146 159
HSL 338° 19.13% 64.12%
HSB/HSV 338° 19.34% 70.98%
CMYK 0.00% 19.34% 12.15%
29.02%

Color #B5929F in popluar number systems.

HEX B5 92 9F
Decimal 181 146 159
Binary 10110101 10010010 10011111
Octal 265 222 237

Shades and tints

Shades of #B5929F

#B5929F
(181,146,159)
#A58591
(165,133,145)
#957883
(149,120,131)
#856B75
(133,107,117)
#755E67
(117,94,103)
#655159
(101,81,89)
#55444B
(85,68,75)
#45373D
(69,55,61)
#352A2F
(53,42,47)
#251D21
(37,29,33)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B5929F

#B5929F
(181,146,159)
#BB9BA7
(187,155,167)
#C1A4AF
(193,164,175)
#C7ADB7
(199,173,183)
#CDB6BF
(205,182,191)
#D3BFC7
(211,191,199)
#D9C8CF
(217,200,207)
#DFD1D7
(223,209,215)
#E5DADF
(229,218,223)
#EBE3E7
(235,227,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5929F; }

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

This text font color is #B5929F.

Background Color

.myBgColor { background-color: #B5929F; }

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

This div background color is #B5929F.

Border color

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

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

This div border color is #B5929F.

Opacity

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

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

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

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

This text has shadow with #B5929F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5929F.

Preview

Color preview on black background

This text has color #B5929F on black background.


Color preview on white background

This text has color #B5929F on white background.


Black color preview on #B5929F background

This text has black color on #B5929F background.


White color preview on #B5929F background

This text has white color on #B5929F background.


Related colors

Complementary color

Complementary color for #hex is #4A6D60.


I love getcolorcode.com

Triadic colors

1 #9FB592 and #929FB5 with #B5929F are triadic colors.

2 #9F92B5 and #92B59F with #B5929F are triadic colors.