COLOR #B19F95

HEX: #B19F95
RGB: (177,159,149)

Color info

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

RGB color model

#B19F95 color RGB value is (177,159,149).

  • red value is 177;
  • green value is 159;
  • blue value is 149.
RGB:
(177,159,149)
(69%,62%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 149 of 255 = 58%

177
159
149

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

Portions of RGB colors in percentages

R + G + B =
177 + 159 + 149 = 485 (100%)
R 177 of 485 ~ 36.49%
G 159 of 485 ~ 32.78%
B 149 of 485 ~ 30.72%

%36.49
%32.78
%30.72

CMYK color model

#B19F95 color CMYK value is (0,10,16,31).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(0,10,16,31)
C0M10Y16K31 
(0%,10%,16%,31%)
(0.00/0.10/0.16/0.31)	

CMYK percentages

%0
%10.17
%15.82
%30.59

Codes

Color #B19F95 in popluar color models

B19F95
RGB177159149
HSL21°15.22%63.92%
HSB/HSV21°15.82%69.41%
CMYK0.00%10.17%15.82%
30.59%

Color #B19F95 in popluar number systems.

HEXB19F95
Decimal177159149
Binary101100011001111110010101
Octal261237225

Shades and tints

Shades of #B19F95

#B19F95
(177,159,149)
#A19188
(161,145,136)
#91837B
(145,131,123)
#81756E
(129,117,110)
#716761
(113,103,97)
#615954
(97,89,84)
#514B47
(81,75,71)
#413D3A
(65,61,58)
#312F2D
(49,47,45)
#212120
(33,33,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #B19F95

#B19F95
(177,159,149)
#B8A79E
(184,167,158)
#BFAFA7
(191,175,167)
#C6B7B0
(198,183,176)
#CDBFB9
(205,191,185)
#D4C7C2
(212,199,194)
#DBCFCB
(219,207,203)
#E2D7D4
(226,215,212)
#E9DFDD
(233,223,221)
#F0E7E6
(240,231,230)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19F95 color. Also use rgb(177,159,149) instead hex code.

Text Font Color

.myTextColor { color: #B19F95; }

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

This text font color is #B19F95.


Background Color

.myBgColor { background-color: #B19F95; }

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

This div background color is #B19F95.


Border color

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

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

This div border color is #B19F95.


Opacity

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

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

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

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

This text has shadow with #B19F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19F95 on black background.


Color preview on white background

This text has color #B19F95 on white background.



Black color preview on #B19F95 background

This text has black color on #B19F95 background.


White color preview on #B19F95 background

This text has white color on #B19F95 background.