COLOR #B99C88

HEX: #B99C88 RGB: (185,156,136)

Color info

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

RGB color model

#B99C88 color RGB value is (185,156,136).

RGB: (185,156,136) (73%, 61%, 53%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 136 of 255 = 53%

185
156
136

R + G + B ~ 62%. #B99C88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 156 + 136 = 477 (100%)
R 185 of 477 ~ 38.78%
G 156 of 477 ~ 32.7%
B 136 of 477 ~ 28.51'%

%38.78
%32.7
%28.51

CMYK color model

#B99C88 color CMYK value is (0,16,26,27).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK: (0,16,26,27) C0M16Y26K27 (0%,16%,26%,27%) (0.00/0.16/0.26/0.27) 

CMYK percentages

%0
%15.68
%26.49
%27.45

Codes

Color #B99C88 in popluar color models

B9 9C 88
RGB 185 156 136
HSL 24° 25.93% 62.94%
HSB/HSV 24° 26.49% 72.55%
CMYK 0.00% 15.68% 26.49%
27.45%

Color #B99C88 in popluar number systems.

HEX B9 9C 88
Decimal 185 156 136
Binary 10111001 10011100 10001000
Octal 271 234 210

Shades and tints

Shades of #B99C88

#B99C88
(185,156,136)
#A98E7C
(169,142,124)
#998070
(153,128,112)
#897264
(137,114,100)
#796458
(121,100,88)
#69564C
(105,86,76)
#594840
(89,72,64)
#493A34
(73,58,52)
#392C28
(57,44,40)
#291E1C
(41,30,28)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #B99C88

#B99C88
(185,156,136)
#BFA592
(191,165,146)
#C5AE9C
(197,174,156)
#CBB7A6
(203,183,166)
#D1C0B0
(209,192,176)
#D7C9BA
(215,201,186)
#DDD2C4
(221,210,196)
#E3DBCE
(227,219,206)
#E9E4D8
(233,228,216)
#EFEDE2
(239,237,226)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99C88; }

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

This text font color is #B99C88.

Background Color

.myBgColor { background-color: #B99C88; }

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

This div background color is #B99C88.

Border color

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

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

This div border color is #B99C88.

Opacity

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

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

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

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

This text has shadow with #B99C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99C88.

Preview

Color preview on black background

This text has color #B99C88 on black background.


Color preview on white background

This text has color #B99C88 on white background.


Black color preview on #B99C88 background

This text has black color on #B99C88 background.


White color preview on #B99C88 background

This text has white color on #B99C88 background.


Related colors

Complementary color

Complementary color for #hex is #466377.


I love getcolorcode.com

Triadic colors

1 #88B99C and #9C88B9 with #B99C88 are triadic colors.

2 #889CB9 and #9CB988 with #B99C88 are triadic colors.