COLOR #B5959C

HEX: #B5959C
RGB: (181,149,156)

Color info

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

RGB color model

#B5959C color RGB value is (181,149,156).

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

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 156 of 255 = 61%

181
149
156

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

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 156 = 486 (100%)
R 181 of 486 ~ 37.24%
G 149 of 486 ~ 30.66%
B 156 of 486 ~ 32.1%

%37.24
%30.66
%32.1

CMYK color model

#B5959C color CMYK value is (0,18,14,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(0,18,14,29)
C0M18Y14K29 
(0%,18%,14%,29%)
(0.00/0.18/0.14/0.29)	

CMYK percentages

%0
%17.68
%13.81
%29.02

Codes

Color #B5959C in popluar color models

B5959C
RGB181149156
HSL347°17.78%64.71%
HSB/HSV347°17.68%70.98%
CMYK0.00%17.68%13.81%
29.02%

Color #B5959C in popluar number systems.

HEXB5959C
Decimal181149156
Binary101101011001010110011100
Octal265225234

Shades and tints

Shades of #B5959C

#B5959C
(181,149,156)
#A5888E
(165,136,142)
#957B80
(149,123,128)
#856E72
(133,110,114)
#756164
(117,97,100)
#655456
(101,84,86)
#554748
(85,71,72)
#453A3A
(69,58,58)
#352D2C
(53,45,44)
#25201E
(37,32,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B5959C

#B5959C
(181,149,156)
#BB9EA5
(187,158,165)
#C1A7AE
(193,167,174)
#C7B0B7
(199,176,183)
#CDB9C0
(205,185,192)
#D3C2C9
(211,194,201)
#D9CBD2
(217,203,210)
#DFD4DB
(223,212,219)
#E5DDE4
(229,221,228)
#EBE6ED
(235,230,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5959C; }

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

This text font color is #B5959C.


Background Color

.myBgColor { background-color: #B5959C; }

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

This div background color is #B5959C.


Border color

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

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

This div border color is #B5959C.


Opacity

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

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

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

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

This text has shadow with #B5959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5959C on black background.


Color preview on white background

This text has color #B5959C on white background.



Black color preview on #B5959C background

This text has black color on #B5959C background.


White color preview on #B5959C background

This text has white color on #B5959C background.