COLOR #B99B99

HEX: #B99B99
RGB: (185,155,153)

Color info

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

RGB color model

#B99B99 color RGB value is (185,155,153).

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

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 153 of 255 = 60%

185
155
153

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

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 153 = 493 (100%)
R 185 of 493 ~ 37.53%
G 155 of 493 ~ 31.44%
B 153 of 493 ~ 31.03%

%37.53
%31.44
%31.03

CMYK color model

#B99B99 color CMYK value is (0,16,17,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,16,17,27)
C0M16Y17K27 
(0%,16%,17%,27%)
(0.00/0.16/0.17/0.27)	

CMYK percentages

%0
%16.22
%17.3
%27.45

Codes

Color #B99B99 in popluar color models

B99B99
RGB185155153
HSL18.60%66.27%
HSB/HSV17.30%72.55%
CMYK0.00%16.22%17.30%
27.45%

Color #B99B99 in popluar number systems.

HEXB99B99
Decimal185155153
Binary101110011001101110011001
Octal271233231

Shades and tints

Shades of #B99B99

#B99B99
(185,155,153)
#A98D8C
(169,141,140)
#997F7F
(153,127,127)
#897172
(137,113,114)
#796365
(121,99,101)
#695558
(105,85,88)
#59474B
(89,71,75)
#49393E
(73,57,62)
#392B31
(57,43,49)
#291D24
(41,29,36)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #B99B99

#B99B99
(185,155,153)
#BFA4A2
(191,164,162)
#C5ADAB
(197,173,171)
#CBB6B4
(203,182,180)
#D1BFBD
(209,191,189)
#D7C8C6
(215,200,198)
#DDD1CF
(221,209,207)
#E3DAD8
(227,218,216)
#E9E3E1
(233,227,225)
#EFECEA
(239,236,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99B99; }

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

This text font color is #B99B99.


Background Color

.myBgColor { background-color: #B99B99; }

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

This div background color is #B99B99.


Border color

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

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

This div border color is #B99B99.


Opacity

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

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

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

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

This text has shadow with #B99B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99B99 on black background.


Color preview on white background

This text has color #B99B99 on white background.



Black color preview on #B99B99 background

This text has black color on #B99B99 background.


White color preview on #B99B99 background

This text has white color on #B99B99 background.