COLOR #B19682

HEX: #B19682 RGB: (177,150,130)

Color info

#B19682 contains red, green and blue colors in about the same proportion. Web safe color of #B19682 is #999999 (or #999).

RGB color model

#B19682 color RGB value is (177,150,130).

RGB: (177,150,130) (69%, 59%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 150 of 255 = 59%
B 130 of 255 = 51%

177
150
130

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

Portions of RGB colors in percentages

R + G + B = 177 + 150 + 130 = 457 (100%)
R 177 of 457 ~ 38.73%
G 150 of 457 ~ 32.82%
B 130 of 457 ~ 28.45'%

%38.73
%32.82
%28.45

CMYK color model

#B19682 color CMYK value is (0,15,27,31).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 26.55%
  • key color value is 30.59%

CMYK: (0,15,27,31)
C0M15Y27K31 (0%, 15%, 27%, 31%)
(0.00 / 0.15 / 0.27 / 0.31)

CMYK percentages

%0
%15.25
%26.55
%30.59

Codes

Color #B19682 in popluar color models

B1 96 82
RGB 177 150 130
HSL 26° 23.15% 60.20%
HSB/HSV 26° 26.55% 69.41%
CMYK 0.00% 15.25% 26.55%
30.59%

Color #B19682 in popluar number systems.

HEX B1 96 82
Decimal 177 150 130
Binary 10110001 10010110 10000010
Octal 261 226 202

Shades and tints

Shades of #B19682

#B19682
(177,150,130)
#A18977
(161,137,119)
#917C6C
(145,124,108)
#816F61
(129,111,97)
#716256
(113,98,86)
#61554B
(97,85,75)
#514840
(81,72,64)
#413B35
(65,59,53)
#312E2A
(49,46,42)
#21211F
(33,33,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B19682

#B19682
(177,150,130)
#B89F8D
(184,159,141)
#BFA898
(191,168,152)
#C6B1A3
(198,177,163)
#CDBAAE
(205,186,174)
#D4C3B9
(212,195,185)
#DBCCC4
(219,204,196)
#E2D5CF
(226,213,207)
#E9DEDA
(233,222,218)
#F0E7E5
(240,231,229)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19682 color. Also use rgb(177,150,130) instead hex code.

Text Font Color

.myTextColor { color: #B19682; }

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

This text font color is #B19682.

Background Color

.myBgColor { background-color: #B19682; }

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

This div background color is #B19682.

Border color

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

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

This div border color is #B19682.

Opacity

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

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

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

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

This text has shadow with #B19682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19682.

Preview

Color preview on black background

This text has color #B19682 on black background.


Color preview on white background

This text has color #B19682 on white background.


Black color preview on #B19682 background

This text has black color on #B19682 background.


White color preview on #B19682 background

This text has white color on #B19682 background.


Related colors

Complementary color

Complementary color for #hex is #4E697D.


I love getcolorcode.com

Triadic colors

1 #82B196 and #9682B1 with #B19682 are triadic colors.

2 #8296B1 and #96B182 with #B19682 are triadic colors.