COLOR #B19799

HEX: #B19799
RGB: (177,151,153)

Color info

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

RGB color model

#B19799 color RGB value is (177,151,153).

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

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 153 of 255 = 60%

177
151
153

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 153 = 481 (100%)
R 177 of 481 ~ 36.8%
G 151 of 481 ~ 31.39%
B 153 of 481 ~ 31.81%

%36.8
%31.39
%31.81

CMYK color model

#B19799 color CMYK value is (0,15,14,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(0,15,14,31)
C0M15Y14K31 
(0%,15%,14%,31%)
(0.00/0.15/0.14/0.31)	

CMYK percentages

%0
%14.69
%13.56
%30.59

Codes

Color #B19799 in popluar color models

B19799
RGB177151153
HSL355°14.29%64.31%
HSB/HSV355°14.69%69.41%
CMYK0.00%14.69%13.56%
30.59%

Color #B19799 in popluar number systems.

HEXB19799
Decimal177151153
Binary101100011001011110011001
Octal261227231

Shades and tints

Shades of #B19799

#B19799
(177,151,153)
#A18A8C
(161,138,140)
#917D7F
(145,125,127)
#817072
(129,112,114)
#716365
(113,99,101)
#615658
(97,86,88)
#51494B
(81,73,75)
#413C3E
(65,60,62)
#312F31
(49,47,49)
#212224
(33,34,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #B19799

#B19799
(177,151,153)
#B8A0A2
(184,160,162)
#BFA9AB
(191,169,171)
#C6B2B4
(198,178,180)
#CDBBBD
(205,187,189)
#D4C4C6
(212,196,198)
#DBCDCF
(219,205,207)
#E2D6D8
(226,214,216)
#E9DFE1
(233,223,225)
#F0E8EA
(240,232,234)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19799; }

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

This text font color is #B19799.


Background Color

.myBgColor { background-color: #B19799; }

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

This div background color is #B19799.


Border color

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

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

This div border color is #B19799.


Opacity

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

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

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

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

This text has shadow with #B19799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19799 on black background.


Color preview on white background

This text has color #B19799 on white background.



Black color preview on #B19799 background

This text has black color on #B19799 background.


White color preview on #B19799 background

This text has white color on #B19799 background.