COLOR #B19D78

HEX: #B19D78
RGB: (177,157,120)

Color info

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

RGB color model

#B19D78 color RGB value is (177,157,120).

  • red value is 177;
  • green value is 157;
  • blue value is 120.
RGB:
(177,157,120)
(69%,62%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 120 of 255 = 47%

177
157
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 157 + 120 = 454 (100%)
R 177 of 454 ~ 38.99%
G 157 of 454 ~ 34.58%
B 120 of 454 ~ 26.43%

%38.99
%34.58
%26.43

CMYK color model

#B19D78 color CMYK value is (0,11,32,31).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(0,11,32,31)
C0M11Y32K31 
(0%,11%,32%,31%)
(0.00/0.11/0.32/0.31)	

CMYK percentages

%0
%11.3
%32.2
%30.59

Codes

Color #B19D78 in popluar color models

B19D78
RGB177157120
HSL39°26.76%58.24%
HSB/HSV39°32.20%69.41%
CMYK0.00%11.30%32.20%
30.59%

Color #B19D78 in popluar number systems.

HEXB19D78
Decimal177157120
Binary10110001100111011111000
Octal261235170

Shades and tints

Shades of #B19D78

#B19D78
(177,157,120)
#A18F6E
(161,143,110)
#918164
(145,129,100)
#81735A
(129,115,90)
#716550
(113,101,80)
#615746
(97,87,70)
#51493C
(81,73,60)
#413B32
(65,59,50)
#312D28
(49,45,40)
#211F1E
(33,31,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B19D78

#B19D78
(177,157,120)
#B8A584
(184,165,132)
#BFAD90
(191,173,144)
#C6B59C
(198,181,156)
#CDBDA8
(205,189,168)
#D4C5B4
(212,197,180)
#DBCDC0
(219,205,192)
#E2D5CC
(226,213,204)
#E9DDD8
(233,221,216)
#F0E5E4
(240,229,228)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19D78 color. Also use rgb(177,157,120) instead hex code.

Text Font Color

.myTextColor { color: #B19D78; }

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

This text font color is #B19D78.


Background Color

.myBgColor { background-color: #B19D78; }

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

This div background color is #B19D78.


Border color

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

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

This div border color is #B19D78.


Opacity

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

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

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

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

This text has shadow with #B19D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19D78 on black background.


Color preview on white background

This text has color #B19D78 on white background.



Black color preview on #B19D78 background

This text has black color on #B19D78 background.


White color preview on #B19D78 background

This text has white color on #B19D78 background.