COLOR #B99F99

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
159
153

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

Portions of RGB colors in percentages

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

%37.22
%31.99
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,14,17,27)
C0M14Y17K27 
(0%,14%,17%,27%)
(0.00/0.14/0.17/0.27)	

CMYK percentages

%0
%14.05
%17.3
%27.45

Codes

Color #B99F99 in popluar color models

B99F99
RGB185159153
HSL11°18.60%66.27%
HSB/HSV11°17.30%72.55%
CMYK0.00%14.05%17.30%
27.45%

Color #B99F99 in popluar number systems.

HEXB99F99
Decimal185159153
Binary101110011001111110011001
Octal271237231

Shades and tints

Shades of #B99F99

#B99F99
(185,159,153)
#A9918C
(169,145,140)
#99837F
(153,131,127)
#897572
(137,117,114)
#796765
(121,103,101)
#695958
(105,89,88)
#594B4B
(89,75,75)
#493D3E
(73,61,62)
#392F31
(57,47,49)
#292124
(41,33,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #B99F99

#B99F99
(185,159,153)
#BFA7A2
(191,167,162)
#C5AFAB
(197,175,171)
#CBB7B4
(203,183,180)
#D1BFBD
(209,191,189)
#D7C7C6
(215,199,198)
#DDCFCF
(221,207,207)
#E3D7D8
(227,215,216)
#E9DFE1
(233,223,225)
#EFE7EA
(239,231,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99F99; }

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

This text font color is #B99F99.


Background Color

.myBgColor { background-color: #B99F99; }

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

This div background color is #B99F99.


Border color

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

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

This div border color is #B99F99.


Opacity

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

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

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

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

This text has shadow with #B99F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99F99 on black background.


Color preview on white background

This text has color #B99F99 on white background.



Black color preview on #B99F99 background

This text has black color on #B99F99 background.


White color preview on #B99F99 background

This text has white color on #B99F99 background.