COLOR #B1B09D

HEX: #B1B09D RGB: (177,176,157)

Color info

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

RGB color model

#B1B09D color RGB value is (177,176,157).

RGB: (177,176,157) (69%, 69%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 176 of 255 = 69%
B 157 of 255 = 62%

177
176
157

R + G + B ~ 67%. #B1B09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 176 + 157 = 510 (100%)
R 177 of 510 ~ 34.71%
G 176 of 510 ~ 34.51%
B 157 of 510 ~ 30.78'%

%34.71
%34.51
%30.78

CMYK color model

#B1B09D color CMYK value is (0,1,11,31).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (0,1,11,31)
C0M1Y11K31 (0%, 1%, 11%, 31%)
(0.00 / 0.01 / 0.11 / 0.31)

CMYK percentages

%0
%0.56
%11.3
%30.59

Codes

Color #B1B09D in popluar color models

B1 B0 9D
RGB 177 176 157
HSL 57° 11.36% 65.49%
HSB/HSV 57° 11.30% 69.41%
CMYK 0.00% 0.56% 11.30%
30.59%

Color #B1B09D in popluar number systems.

HEX B1 B0 9D
Decimal 177 176 157
Binary 10110001 10110000 10011101
Octal 261 260 235

Shades and tints

Shades of #B1B09D

#B1B09D
(177,176,157)
#A1A08F
(161,160,143)
#919081
(145,144,129)
#818073
(129,128,115)
#717065
(113,112,101)
#616057
(97,96,87)
#515049
(81,80,73)
#41403B
(65,64,59)
#31302D
(49,48,45)
#21201F
(33,32,31)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B1B09D

#B1B09D
(177,176,157)
#B8B7A5
(184,183,165)
#BFBEAD
(191,190,173)
#C6C5B5
(198,197,181)
#CDCCBD
(205,204,189)
#D4D3C5
(212,211,197)
#DBDACD
(219,218,205)
#E2E1D5
(226,225,213)
#E9E8DD
(233,232,221)
#F0EFE5
(240,239,229)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B09D; }

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

This text font color is #B1B09D.

Background Color

.myBgColor { background-color: #B1B09D; }

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

This div background color is #B1B09D.

Border color

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

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

This div border color is #B1B09D.

Opacity

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

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

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

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

This text has shadow with #B1B09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B09D.

Preview

Color preview on black background

This text has color #B1B09D on black background.


Color preview on white background

This text has color #B1B09D on white background.


Black color preview on #B1B09D background

This text has black color on #B1B09D background.


White color preview on #B1B09D background

This text has white color on #B1B09D background.


Related colors

Complementary color

Complementary color for #hex is #4E4F62.


I love getcolorcode.com

Triadic colors

1 #9DB1B0 and #B09DB1 with #B1B09D are triadic colors.

2 #9DB0B1 and #B0B19D with #B1B09D are triadic colors.