COLOR #B99199

HEX: #B99199
RGB: (185,145,153)

Color info

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

RGB color model

#B99199 color RGB value is (185,145,153).

  • red value is 185;
  • green value is 145;
  • blue value is 153.
RGB:
(185,145,153)
(73%,57%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 153 of 255 = 60%

185
145
153

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 153 = 483 (100%)
R 185 of 483 ~ 38.3%
G 145 of 483 ~ 30.02%
B 153 of 483 ~ 31.68%

%38.3
%30.02
%31.68

CMYK color model

#B99199 color CMYK value is (0,22,17,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,22,17,27)
C0M22Y17K27 
(0%,22%,17%,27%)
(0.00/0.22/0.17/0.27)	

CMYK percentages

%0
%21.62
%17.3
%27.45

Codes

Color #B99199 in popluar color models

B99199
RGB185145153
HSL348°22.22%64.71%
HSB/HSV348°21.62%72.55%
CMYK0.00%21.62%17.30%
27.45%

Color #B99199 in popluar number systems.

HEXB99199
Decimal185145153
Binary101110011001000110011001
Octal271221231

Shades and tints

Shades of #B99199

#B99199
(185,145,153)
#A9848C
(169,132,140)
#99777F
(153,119,127)
#896A72
(137,106,114)
#795D65
(121,93,101)
#695058
(105,80,88)
#59434B
(89,67,75)
#49363E
(73,54,62)
#392931
(57,41,49)
#291C24
(41,28,36)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #B99199

#B99199
(185,145,153)
#BF9BA2
(191,155,162)
#C5A5AB
(197,165,171)
#CBAFB4
(203,175,180)
#D1B9BD
(209,185,189)
#D7C3C6
(215,195,198)
#DDCDCF
(221,205,207)
#E3D7D8
(227,215,216)
#E9E1E1
(233,225,225)
#EFEBEA
(239,235,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99199; }

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

This text font color is #B99199.


Background Color

.myBgColor { background-color: #B99199; }

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

This div background color is #B99199.


Border color

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

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

This div border color is #B99199.


Opacity

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

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

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

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

This text has shadow with #B99199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99199 on black background.


Color preview on white background

This text has color #B99199 on white background.



Black color preview on #B99199 background

This text has black color on #B99199 background.


White color preview on #B99199 background

This text has white color on #B99199 background.