COLOR #B99C94

HEX: #B99C94
RGB: (185,156,148)

Color info

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

RGB color model

#B99C94 color RGB value is (185,156,148).

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

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 148 of 255 = 58%

185
156
148

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

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 148 = 489 (100%)
R 185 of 489 ~ 37.83%
G 156 of 489 ~ 31.9%
B 148 of 489 ~ 30.27%

%37.83
%31.9
%30.27

CMYK color model

#B99C94 color CMYK value is (0,16,20,27).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(0,16,20,27)
C0M16Y20K27 
(0%,16%,20%,27%)
(0.00/0.16/0.20/0.27)	

CMYK percentages

%0
%15.68
%20
%27.45

Codes

Color #B99C94 in popluar color models

B99C94
RGB185156148
HSL13°20.90%65.29%
HSB/HSV13°20.00%72.55%
CMYK0.00%15.68%20.00%
27.45%

Color #B99C94 in popluar number systems.

HEXB99C94
Decimal185156148
Binary101110011001110010010100
Octal271234224

Shades and tints

Shades of #B99C94

#B99C94
(185,156,148)
#A98E87
(169,142,135)
#99807A
(153,128,122)
#89726D
(137,114,109)
#796460
(121,100,96)
#695653
(105,86,83)
#594846
(89,72,70)
#493A39
(73,58,57)
#392C2C
(57,44,44)
#291E1F
(41,30,31)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #B99C94

#B99C94
(185,156,148)
#BFA59D
(191,165,157)
#C5AEA6
(197,174,166)
#CBB7AF
(203,183,175)
#D1C0B8
(209,192,184)
#D7C9C1
(215,201,193)
#DDD2CA
(221,210,202)
#E3DBD3
(227,219,211)
#E9E4DC
(233,228,220)
#EFEDE5
(239,237,229)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99C94; }

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

This text font color is #B99C94.


Background Color

.myBgColor { background-color: #B99C94; }

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

This div background color is #B99C94.


Border color

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

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

This div border color is #B99C94.


Opacity

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

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

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

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

This text has shadow with #B99C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99C94 on black background.


Color preview on white background

This text has color #B99C94 on white background.



Black color preview on #B99C94 background

This text has black color on #B99C94 background.


White color preview on #B99C94 background

This text has white color on #B99C94 background.