COLOR #B99992

HEX: #B99992
RGB: (185,153,146)

Color info

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

RGB color model

#B99992 color RGB value is (185,153,146).

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

RGB channels and saturation

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

185
153
146

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

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 146 = 484 (100%)
R 185 of 484 ~ 38.22%
G 153 of 484 ~ 31.61%
B 146 of 484 ~ 30.17%

%38.22
%31.61
%30.17

CMYK color model

#B99992 color CMYK value is (0,17,21,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(0,17,21,27)
C0M17Y21K27 
(0%,17%,21%,27%)
(0.00/0.17/0.21/0.27)	

CMYK percentages

%0
%17.3
%21.08
%27.45

Codes

Color #B99992 in popluar color models

B99992
RGB185153146
HSL11°21.79%64.90%
HSB/HSV11°21.08%72.55%
CMYK0.00%17.30%21.08%
27.45%

Color #B99992 in popluar number systems.

HEXB99992
Decimal185153146
Binary101110011001100110010010
Octal271231222

Shades and tints

Shades of #B99992

#B99992
(185,153,146)
#A98C85
(169,140,133)
#997F78
(153,127,120)
#89726B
(137,114,107)
#79655E
(121,101,94)
#695851
(105,88,81)
#594B44
(89,75,68)
#493E37
(73,62,55)
#39312A
(57,49,42)
#29241D
(41,36,29)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B99992

#B99992
(185,153,146)
#BFA29B
(191,162,155)
#C5ABA4
(197,171,164)
#CBB4AD
(203,180,173)
#D1BDB6
(209,189,182)
#D7C6BF
(215,198,191)
#DDCFC8
(221,207,200)
#E3D8D1
(227,216,209)
#E9E1DA
(233,225,218)
#EFEAE3
(239,234,227)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99992; }

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

This text font color is #B99992.


Background Color

.myBgColor { background-color: #B99992; }

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

This div background color is #B99992.


Border color

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

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

This div border color is #B99992.


Opacity

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

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

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

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

This text has shadow with #B99992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99992 on black background.


Color preview on white background

This text has color #B99992 on white background.



Black color preview on #B99992 background

This text has black color on #B99992 background.


White color preview on #B99992 background

This text has white color on #B99992 background.