COLOR #B19C97

HEX: #B19C97
RGB: (177,156,151)

Color info

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

RGB color model

#B19C97 color RGB value is (177,156,151).

  • red value is 177;
  • green value is 156;
  • blue value is 151.
RGB:
(177,156,151)
(69%,61%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 151 of 255 = 59%

177
156
151

R + G + B ~ 63%. #B19C97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 151 = 484 (100%)
R 177 of 484 ~ 36.57%
G 156 of 484 ~ 32.23%
B 151 of 484 ~ 31.2%

%36.57
%32.23
%31.2

CMYK color model

#B19C97 color CMYK value is (0,12,15,31).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(0,12,15,31)
C0M12Y15K31 
(0%,12%,15%,31%)
(0.00/0.12/0.15/0.31)	

CMYK percentages

%0
%11.86
%14.69
%30.59

Codes

Color #B19C97 in popluar color models

B19C97
RGB177156151
HSL12°14.29%64.31%
HSB/HSV12°14.69%69.41%
CMYK0.00%11.86%14.69%
30.59%

Color #B19C97 in popluar number systems.

HEXB19C97
Decimal177156151
Binary101100011001110010010111
Octal261234227

Shades and tints

Shades of #B19C97

#B19C97
(177,156,151)
#A18E8A
(161,142,138)
#91807D
(145,128,125)
#817270
(129,114,112)
#716463
(113,100,99)
#615656
(97,86,86)
#514849
(81,72,73)
#413A3C
(65,58,60)
#312C2F
(49,44,47)
#211E22
(33,30,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B19C97

#B19C97
(177,156,151)
#B8A5A0
(184,165,160)
#BFAEA9
(191,174,169)
#C6B7B2
(198,183,178)
#CDC0BB
(205,192,187)
#D4C9C4
(212,201,196)
#DBD2CD
(219,210,205)
#E2DBD6
(226,219,214)
#E9E4DF
(233,228,223)
#F0EDE8
(240,237,232)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19C97 color. Also use rgb(177,156,151) instead hex code.

Text Font Color

.myTextColor { color: #B19C97; }

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

This text font color is #B19C97.


Background Color

.myBgColor { background-color: #B19C97; }

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

This div background color is #B19C97.


Border color

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

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

This div border color is #B19C97.


Opacity

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

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

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

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

This text has shadow with #B19C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19C97 on black background.


Color preview on white background

This text has color #B19C97 on white background.



Black color preview on #B19C97 background

This text has black color on #B19C97 background.


White color preview on #B19C97 background

This text has white color on #B19C97 background.