COLOR #B9959C

HEX: #B9959C RGB: (185,149,156)

Color info

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

RGB color model

#B9959C color RGB value is (185,149,156).

RGB: (185,149,156) (73%, 58%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 156 of 255 = 61%

185
149
156

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

Portions of RGB colors in percentages

R + G + B = 185 + 149 + 156 = 490 (100%)
R 185 of 490 ~ 37.76%
G 149 of 490 ~ 30.41%
B 156 of 490 ~ 31.84'%

%37.76
%30.41
%31.84

CMYK color model

#B9959C color CMYK value is (0,19,16,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 15.68%
  • key color value is 27.45%

CMYK: (0,19,16,27)
C0M19Y16K27 (0%, 19%, 16%, 27%)
(0.00 / 0.19 / 0.16 / 0.27)

CMYK percentages

%0
%19.46
%15.68
%27.45

Codes

Color #B9959C in popluar color models

B9 95 9C
RGB 185 149 156
HSL 348° 20.45% 65.49%
HSB/HSV 348° 19.46% 72.55%
CMYK 0.00% 19.46% 15.68%
27.45%

Color #B9959C in popluar number systems.

HEX B9 95 9C
Decimal 185 149 156
Binary 10111001 10010101 10011100
Octal 271 225 234

Shades and tints

Shades of #B9959C

#B9959C
(185,149,156)
#A9888E
(169,136,142)
#997B80
(153,123,128)
#896E72
(137,110,114)
#796164
(121,97,100)
#695456
(105,84,86)
#594748
(89,71,72)
#493A3A
(73,58,58)
#392D2C
(57,45,44)
#29201E
(41,32,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #B9959C

#B9959C
(185,149,156)
#BF9EA5
(191,158,165)
#C5A7AE
(197,167,174)
#CBB0B7
(203,176,183)
#D1B9C0
(209,185,192)
#D7C2C9
(215,194,201)
#DDCBD2
(221,203,210)
#E3D4DB
(227,212,219)
#E9DDE4
(233,221,228)
#EFE6ED
(239,230,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9959C; }

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

This text font color is #B9959C.

Background Color

.myBgColor { background-color: #B9959C; }

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

This div background color is #B9959C.

Border color

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

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

This div border color is #B9959C.

Opacity

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

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

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

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

This text has shadow with #B9959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9959C.

Preview

Color preview on black background

This text has color #B9959C on black background.


Color preview on white background

This text has color #B9959C on white background.


Black color preview on #B9959C background

This text has black color on #B9959C background.


White color preview on #B9959C background

This text has white color on #B9959C background.


Related colors

Complementary color

Complementary color for #hex is #466A63.


I love getcolorcode.com

Triadic colors

1 #9CB995 and #959CB9 with #B9959C are triadic colors.

2 #9C95B9 and #95B99C with #B9959C are triadic colors.