COLOR #B5959E

HEX: #B5959E
RGB: (181,149,158)

Color info

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

RGB color model

#B5959E color RGB value is (181,149,158).

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

RGB channels and saturation

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

181
149
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 158 = 488 (100%)
R 181 of 488 ~ 37.09%
G 149 of 488 ~ 30.53%
B 158 of 488 ~ 32.38%

%37.09
%30.53
%32.38

CMYK color model

#B5959E color CMYK value is (0,18,13,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,18,13,29)
C0M18Y13K29 
(0%,18%,13%,29%)
(0.00/0.18/0.13/0.29)	

CMYK percentages

%0
%17.68
%12.71
%29.02

Codes

Color #B5959E in popluar color models

B5959E
RGB181149158
HSL343°17.78%64.71%
HSB/HSV343°17.68%70.98%
CMYK0.00%17.68%12.71%
29.02%

Color #B5959E in popluar number systems.

HEXB5959E
Decimal181149158
Binary101101011001010110011110
Octal265225236

Shades and tints

Shades of #B5959E

#B5959E
(181,149,158)
#A58890
(165,136,144)
#957B82
(149,123,130)
#856E74
(133,110,116)
#756166
(117,97,102)
#655458
(101,84,88)
#55474A
(85,71,74)
#453A3C
(69,58,60)
#352D2E
(53,45,46)
#252020
(37,32,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5959E

#B5959E
(181,149,158)
#BB9EA6
(187,158,166)
#C1A7AE
(193,167,174)
#C7B0B6
(199,176,182)
#CDB9BE
(205,185,190)
#D3C2C6
(211,194,198)
#D9CBCE
(217,203,206)
#DFD4D6
(223,212,214)
#E5DDDE
(229,221,222)
#EBE6E6
(235,230,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5959E; }

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

This text font color is #B5959E.


Background Color

.myBgColor { background-color: #B5959E; }

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

This div background color is #B5959E.


Border color

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

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

This div border color is #B5959E.


Opacity

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

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

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

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

This text has shadow with #B5959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5959E on black background.


Color preview on white background

This text has color #B5959E on white background.



Black color preview on #B5959E background

This text has black color on #B5959E background.


White color preview on #B5959E background

This text has white color on #B5959E background.