COLOR #B19A8F

HEX: #B19A8F RGB: (177,154,143)

Color info

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

RGB color model

#B19A8F color RGB value is (177,154,143).

RGB: (177,154,143) (69%, 60%, 56%)

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 143 of 255 = 56%

177
154
143

R + G + B ~ 62%. #B19A8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 154 + 143 = 474 (100%)
R 177 of 474 ~ 37.34%
G 154 of 474 ~ 32.49%
B 143 of 474 ~ 30.17'%

%37.34
%32.49
%30.17

CMYK color model

#B19A8F color CMYK value is (0,13,19,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 19.21%
  • key color value is 30.59%
CMYK: (0,13,19,31) C0M13Y19K31 (0%,13%,19%,31%) (0.00/0.13/0.19/0.31) 

CMYK percentages

%0
%12.99
%19.21
%30.59

Codes

Color #B19A8F in popluar color models

B1 9A 8F
RGB 177 154 143
HSL 19° 17.89% 62.75%
HSB/HSV 19° 19.21% 69.41%
CMYK 0.00% 12.99% 19.21%
30.59%

Color #B19A8F in popluar number systems.

HEX B1 9A 8F
Decimal 177 154 143
Binary 10110001 10011010 10001111
Octal 261 232 217

Shades and tints

Shades of #B19A8F

#B19A8F
(177,154,143)
#A18C82
(161,140,130)
#917E75
(145,126,117)
#817068
(129,112,104)
#71625B
(113,98,91)
#61544E
(97,84,78)
#514641
(81,70,65)
#413834
(65,56,52)
#312A27
(49,42,39)
#211C1A
(33,28,26)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #B19A8F

#B19A8F
(177,154,143)
#B8A399
(184,163,153)
#BFACA3
(191,172,163)
#C6B5AD
(198,181,173)
#CDBEB7
(205,190,183)
#D4C7C1
(212,199,193)
#DBD0CB
(219,208,203)
#E2D9D5
(226,217,213)
#E9E2DF
(233,226,223)
#F0EBE9
(240,235,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19A8F color. Also use rgb(177,154,143) instead hex code.

Text Font Color

.myTextColor { color: #B19A8F; }

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

This text font color is #B19A8F.

Background Color

.myBgColor { background-color: #B19A8F; }

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

This div background color is #B19A8F.

Border color

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

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

This div border color is #B19A8F.

Opacity

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

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

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

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

This text has shadow with #B19A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19A8F.

Preview

Color preview on black background

This text has color #B19A8F on black background.


Color preview on white background

This text has color #B19A8F on white background.


Black color preview on #B19A8F background

This text has black color on #B19A8F background.


White color preview on #B19A8F background

This text has white color on #B19A8F background.


Related colors

Complementary color

Complementary color for #hex is #4E6570.


I love getcolorcode.com

Triadic colors

1 #8FB19A and #9A8FB1 with #B19A8F are triadic colors.

2 #8F9AB1 and #9AB18F with #B19A8F are triadic colors.