COLOR #B19E72

HEX: #B19E72 RGB: (177,158,114)

Color info

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

RGB color model

#B19E72 color RGB value is (177,158,114).

RGB: (177,158,114) (69%, 62%, 45%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 114 of 255 = 45%

177
158
114

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

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 114 = 449 (100%)
R 177 of 449 ~ 39.42%
G 158 of 449 ~ 35.19%
B 114 of 449 ~ 25.39'%

%39.42
%35.19
%25.39

CMYK color model

#B19E72 color CMYK value is (0,11,36,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 35.59%
  • key color value is 30.59%

CMYK: (0,11,36,31)
C0M11Y36K31 (0%, 11%, 36%, 31%)
(0.00 / 0.11 / 0.36 / 0.31)

CMYK percentages

%0
%10.73
%35.59
%30.59

Codes

Color #B19E72 in popluar color models

B1 9E 72
RGB 177 158 114
HSL 42° 28.77% 57.06%
HSB/HSV 42° 35.59% 69.41%
CMYK 0.00% 10.73% 35.59%
30.59%

Color #B19E72 in popluar number systems.

HEX B1 9E 72
Decimal 177 158 114
Binary 10110001 10011110 1110010
Octal 261 236 162

Shades and tints

Shades of #B19E72

#B19E72
(177,158,114)
#A19068
(161,144,104)
#91825E
(145,130,94)
#817454
(129,116,84)
#71664A
(113,102,74)
#615840
(97,88,64)
#514A36
(81,74,54)
#413C2C
(65,60,44)
#312E22
(49,46,34)
#212018
(33,32,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #B19E72

#B19E72
(177,158,114)
#B8A67E
(184,166,126)
#BFAE8A
(191,174,138)
#C6B696
(198,182,150)
#CDBEA2
(205,190,162)
#D4C6AE
(212,198,174)
#DBCEBA
(219,206,186)
#E2D6C6
(226,214,198)
#E9DED2
(233,222,210)
#F0E6DE
(240,230,222)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19E72 color. Also use rgb(177,158,114) instead hex code.

Text Font Color

.myTextColor { color: #B19E72; }

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

This text font color is #B19E72.

Background Color

.myBgColor { background-color: #B19E72; }

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

This div background color is #B19E72.

Border color

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

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

This div border color is #B19E72.

Opacity

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

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

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

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

This text has shadow with #B19E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19E72.

Preview

Color preview on black background

This text has color #B19E72 on black background.


Color preview on white background

This text has color #B19E72 on white background.


Black color preview on #B19E72 background

This text has black color on #B19E72 background.


White color preview on #B19E72 background

This text has white color on #B19E72 background.


Related colors

Complementary color

Complementary color for #hex is #4E618D.


I love getcolorcode.com

Triadic colors

1 #72B19E and #9E72B1 with #B19E72 are triadic colors.

2 #729EB1 and #9EB172 with #B19E72 are triadic colors.