COLOR #B19290

HEX: #B19290
RGB: (177,146,144)

Color info

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

RGB color model

#B19290 color RGB value is (177,146,144).

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

RGB channels and saturation

R 177 of 255 = 69%
G 146 of 255 = 57%
B 144 of 255 = 56%

177
146
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 146 + 144 = 467 (100%)
R 177 of 467 ~ 37.9%
G 146 of 467 ~ 31.26%
B 144 of 467 ~ 30.84%

%37.9
%31.26
%30.84

CMYK color model

#B19290 color CMYK value is (0,18,19,31).

  • cyan value is 0.00%
  • magenta value is 17.51%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,18,19,31)
C0M18Y19K31 
(0%,18%,19%,31%)
(0.00/0.18/0.19/0.31)	

CMYK percentages

%0
%17.51
%18.64
%30.59

Codes

Color #B19290 in popluar color models

B19290
RGB177146144
HSL17.46%62.94%
HSB/HSV18.64%69.41%
CMYK0.00%17.51%18.64%
30.59%

Color #B19290 in popluar number systems.

HEXB19290
Decimal177146144
Binary101100011001001010010000
Octal261222220

Shades and tints

Shades of #B19290

#B19290
(177,146,144)
#A18583
(161,133,131)
#917876
(145,120,118)
#816B69
(129,107,105)
#715E5C
(113,94,92)
#61514F
(97,81,79)
#514442
(81,68,66)
#413735
(65,55,53)
#312A28
(49,42,40)
#211D1B
(33,29,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #B19290

#B19290
(177,146,144)
#B89B9A
(184,155,154)
#BFA4A4
(191,164,164)
#C6ADAE
(198,173,174)
#CDB6B8
(205,182,184)
#D4BFC2
(212,191,194)
#DBC8CC
(219,200,204)
#E2D1D6
(226,209,214)
#E9DAE0
(233,218,224)
#F0E3EA
(240,227,234)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19290; }

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

This text font color is #B19290.


Background Color

.myBgColor { background-color: #B19290; }

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

This div background color is #B19290.


Border color

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

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

This div border color is #B19290.


Opacity

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

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

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

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

This text has shadow with #B19290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19290 on black background.


Color preview on white background

This text has color #B19290 on white background.



Black color preview on #B19290 background

This text has black color on #B19290 background.


White color preview on #B19290 background

This text has white color on #B19290 background.