COLOR #B99393

HEX: #B99393 RGB: (185,147,147)

Color info

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

RGB color model

#B99393 color RGB value is (185,147,147).

RGB: (185,147,147) (73%, 58%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 147 of 255 = 58%

185
147
147

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 147 = 479 (100%)
R 185 of 479 ~ 38.62%
G 147 of 479 ~ 30.69%
B 147 of 479 ~ 30.69'%

%38.62
%30.69
%30.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 20.54%
  • key color value is 27.45%

CMYK: (0,21,21,27)
C0M21Y21K27 (0%, 21%, 21%, 27%)
(0.00 / 0.21 / 0.21 / 0.27)

CMYK percentages

%0
%20.54
%20.54
%27.45

Codes

Color #B99393 in popluar color models

B9 93 93
RGB 185 147 147
HSL 21.35% 65.10%
HSB/HSV 20.54% 72.55%
CMYK 0.00% 20.54% 20.54%
27.45%

Color #B99393 in popluar number systems.

HEX B9 93 93
Decimal 185 147 147
Binary 10111001 10010011 10010011
Octal 271 223 223

Shades and tints

Shades of #B99393

#B99393
(185,147,147)
#A98686
(169,134,134)
#997979
(153,121,121)
#896C6C
(137,108,108)
#795F5F
(121,95,95)
#695252
(105,82,82)
#594545
(89,69,69)
#493838
(73,56,56)
#392B2B
(57,43,43)
#291E1E
(41,30,30)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B99393

#B99393
(185,147,147)
#BF9C9C
(191,156,156)
#C5A5A5
(197,165,165)
#CBAEAE
(203,174,174)
#D1B7B7
(209,183,183)
#D7C0C0
(215,192,192)
#DDC9C9
(221,201,201)
#E3D2D2
(227,210,210)
#E9DBDB
(233,219,219)
#EFE4E4
(239,228,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99393; }

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

This text font color is #B99393.

Background Color

.myBgColor { background-color: #B99393; }

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

This div background color is #B99393.

Border color

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

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

This div border color is #B99393.

Opacity

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

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

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

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

This text has shadow with #B99393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99393.

Preview

Color preview on black background

This text has color #B99393 on black background.


Color preview on white background

This text has color #B99393 on white background.


Black color preview on #B99393 background

This text has black color on #B99393 background.


White color preview on #B99393 background

This text has white color on #B99393 background.


Related colors

Complementary color

Complementary color for #hex is #466C6C.


I love getcolorcode.com