COLOR #B9999F

HEX: #B9999F RGB: (185,153,159)

Color info

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

RGB color model

#B9999F color RGB value is (185,153,159).

RGB: (185,153,159) (73%, 60%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 159 of 255 = 62%

185
153
159

R + G + B ~ 65%. #B9999F is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 153 + 159 = 497 (100%)
R 185 of 497 ~ 37.22%
G 153 of 497 ~ 30.78%
B 159 of 497 ~ 31.99'%

%37.22
%30.78
%31.99

CMYK color model

#B9999F color CMYK value is (0,17,14,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 14.05%
  • key color value is 27.45%

CMYK: (0,17,14,27)
C0M17Y14K27 (0%, 17%, 14%, 27%)
(0.00 / 0.17 / 0.14 / 0.27)

CMYK percentages

%0
%17.3
%14.05
%27.45

Codes

Color #B9999F in popluar color models

B9 99 9F
RGB 185 153 159
HSL 349° 18.60% 66.27%
HSB/HSV 349° 17.30% 72.55%
CMYK 0.00% 17.30% 14.05%
27.45%

Color #B9999F in popluar number systems.

HEX B9 99 9F
Decimal 185 153 159
Binary 10111001 10011001 10011111
Octal 271 231 237

Shades and tints

Shades of #B9999F

#B9999F
(185,153,159)
#A98C91
(169,140,145)
#997F83
(153,127,131)
#897275
(137,114,117)
#796567
(121,101,103)
#695859
(105,88,89)
#594B4B
(89,75,75)
#493E3D
(73,62,61)
#39312F
(57,49,47)
#292421
(41,36,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9999F

#B9999F
(185,153,159)
#BFA2A7
(191,162,167)
#C5ABAF
(197,171,175)
#CBB4B7
(203,180,183)
#D1BDBF
(209,189,191)
#D7C6C7
(215,198,199)
#DDCFCF
(221,207,207)
#E3D8D7
(227,216,215)
#E9E1DF
(233,225,223)
#EFEAE7
(239,234,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9999F color. Also use rgb(185,153,159) instead hex code.

Text Font Color

.myTextColor { color: #B9999F; }

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

This text font color is #B9999F.

Background Color

.myBgColor { background-color: #B9999F; }

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

This div background color is #B9999F.

Border color

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

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

This div border color is #B9999F.

Opacity

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

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

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

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

This text has shadow with #B9999F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9999F.

Preview

Color preview on black background

This text has color #B9999F on black background.


Color preview on white background

This text has color #B9999F on white background.


Black color preview on #B9999F background

This text has black color on #B9999F background.


White color preview on #B9999F background

This text has white color on #B9999F background.


Related colors

Complementary color

Complementary color for #hex is #466660.


I love getcolorcode.com

Triadic colors

1 #9FB999 and #999FB9 with #B9999F are triadic colors.

2 #9F99B9 and #99B99F with #B9999F are triadic colors.