COLOR #B19E7B

HEX: #B19E7B RGB: (177,158,123)

Color info

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

RGB color model

#B19E7B color RGB value is (177,158,123).

RGB: (177,158,123) (69%, 62%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 123 of 255 = 48%

177
158
123

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

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 123 = 458 (100%)
R 177 of 458 ~ 38.65%
G 158 of 458 ~ 34.5%
B 123 of 458 ~ 26.86'%

%38.65
%34.5
%26.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 30.51%
  • key color value is 30.59%
CMYK: (0,11,31,31) C0M11Y31K31 (0%,11%,31%,31%) (0.00/0.11/0.31/0.31) 

CMYK percentages

%0
%10.73
%30.51
%30.59

Codes

Color #B19E7B in popluar color models

B1 9E 7B
RGB 177 158 123
HSL 39° 25.71% 58.82%
HSB/HSV 39° 30.51% 69.41%
CMYK 0.00% 10.73% 30.51%
30.59%

Color #B19E7B in popluar number systems.

HEX B1 9E 7B
Decimal 177 158 123
Binary 10110001 10011110 1111011
Octal 261 236 173

Shades and tints

Shades of #B19E7B

#B19E7B
(177,158,123)
#A19070
(161,144,112)
#918265
(145,130,101)
#81745A
(129,116,90)
#71664F
(113,102,79)
#615844
(97,88,68)
#514A39
(81,74,57)
#413C2E
(65,60,46)
#312E23
(49,46,35)
#212018
(33,32,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #B19E7B

#B19E7B
(177,158,123)
#B8A687
(184,166,135)
#BFAE93
(191,174,147)
#C6B69F
(198,182,159)
#CDBEAB
(205,190,171)
#D4C6B7
(212,198,183)
#DBCEC3
(219,206,195)
#E2D6CF
(226,214,207)
#E9DEDB
(233,222,219)
#F0E6E7
(240,230,231)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19E7B; }

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

This text font color is #B19E7B.

Background Color

.myBgColor { background-color: #B19E7B; }

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

This div background color is #B19E7B.

Border color

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

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

This div border color is #B19E7B.

Opacity

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

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

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

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

This text has shadow with #B19E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19E7B.

Preview

Color preview on black background

This text has color #B19E7B on black background.


Color preview on white background

This text has color #B19E7B on white background.


Black color preview on #B19E7B background

This text has black color on #B19E7B background.


White color preview on #B19E7B background

This text has white color on #B19E7B background.


Related colors

Complementary color

Complementary color for #hex is #4E6184.


I love getcolorcode.com

Triadic colors

1 #7BB19E and #9E7BB1 with #B19E7B are triadic colors.

2 #7B9EB1 and #9EB17B with #B19E7B are triadic colors.