COLOR #B99299

HEX: #B99299
RGB: (185,146,153)

Color info

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

RGB color model

#B99299 color RGB value is (185,146,153).

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

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 153 of 255 = 60%

185
146
153

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

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 153 = 484 (100%)
R 185 of 484 ~ 38.22%
G 146 of 484 ~ 30.17%
B 153 of 484 ~ 31.61%

%38.22
%30.17
%31.61

CMYK color model

#B99299 color CMYK value is (0,21,17,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,21,17,27)
C0M21Y17K27 
(0%,21%,17%,27%)
(0.00/0.21/0.17/0.27)	

CMYK percentages

%0
%21.08
%17.3
%27.45

Codes

Color #B99299 in popluar color models

B99299
RGB185146153
HSL349°21.79%64.90%
HSB/HSV349°21.08%72.55%
CMYK0.00%21.08%17.30%
27.45%

Color #B99299 in popluar number systems.

HEXB99299
Decimal185146153
Binary101110011001001010011001
Octal271222231

Shades and tints

Shades of #B99299

#B99299
(185,146,153)
#A9858C
(169,133,140)
#99787F
(153,120,127)
#896B72
(137,107,114)
#795E65
(121,94,101)
#695158
(105,81,88)
#59444B
(89,68,75)
#49373E
(73,55,62)
#392A31
(57,42,49)
#291D24
(41,29,36)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B99299

#B99299
(185,146,153)
#BF9BA2
(191,155,162)
#C5A4AB
(197,164,171)
#CBADB4
(203,173,180)
#D1B6BD
(209,182,189)
#D7BFC6
(215,191,198)
#DDC8CF
(221,200,207)
#E3D1D8
(227,209,216)
#E9DAE1
(233,218,225)
#EFE3EA
(239,227,234)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99299; }

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

This text font color is #B99299.


Background Color

.myBgColor { background-color: #B99299; }

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

This div background color is #B99299.


Border color

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

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

This div border color is #B99299.


Opacity

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

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

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

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

This text has shadow with #B99299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99299 on black background.


Color preview on white background

This text has color #B99299 on white background.



Black color preview on #B99299 background

This text has black color on #B99299 background.


White color preview on #B99299 background

This text has white color on #B99299 background.