COLOR #B19182

HEX: #B19182
RGB: (177,145,130)

Color info

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

RGB color model

#B19182 color RGB value is (177,145,130).

  • red value is 177;
  • green value is 145;
  • blue value is 130.
RGB:
(177,145,130)
(69%,57%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 145 of 255 = 57%
B 130 of 255 = 51%

177
145
130

R + G + B ~ 59%. #B19182 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 145 + 130 = 452 (100%)
R 177 of 452 ~ 39.16%
G 145 of 452 ~ 32.08%
B 130 of 452 ~ 28.76%

%39.16
%32.08
%28.76

CMYK color model

#B19182 color CMYK value is (0,18,27,31).

  • cyan value is 0.00%
  • magenta value is 18.08%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK:
(0,18,27,31)
C0M18Y27K31 
(0%,18%,27%,31%)
(0.00/0.18/0.27/0.31)	

CMYK percentages

%0
%18.08
%26.55
%30.59

Codes

Color #B19182 in popluar color models

B19182
RGB177145130
HSL19°23.15%60.20%
HSB/HSV19°26.55%69.41%
CMYK0.00%18.08%26.55%
30.59%

Color #B19182 in popluar number systems.

HEXB19182
Decimal177145130
Binary101100011001000110000010
Octal261221202

Shades and tints

Shades of #B19182

#B19182
(177,145,130)
#A18477
(161,132,119)
#91776C
(145,119,108)
#816A61
(129,106,97)
#715D56
(113,93,86)
#61504B
(97,80,75)
#514340
(81,67,64)
#413635
(65,54,53)
#31292A
(49,41,42)
#211C1F
(33,28,31)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #B19182

#B19182
(177,145,130)
#B89B8D
(184,155,141)
#BFA598
(191,165,152)
#C6AFA3
(198,175,163)
#CDB9AE
(205,185,174)
#D4C3B9
(212,195,185)
#DBCDC4
(219,205,196)
#E2D7CF
(226,215,207)
#E9E1DA
(233,225,218)
#F0EBE5
(240,235,229)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19182; }

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

This text font color is #B19182.


Background Color

.myBgColor { background-color: #B19182; }

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

This div background color is #B19182.


Border color

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

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

This div border color is #B19182.


Opacity

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

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

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

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

This text has shadow with #B19182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19182 on black background.


Color preview on white background

This text has color #B19182 on white background.



Black color preview on #B19182 background

This text has black color on #B19182 background.


White color preview on #B19182 background

This text has white color on #B19182 background.