COLOR #B19393

HEX: #B19393 RGB: (177,147,147)

Color info

#B19393 contains red, green and blue colors in about the same proportion. Web safe color of #B19393 is #999999 (or #999).

RGB color model

#B19393 color RGB value is (177,147,147).

RGB: (177,147,147) (69%, 58%, 58%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 147 of 255 = 58%

177
147
147

R + G + B ~ 62%. #B19393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 147 + 147 = 471 (100%)
R 177 of 471 ~ 37.58%
G 147 of 471 ~ 31.21%
B 147 of 471 ~ 31.21'%

%37.58
%31.21
%31.21

CMYK color model

#B19393 color CMYK value is (0,17,17,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 16.95%
  • key color value is 30.59%

CMYK: (0,17,17,31)
C0M17Y17K31 (0%, 17%, 17%, 31%)
(0.00 / 0.17 / 0.17 / 0.31)

CMYK percentages

%0
%16.95
%16.95
%30.59

Codes

Color #B19393 in popluar color models

B1 93 93
RGB 177 147 147
HSL 16.13% 63.53%
HSB/HSV 16.95% 69.41%
CMYK 0.00% 16.95% 16.95%
30.59%

Color #B19393 in popluar number systems.

HEX B1 93 93
Decimal 177 147 147
Binary 10110001 10010011 10010011
Octal 261 223 223

Shades and tints

Shades of #B19393

#B19393
(177,147,147)
#A18686
(161,134,134)
#917979
(145,121,121)
#816C6C
(129,108,108)
#715F5F
(113,95,95)
#615252
(97,82,82)
#514545
(81,69,69)
#413838
(65,56,56)
#312B2B
(49,43,43)
#211E1E
(33,30,30)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B19393

#B19393
(177,147,147)
#B89C9C
(184,156,156)
#BFA5A5
(191,165,165)
#C6AEAE
(198,174,174)
#CDB7B7
(205,183,183)
#D4C0C0
(212,192,192)
#DBC9C9
(219,201,201)
#E2D2D2
(226,210,210)
#E9DBDB
(233,219,219)
#F0E4E4
(240,228,228)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19393; }

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

This text font color is #B19393.

Background Color

.myBgColor { background-color: #B19393; }

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

This div background color is #B19393.

Border color

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

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

This div border color is #B19393.

Opacity

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

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

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

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

This text has shadow with #B19393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19393.

Preview

Color preview on black background

This text has color #B19393 on black background.


Color preview on white background

This text has color #B19393 on white background.


Black color preview on #B19393 background

This text has black color on #B19393 background.


White color preview on #B19393 background

This text has white color on #B19393 background.


Related colors

Complementary color

Complementary color for #hex is #4E6C6C.


I love getcolorcode.com