COLOR #B1B19B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

177
177
155

R + G + B ~ 66%. #B1B19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 155 = 509 (100%)
R 177 of 509 ~ 34.77%
G 177 of 509 ~ 34.77%
B 155 of 509 ~ 30.45%

%34.77
%34.77
%30.45

CMYK color model

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

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

CMYK percentages

%0
%0
%12.43
%30.59

Codes

Color #B1B19B in popluar color models

B1B19B
RGB177177155
HSL60°12.36%65.10%
HSB/HSV60°12.43%69.41%
CMYK0.00%0.00%12.43%
30.59%

Color #B1B19B in popluar number systems.

HEXB1B19B
Decimal177177155
Binary101100011011000110011011
Octal261261233

Shades and tints

Shades of #B1B19B

#B1B19B
(177,177,155)
#A1A18D
(161,161,141)
#91917F
(145,145,127)
#818171
(129,129,113)
#717163
(113,113,99)
#616155
(97,97,85)
#515147
(81,81,71)
#414139
(65,65,57)
#31312B
(49,49,43)
#21211D
(33,33,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #B1B19B

#B1B19B
(177,177,155)
#B8B8A4
(184,184,164)
#BFBFAD
(191,191,173)
#C6C6B6
(198,198,182)
#CDCDBF
(205,205,191)
#D4D4C8
(212,212,200)
#DBDBD1
(219,219,209)
#E2E2DA
(226,226,218)
#E9E9E3
(233,233,227)
#F0F0EC
(240,240,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B19B; }

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

This text font color is #B1B19B.


Background Color

.myBgColor { background-color: #B1B19B; }

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

This div background color is #B1B19B.


Border color

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

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

This div border color is #B1B19B.


Opacity

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

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

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

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

This text has shadow with #B1B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B19B on black background.


Color preview on white background

This text has color #B1B19B on white background.



Black color preview on #B1B19B background

This text has black color on #B1B19B background.


White color preview on #B1B19B background

This text has white color on #B1B19B background.