COLOR #B99994

HEX: #B99994
RGB: (185,153,148)

Color info

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

RGB color model

#B99994 color RGB value is (185,153,148).

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

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 148 of 255 = 58%

185
153
148

R + G + B ~ 64%. #B99994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 148 = 486 (100%)
R 185 of 486 ~ 38.07%
G 153 of 486 ~ 31.48%
B 148 of 486 ~ 30.45%

%38.07
%31.48
%30.45

CMYK color model

#B99994 color CMYK value is (0,17,20,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(0,17,20,27)
C0M17Y20K27 
(0%,17%,20%,27%)
(0.00/0.17/0.20/0.27)	

CMYK percentages

%0
%17.3
%20
%27.45

Codes

Color #B99994 in popluar color models

B99994
RGB185153148
HSL20.90%65.29%
HSB/HSV20.00%72.55%
CMYK0.00%17.30%20.00%
27.45%

Color #B99994 in popluar number systems.

HEXB99994
Decimal185153148
Binary101110011001100110010100
Octal271231224

Shades and tints

Shades of #B99994

#B99994
(185,153,148)
#A98C87
(169,140,135)
#997F7A
(153,127,122)
#89726D
(137,114,109)
#796560
(121,101,96)
#695853
(105,88,83)
#594B46
(89,75,70)
#493E39
(73,62,57)
#39312C
(57,49,44)
#29241F
(41,36,31)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B99994

#B99994
(185,153,148)
#BFA29D
(191,162,157)
#C5ABA6
(197,171,166)
#CBB4AF
(203,180,175)
#D1BDB8
(209,189,184)
#D7C6C1
(215,198,193)
#DDCFCA
(221,207,202)
#E3D8D3
(227,216,211)
#E9E1DC
(233,225,220)
#EFEAE5
(239,234,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99994; }

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

This text font color is #B99994.


Background Color

.myBgColor { background-color: #B99994; }

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

This div background color is #B99994.


Border color

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

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

This div border color is #B99994.


Opacity

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

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

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

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

This text has shadow with #B99994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99994 on black background.


Color preview on white background

This text has color #B99994 on white background.



Black color preview on #B99994 background

This text has black color on #B99994 background.


White color preview on #B99994 background

This text has white color on #B99994 background.