COLOR #B19B9B

HEX: #B19B9B
RGB: (177,155,155)

Color info

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

RGB color model

#B19B9B color RGB value is (177,155,155).

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

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 155 of 255 = 61%

177
155
155

R + G + B ~ 64%. #B19B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 155 = 487 (100%)
R 177 of 487 ~ 36.34%
G 155 of 487 ~ 31.83%
B 155 of 487 ~ 31.83%

%36.34
%31.83
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(0,12,12,31)
C0M12Y12K31 
(0%,12%,12%,31%)
(0.00/0.12/0.12/0.31)	

CMYK percentages

%0
%12.43
%12.43
%30.59

Codes

Color #B19B9B in popluar color models

B19B9B
RGB177155155
HSL12.36%65.10%
HSB/HSV12.43%69.41%
CMYK0.00%12.43%12.43%
30.59%

Color #B19B9B in popluar number systems.

HEXB19B9B
Decimal177155155
Binary101100011001101110011011
Octal261233233

Shades and tints

Shades of #B19B9B

#B19B9B
(177,155,155)
#A18D8D
(161,141,141)
#917F7F
(145,127,127)
#817171
(129,113,113)
#716363
(113,99,99)
#615555
(97,85,85)
#514747
(81,71,71)
#413939
(65,57,57)
#312B2B
(49,43,43)
#211D1D
(33,29,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #B19B9B

#B19B9B
(177,155,155)
#B8A4A4
(184,164,164)
#BFADAD
(191,173,173)
#C6B6B6
(198,182,182)
#CDBFBF
(205,191,191)
#D4C8C8
(212,200,200)
#DBD1D1
(219,209,209)
#E2DADA
(226,218,218)
#E9E3E3
(233,227,227)
#F0ECEC
(240,236,236)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19B9B; }

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

This text font color is #B19B9B.


Background Color

.myBgColor { background-color: #B19B9B; }

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

This div background color is #B19B9B.


Border color

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

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

This div border color is #B19B9B.


Opacity

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

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

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

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

This text has shadow with #B19B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19B9B on black background.


Color preview on white background

This text has color #B19B9B on white background.



Black color preview on #B19B9B background

This text has black color on #B19B9B background.


White color preview on #B19B9B background

This text has white color on #B19B9B background.