COLOR #B19095

HEX: #B19095
RGB: (177,144,149)

Color info

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

RGB color model

#B19095 color RGB value is (177,144,149).

  • red value is 177;
  • green value is 144;
  • blue value is 149.
RGB:
(177,144,149)
(69%,56%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 149 of 255 = 58%

177
144
149

R + G + B ~ 61%. #B19095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 149 = 470 (100%)
R 177 of 470 ~ 37.66%
G 144 of 470 ~ 30.64%
B 149 of 470 ~ 31.7%

%37.66
%30.64
%31.7

CMYK color model

#B19095 color CMYK value is (0,19,16,31).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(0,19,16,31)
C0M19Y16K31 
(0%,19%,16%,31%)
(0.00/0.19/0.16/0.31)	

CMYK percentages

%0
%18.64
%15.82
%30.59

Codes

Color #B19095 in popluar color models

B19095
RGB177144149
HSL351°17.46%62.94%
HSB/HSV351°18.64%69.41%
CMYK0.00%18.64%15.82%
30.59%

Color #B19095 in popluar number systems.

HEXB19095
Decimal177144149
Binary101100011001000010010101
Octal261220225

Shades and tints

Shades of #B19095

#B19095
(177,144,149)
#A18388
(161,131,136)
#91767B
(145,118,123)
#81696E
(129,105,110)
#715C61
(113,92,97)
#614F54
(97,79,84)
#514247
(81,66,71)
#41353A
(65,53,58)
#31282D
(49,40,45)
#211B20
(33,27,32)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B19095

#B19095
(177,144,149)
#B89A9E
(184,154,158)
#BFA4A7
(191,164,167)
#C6AEB0
(198,174,176)
#CDB8B9
(205,184,185)
#D4C2C2
(212,194,194)
#DBCCCB
(219,204,203)
#E2D6D4
(226,214,212)
#E9E0DD
(233,224,221)
#F0EAE6
(240,234,230)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19095; }

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

This text font color is #B19095.


Background Color

.myBgColor { background-color: #B19095; }

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

This div background color is #B19095.


Border color

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

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

This div border color is #B19095.


Opacity

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

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

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

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

This text has shadow with #B19095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19095 on black background.


Color preview on white background

This text has color #B19095 on white background.



Black color preview on #B19095 background

This text has black color on #B19095 background.


White color preview on #B19095 background

This text has white color on #B19095 background.