COLOR #B19C77

HEX: #B19C77
RGB: (177,156,119)

Color info

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

RGB color model

#B19C77 color RGB value is (177,156,119).

  • red value is 177;
  • green value is 156;
  • blue value is 119.
RGB:
(177,156,119)
(69%,61%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 119 of 255 = 47%

177
156
119

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 119 = 452 (100%)
R 177 of 452 ~ 39.16%
G 156 of 452 ~ 34.51%
B 119 of 452 ~ 26.33%

%39.16
%34.51
%26.33

CMYK color model

#B19C77 color CMYK value is (0,12,33,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,12,33,31)
C0M12Y33K31 
(0%,12%,33%,31%)
(0.00/0.12/0.33/0.31)	

CMYK percentages

%0
%11.86
%32.77
%30.59

Codes

Color #B19C77 in popluar color models

B19C77
RGB177156119
HSL38°27.10%58.04%
HSB/HSV38°32.77%69.41%
CMYK0.00%11.86%32.77%
30.59%

Color #B19C77 in popluar number systems.

HEXB19C77
Decimal177156119
Binary10110001100111001110111
Octal261234167

Shades and tints

Shades of #B19C77

#B19C77
(177,156,119)
#A18E6D
(161,142,109)
#918063
(145,128,99)
#817259
(129,114,89)
#71644F
(113,100,79)
#615645
(97,86,69)
#51483B
(81,72,59)
#413A31
(65,58,49)
#312C27
(49,44,39)
#211E1D
(33,30,29)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #B19C77

#B19C77
(177,156,119)
#B8A583
(184,165,131)
#BFAE8F
(191,174,143)
#C6B79B
(198,183,155)
#CDC0A7
(205,192,167)
#D4C9B3
(212,201,179)
#DBD2BF
(219,210,191)
#E2DBCB
(226,219,203)
#E9E4D7
(233,228,215)
#F0EDE3
(240,237,227)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19C77 color. Also use rgb(177,156,119) instead hex code.

Text Font Color

.myTextColor { color: #B19C77; }

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

This text font color is #B19C77.


Background Color

.myBgColor { background-color: #B19C77; }

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

This div background color is #B19C77.


Border color

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

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

This div border color is #B19C77.


Opacity

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

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

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

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

This text has shadow with #B19C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19C77 on black background.


Color preview on white background

This text has color #B19C77 on white background.



Black color preview on #B19C77 background

This text has black color on #B19C77 background.


White color preview on #B19C77 background

This text has white color on #B19C77 background.