COLOR #B9959A

HEX: #B9959A
RGB: (185,149,154)

Color info

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

RGB color model

#B9959A color RGB value is (185,149,154).

  • red value is 185;
  • green value is 149;
  • blue value is 154.
RGB:
(185,149,154)
(73%,58%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 154 of 255 = 60%

185
149
154

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

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 154 = 488 (100%)
R 185 of 488 ~ 37.91%
G 149 of 488 ~ 30.53%
B 154 of 488 ~ 31.56%

%37.91
%30.53
%31.56

CMYK color model

#B9959A color CMYK value is (0,19,17,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(0,19,17,27)
C0M19Y17K27 
(0%,19%,17%,27%)
(0.00/0.19/0.17/0.27)	

CMYK percentages

%0
%19.46
%16.76
%27.45

Codes

Color #B9959A in popluar color models

B9959A
RGB185149154
HSL352°20.45%65.49%
HSB/HSV352°19.46%72.55%
CMYK0.00%19.46%16.76%
27.45%

Color #B9959A in popluar number systems.

HEXB9959A
Decimal185149154
Binary101110011001010110011010
Octal271225232

Shades and tints

Shades of #B9959A

#B9959A
(185,149,154)
#A9888C
(169,136,140)
#997B7E
(153,123,126)
#896E70
(137,110,112)
#796162
(121,97,98)
#695454
(105,84,84)
#594746
(89,71,70)
#493A38
(73,58,56)
#392D2A
(57,45,42)
#29201C
(41,32,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #B9959A

#B9959A
(185,149,154)
#BF9EA3
(191,158,163)
#C5A7AC
(197,167,172)
#CBB0B5
(203,176,181)
#D1B9BE
(209,185,190)
#D7C2C7
(215,194,199)
#DDCBD0
(221,203,208)
#E3D4D9
(227,212,217)
#E9DDE2
(233,221,226)
#EFE6EB
(239,230,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9959A; }

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

This text font color is #B9959A.


Background Color

.myBgColor { background-color: #B9959A; }

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

This div background color is #B9959A.


Border color

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

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

This div border color is #B9959A.


Opacity

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

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

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

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

This text has shadow with #B9959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9959A on black background.


Color preview on white background

This text has color #B9959A on white background.



Black color preview on #B9959A background

This text has black color on #B9959A background.


White color preview on #B9959A background

This text has white color on #B9959A background.