COLOR #B19681

HEX: #B19681 RGB: (177,150,129)

Color info

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

RGB color model

#B19681 color RGB value is (177,150,129).

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

RGB channels and saturation

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

177
150
129

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

Portions of RGB colors in percentages

R + G + B = 177 + 150 + 129 = 456 (100%)
R 177 of 456 ~ 38.82%
G 150 of 456 ~ 32.89%
B 129 of 456 ~ 28.29'%

%38.82
%32.89
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 27.12%
  • 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
%27.12
%30.59

Codes

Color #B19681 in popluar color models

B1 96 81
RGB 177 150 129
HSL 26° 23.53% 60.00%
HSB/HSV 26° 27.12% 69.41%
CMYK 0.00% 15.25% 27.12%
30.59%

Color #B19681 in popluar number systems.

HEX B1 96 81
Decimal 177 150 129
Binary 10110001 10010110 10000001
Octal 261 226 201

Shades and tints

Shades of #B19681

#B19681
(177,150,129)
#A18976
(161,137,118)
#917C6B
(145,124,107)
#816F60
(129,111,96)
#716255
(113,98,85)
#61554A
(97,85,74)
#51483F
(81,72,63)
#413B34
(65,59,52)
#312E29
(49,46,41)
#21211E
(33,33,30)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B19681

#B19681
(177,150,129)
#B89F8C
(184,159,140)
#BFA897
(191,168,151)
#C6B1A2
(198,177,162)
#CDBAAD
(205,186,173)
#D4C3B8
(212,195,184)
#DBCCC3
(219,204,195)
#E2D5CE
(226,213,206)
#E9DED9
(233,222,217)
#F0E7E4
(240,231,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19681; }

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

This text font color is #B19681.

Background Color

.myBgColor { background-color: #B19681; }

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

This div background color is #B19681.

Border color

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

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

This div border color is #B19681.

Opacity

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

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

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

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

This text has shadow with #B19681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19681.

Preview

Color preview on black background

This text has color #B19681 on black background.


Color preview on white background

This text has color #B19681 on white background.


Black color preview on #B19681 background

This text has black color on #B19681 background.


White color preview on #B19681 background

This text has white color on #B19681 background.


Related colors

Complementary color

Complementary color for #hex is #4E697E.


I love getcolorcode.com

Triadic colors

1 #81B196 and #9681B1 with #B19681 are triadic colors.

2 #8196B1 and #96B181 with #B19681 are triadic colors.