COLOR #B99797

HEX: #B99797
RGB: (185,151,151)

Color info

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

RGB color model

#B99797 color RGB value is (185,151,151).

  • red value is 185;
  • green value is 151;
  • blue value is 151.
RGB:
(185,151,151)
(73%,59%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 151 of 255 = 59%

185
151
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 151 = 487 (100%)
R 185 of 487 ~ 37.99%
G 151 of 487 ~ 31.01%
B 151 of 487 ~ 31.01%

%37.99
%31.01
%31.01

CMYK color model

#B99797 color CMYK value is (0,18,18,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK:
(0,18,18,27)
C0M18Y18K27 
(0%,18%,18%,27%)
(0.00/0.18/0.18/0.27)	

CMYK percentages

%0
%18.38
%18.38
%27.45

Codes

Color #B99797 in popluar color models

B99797
RGB185151151
HSL19.54%65.88%
HSB/HSV18.38%72.55%
CMYK0.00%18.38%18.38%
27.45%

Color #B99797 in popluar number systems.

HEXB99797
Decimal185151151
Binary101110011001011110010111
Octal271227227

Shades and tints

Shades of #B99797

#B99797
(185,151,151)
#A98A8A
(169,138,138)
#997D7D
(153,125,125)
#897070
(137,112,112)
#796363
(121,99,99)
#695656
(105,86,86)
#594949
(89,73,73)
#493C3C
(73,60,60)
#392F2F
(57,47,47)
#292222
(41,34,34)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B99797

#B99797
(185,151,151)
#BFA0A0
(191,160,160)
#C5A9A9
(197,169,169)
#CBB2B2
(203,178,178)
#D1BBBB
(209,187,187)
#D7C4C4
(215,196,196)
#DDCDCD
(221,205,205)
#E3D6D6
(227,214,214)
#E9DFDF
(233,223,223)
#EFE8E8
(239,232,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99797; }

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

This text font color is #B99797.


Background Color

.myBgColor { background-color: #B99797; }

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

This div background color is #B99797.


Border color

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

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

This div border color is #B99797.


Opacity

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

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

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

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

This text has shadow with #B99797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99797 on black background.


Color preview on white background

This text has color #B99797 on white background.



Black color preview on #B99797 background

This text has black color on #B99797 background.


White color preview on #B99797 background

This text has white color on #B99797 background.