COLOR #B19979

HEX: #B19979
RGB: (177,153,121)

Color info

#B19979 contains red, green and blue colors in about the same proportion. Web safe color of #B19979 is #999966 (or #996).

RGB color model

#B19979 color RGB value is (177,153,121).

  • red value is 177;
  • green value is 153;
  • blue value is 121.
RGB:
(177,153,121)
(69%,60%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 121 of 255 = 47%

177
153
121

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

Portions of RGB colors in percentages

R + G + B =
177 + 153 + 121 = 451 (100%)
R 177 of 451 ~ 39.25%
G 153 of 451 ~ 33.92%
B 121 of 451 ~ 26.83%

%39.25
%33.92
%26.83

CMYK color model

#B19979 color CMYK value is (0,14,32,31).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 31.64%
  • key color value is 30.59%
CMYK:
(0,14,32,31)
C0M14Y32K31 
(0%,14%,32%,31%)
(0.00/0.14/0.32/0.31)	

CMYK percentages

%0
%13.56
%31.64
%30.59

Codes

Color #B19979 in popluar color models

B19979
RGB177153121
HSL34°26.42%58.43%
HSB/HSV34°31.64%69.41%
CMYK0.00%13.56%31.64%
30.59%

Color #B19979 in popluar number systems.

HEXB19979
Decimal177153121
Binary10110001100110011111001
Octal261231171

Shades and tints

Shades of #B19979

#B19979
(177,153,121)
#A18C6E
(161,140,110)
#917F63
(145,127,99)
#817258
(129,114,88)
#71654D
(113,101,77)
#615842
(97,88,66)
#514B37
(81,75,55)
#413E2C
(65,62,44)
#313121
(49,49,33)
#212416
(33,36,22)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #B19979

#B19979
(177,153,121)
#B8A285
(184,162,133)
#BFAB91
(191,171,145)
#C6B49D
(198,180,157)
#CDBDA9
(205,189,169)
#D4C6B5
(212,198,181)
#DBCFC1
(219,207,193)
#E2D8CD
(226,216,205)
#E9E1D9
(233,225,217)
#F0EAE5
(240,234,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19979; }

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

This text font color is #B19979.


Background Color

.myBgColor { background-color: #B19979; }

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

This div background color is #B19979.


Border color

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

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

This div border color is #B19979.


Opacity

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

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

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

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

This text has shadow with #B19979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19979 on black background.


Color preview on white background

This text has color #B19979 on white background.



Black color preview on #B19979 background

This text has black color on #B19979 background.


White color preview on #B19979 background

This text has white color on #B19979 background.