COLOR #B9949C

HEX: #B9949C RGB: (185,148,156)

Color info

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

RGB color model

#B9949C color RGB value is (185,148,156).

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

RGB channels and saturation

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

185
148
156

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

Portions of RGB colors in percentages

R + G + B = 185 + 148 + 156 = 489 (100%)
R 185 of 489 ~ 37.83%
G 148 of 489 ~ 30.27%
B 156 of 489 ~ 31.9'%

%37.83
%30.27
%31.9

CMYK color model

#B9949C color CMYK value is (0,20,16,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK: (0,20,16,27) C0M20Y16K27 (0%,20%,16%,27%) (0.00/0.20/0.16/0.27) 

CMYK percentages

%0
%20
%15.68
%27.45

Codes

Color #B9949C in popluar color models

B9 94 9C
RGB 185 148 156
HSL 347° 20.90% 65.29%
HSB/HSV 347° 20.00% 72.55%
CMYK 0.00% 20.00% 15.68%
27.45%

Color #B9949C in popluar number systems.

HEX B9 94 9C
Decimal 185 148 156
Binary 10111001 10010100 10011100
Octal 271 224 234

Shades and tints

Shades of #B9949C

#B9949C
(185,148,156)
#A9878E
(169,135,142)
#997A80
(153,122,128)
#896D72
(137,109,114)
#796064
(121,96,100)
#695356
(105,83,86)
#594648
(89,70,72)
#49393A
(73,57,58)
#392C2C
(57,44,44)
#291F1E
(41,31,30)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #B9949C

#B9949C
(185,148,156)
#BF9DA5
(191,157,165)
#C5A6AE
(197,166,174)
#CBAFB7
(203,175,183)
#D1B8C0
(209,184,192)
#D7C1C9
(215,193,201)
#DDCAD2
(221,202,210)
#E3D3DB
(227,211,219)
#E9DCE4
(233,220,228)
#EFE5ED
(239,229,237)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9949C; }

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

This text font color is #B9949C.

Background Color

.myBgColor { background-color: #B9949C; }

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

This div background color is #B9949C.

Border color

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

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

This div border color is #B9949C.

Opacity

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

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

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

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

This text has shadow with #B9949C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9949C.

Preview

Color preview on black background

This text has color #B9949C on black background.


Color preview on white background

This text has color #B9949C on white background.


Black color preview on #B9949C background

This text has black color on #B9949C background.


White color preview on #B9949C background

This text has white color on #B9949C background.


Related colors

Complementary color

Complementary color for #hex is #466B63.


I love getcolorcode.com

Triadic colors

1 #9CB994 and #949CB9 with #B9949C are triadic colors.

2 #9C94B9 and #94B99C with #B9949C are triadic colors.