COLOR #B5959F

HEX: #B5959F
RGB: (181,149,159)

Color info

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

RGB color model

#B5959F color RGB value is (181,149,159).

  • red value is 181;
  • green value is 149;
  • blue value is 159.
RGB:
(181,149,159)
(71%,58%,62%)

RGB channels and saturation

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

181
149
159

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

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 159 = 489 (100%)
R 181 of 489 ~ 37.01%
G 149 of 489 ~ 30.47%
B 159 of 489 ~ 32.52%

%37.01
%30.47
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.68%
  • 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
%17.68
%12.15
%29.02

Codes

Color #B5959F in popluar color models

B5959F
RGB181149159
HSL341°17.78%64.71%
HSB/HSV341°17.68%70.98%
CMYK0.00%17.68%12.15%
29.02%

Color #B5959F in popluar number systems.

HEXB5959F
Decimal181149159
Binary101101011001010110011111
Octal265225237

Shades and tints

Shades of #B5959F

#B5959F
(181,149,159)
#A58891
(165,136,145)
#957B83
(149,123,131)
#856E75
(133,110,117)
#756167
(117,97,103)
#655459
(101,84,89)
#55474B
(85,71,75)
#453A3D
(69,58,61)
#352D2F
(53,45,47)
#252021
(37,32,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5959F

#B5959F
(181,149,159)
#BB9EA7
(187,158,167)
#C1A7AF
(193,167,175)
#C7B0B7
(199,176,183)
#CDB9BF
(205,185,191)
#D3C2C7
(211,194,199)
#D9CBCF
(217,203,207)
#DFD4D7
(223,212,215)
#E5DDDF
(229,221,223)
#EBE6E7
(235,230,231)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5959F; }

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

This text font color is #B5959F.


Background Color

.myBgColor { background-color: #B5959F; }

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

This div background color is #B5959F.


Border color

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

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

This div border color is #B5959F.


Opacity

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

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

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

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

This text has shadow with #B5959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5959F on black background.


Color preview on white background

This text has color #B5959F on white background.



Black color preview on #B5959F background

This text has black color on #B5959F background.


White color preview on #B5959F background

This text has white color on #B5959F background.