COLOR #B19C70

HEX: #B19C70
RGB: (177,156,112)

Color info

#B19C70 contains mainly red and green colors. Web safe color of #B19C70 is #999966 (or #996).

RGB color model

#B19C70 color RGB value is (177,156,112).

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

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 112 of 255 = 44%

177
156
112

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

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 112 = 445 (100%)
R 177 of 445 ~ 39.78%
G 156 of 445 ~ 35.06%
B 112 of 445 ~ 25.17%

%39.78
%35.06
%25.17

CMYK color model

#B19C70 color CMYK value is (0,12,37,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 36.72%
  • key color value is 30.59%
CMYK:
(0,12,37,31)
C0M12Y37K31 
(0%,12%,37%,31%)
(0.00/0.12/0.37/0.31)	

CMYK percentages

%0
%11.86
%36.72
%30.59

Codes

Color #B19C70 in popluar color models

B19C70
RGB177156112
HSL41°29.41%56.67%
HSB/HSV41°36.72%69.41%
CMYK0.00%11.86%36.72%
30.59%

Color #B19C70 in popluar number systems.

HEXB19C70
Decimal177156112
Binary10110001100111001110000
Octal261234160

Shades and tints

Shades of #B19C70

#B19C70
(177,156,112)
#A18E66
(161,142,102)
#91805C
(145,128,92)
#817252
(129,114,82)
#716448
(113,100,72)
#61563E
(97,86,62)
#514834
(81,72,52)
#413A2A
(65,58,42)
#312C20
(49,44,32)
#211E16
(33,30,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #B19C70

#B19C70
(177,156,112)
#B8A57D
(184,165,125)
#BFAE8A
(191,174,138)
#C6B797
(198,183,151)
#CDC0A4
(205,192,164)
#D4C9B1
(212,201,177)
#DBD2BE
(219,210,190)
#E2DBCB
(226,219,203)
#E9E4D8
(233,228,216)
#F0EDE5
(240,237,229)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19C70; }

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

This text font color is #B19C70.


Background Color

.myBgColor { background-color: #B19C70; }

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

This div background color is #B19C70.


Border color

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

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

This div border color is #B19C70.


Opacity

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

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

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

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

This text has shadow with #B19C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19C70 on black background.


Color preview on white background

This text has color #B19C70 on white background.



Black color preview on #B19C70 background

This text has black color on #B19C70 background.


White color preview on #B19C70 background

This text has white color on #B19C70 background.