COLOR #B19B8D

HEX: #B19B8D
RGB: (177,155,141)

Color info

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

RGB color model

#B19B8D color RGB value is (177,155,141).

  • red value is 177;
  • green value is 155;
  • blue value is 141.
RGB:
(177,155,141)
(69%,61%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 141 of 255 = 55%

177
155
141

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

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 141 = 473 (100%)
R 177 of 473 ~ 37.42%
G 155 of 473 ~ 32.77%
B 141 of 473 ~ 29.81%

%37.42
%32.77
%29.81

CMYK color model

#B19B8D color CMYK value is (0,12,20,31).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,12,20,31)
C0M12Y20K31 
(0%,12%,20%,31%)
(0.00/0.12/0.20/0.31)	

CMYK percentages

%0
%12.43
%20.34
%30.59

Codes

Color #B19B8D in popluar color models

B19B8D
RGB177155141
HSL23°18.75%62.35%
HSB/HSV23°20.34%69.41%
CMYK0.00%12.43%20.34%
30.59%

Color #B19B8D in popluar number systems.

HEXB19B8D
Decimal177155141
Binary101100011001101110001101
Octal261233215

Shades and tints

Shades of #B19B8D

#B19B8D
(177,155,141)
#A18D81
(161,141,129)
#917F75
(145,127,117)
#817169
(129,113,105)
#71635D
(113,99,93)
#615551
(97,85,81)
#514745
(81,71,69)
#413939
(65,57,57)
#312B2D
(49,43,45)
#211D21
(33,29,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #B19B8D

#B19B8D
(177,155,141)
#B8A497
(184,164,151)
#BFADA1
(191,173,161)
#C6B6AB
(198,182,171)
#CDBFB5
(205,191,181)
#D4C8BF
(212,200,191)
#DBD1C9
(219,209,201)
#E2DAD3
(226,218,211)
#E9E3DD
(233,227,221)
#F0ECE7
(240,236,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19B8D; }

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

This text font color is #B19B8D.


Background Color

.myBgColor { background-color: #B19B8D; }

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

This div background color is #B19B8D.


Border color

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

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

This div border color is #B19B8D.


Opacity

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

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

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

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

This text has shadow with #B19B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19B8D on black background.


Color preview on white background

This text has color #B19B8D on white background.



Black color preview on #B19B8D background

This text has black color on #B19B8D background.


White color preview on #B19B8D background

This text has white color on #B19B8D background.