COLOR #B99497

HEX: #B99497
RGB: (185,148,151)

Color info

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

RGB color model

#B99497 color RGB value is (185,148,151).

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

RGB channels and saturation

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

185
148
151

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 151 = 484 (100%)
R 185 of 484 ~ 38.22%
G 148 of 484 ~ 30.58%
B 151 of 484 ~ 31.2%

%38.22
%30.58
%31.2

CMYK color model

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

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

CMYK percentages

%0
%20
%18.38
%27.45

Codes

Color #B99497 in popluar color models

B99497
RGB185148151
HSL355°20.90%65.29%
HSB/HSV355°20.00%72.55%
CMYK0.00%20.00%18.38%
27.45%

Color #B99497 in popluar number systems.

HEXB99497
Decimal185148151
Binary101110011001010010010111
Octal271224227

Shades and tints

Shades of #B99497

#B99497
(185,148,151)
#A9878A
(169,135,138)
#997A7D
(153,122,125)
#896D70
(137,109,112)
#796063
(121,96,99)
#695356
(105,83,86)
#594649
(89,70,73)
#49393C
(73,57,60)
#392C2F
(57,44,47)
#291F22
(41,31,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B99497

#B99497
(185,148,151)
#BF9DA0
(191,157,160)
#C5A6A9
(197,166,169)
#CBAFB2
(203,175,178)
#D1B8BB
(209,184,187)
#D7C1C4
(215,193,196)
#DDCACD
(221,202,205)
#E3D3D6
(227,211,214)
#E9DCDF
(233,220,223)
#EFE5E8
(239,229,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99497; }

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

This text font color is #B99497.


Background Color

.myBgColor { background-color: #B99497; }

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

This div background color is #B99497.


Border color

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

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

This div border color is #B99497.


Opacity

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

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

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

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

This text has shadow with #B99497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99497 on black background.


Color preview on white background

This text has color #B99497 on white background.



Black color preview on #B99497 background

This text has black color on #B99497 background.


White color preview on #B99497 background

This text has white color on #B99497 background.