COLOR #B99694

HEX: #B99694 RGB: (185,150,148)

Color info

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

RGB color model

#B99694 color RGB value is (185,150,148).

RGB: (185,150,148) (73%, 59%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 148 of 255 = 58%

185
150
148

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

Portions of RGB colors in percentages

R + G + B = 185 + 150 + 148 = 483 (100%)
R 185 of 483 ~ 38.3%
G 150 of 483 ~ 31.06%
B 148 of 483 ~ 30.64'%

%38.3
%31.06
%30.64

CMYK color model

#B99694 color CMYK value is (0,19,20,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 20.00%
  • key color value is 27.45%

CMYK: (0,19,20,27)
C0M19Y20K27 (0%, 19%, 20%, 27%)
(0.00 / 0.19 / 0.20 / 0.27)

CMYK percentages

%0
%18.92
%20
%27.45

Codes

Color #B99694 in popluar color models

B9 96 94
RGB 185 150 148
HSL 20.90% 65.29%
HSB/HSV 20.00% 72.55%
CMYK 0.00% 18.92% 20.00%
27.45%

Color #B99694 in popluar number systems.

HEX B9 96 94
Decimal 185 150 148
Binary 10111001 10010110 10010100
Octal 271 226 224

Shades and tints

Shades of #B99694

#B99694
(185,150,148)
#A98987
(169,137,135)
#997C7A
(153,124,122)
#896F6D
(137,111,109)
#796260
(121,98,96)
#695553
(105,85,83)
#594846
(89,72,70)
#493B39
(73,59,57)
#392E2C
(57,46,44)
#29211F
(41,33,31)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #B99694

#B99694
(185,150,148)
#BF9F9D
(191,159,157)
#C5A8A6
(197,168,166)
#CBB1AF
(203,177,175)
#D1BAB8
(209,186,184)
#D7C3C1
(215,195,193)
#DDCCCA
(221,204,202)
#E3D5D3
(227,213,211)
#E9DEDC
(233,222,220)
#EFE7E5
(239,231,229)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99694; }

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

This text font color is #B99694.

Background Color

.myBgColor { background-color: #B99694; }

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

This div background color is #B99694.

Border color

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

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

This div border color is #B99694.

Opacity

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

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

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

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

This text has shadow with #B99694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99694.

Preview

Color preview on black background

This text has color #B99694 on black background.


Color preview on white background

This text has color #B99694 on white background.


Black color preview on #B99694 background

This text has black color on #B99694 background.


White color preview on #B99694 background

This text has white color on #B99694 background.


Related colors

Complementary color

Complementary color for #hex is #46696B.


I love getcolorcode.com

Triadic colors

1 #94B996 and #9694B9 with #B99694 are triadic colors.

2 #9496B9 and #96B994 with #B99694 are triadic colors.