COLOR #B99499

HEX: #B99499
RGB: (185,148,153)

Color info

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

RGB color model

#B99499 color RGB value is (185,148,153).

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

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 153 of 255 = 60%

185
148
153

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 153 = 486 (100%)
R 185 of 486 ~ 38.07%
G 148 of 486 ~ 30.45%
B 153 of 486 ~ 31.48%

%38.07
%30.45
%31.48

CMYK color model

#B99499 color CMYK value is (0,20,17,27).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,20,17,27)
C0M20Y17K27 
(0%,20%,17%,27%)
(0.00/0.20/0.17/0.27)	

CMYK percentages

%0
%20
%17.3
%27.45

Codes

Color #B99499 in popluar color models

B99499
RGB185148153
HSL352°20.90%65.29%
HSB/HSV352°20.00%72.55%
CMYK0.00%20.00%17.30%
27.45%

Color #B99499 in popluar number systems.

HEXB99499
Decimal185148153
Binary101110011001010010011001
Octal271224231

Shades and tints

Shades of #B99499

#B99499
(185,148,153)
#A9878C
(169,135,140)
#997A7F
(153,122,127)
#896D72
(137,109,114)
#796065
(121,96,101)
#695358
(105,83,88)
#59464B
(89,70,75)
#49393E
(73,57,62)
#392C31
(57,44,49)
#291F24
(41,31,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B99499

#B99499
(185,148,153)
#BF9DA2
(191,157,162)
#C5A6AB
(197,166,171)
#CBAFB4
(203,175,180)
#D1B8BD
(209,184,189)
#D7C1C6
(215,193,198)
#DDCACF
(221,202,207)
#E3D3D8
(227,211,216)
#E9DCE1
(233,220,225)
#EFE5EA
(239,229,234)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99499; }

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

This text font color is #B99499.


Background Color

.myBgColor { background-color: #B99499; }

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

This div background color is #B99499.


Border color

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

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

This div border color is #B99499.


Opacity

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

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

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

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

This text has shadow with #B99499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99499 on black background.


Color preview on white background

This text has color #B99499 on white background.



Black color preview on #B99499 background

This text has black color on #B99499 background.


White color preview on #B99499 background

This text has white color on #B99499 background.