COLOR #B1B29D

HEX: #B1B29D RGB: (177,178,157)

Color info

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

RGB color model

#B1B29D color RGB value is (177,178,157).

RGB: (177,178,157) (69%, 70%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 178 of 255 = 70%
B 157 of 255 = 62%

177
178
157

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

Portions of RGB colors in percentages

R + G + B = 177 + 178 + 157 = 512 (100%)
R 177 of 512 ~ 34.57%
G 178 of 512 ~ 34.77%
B 157 of 512 ~ 30.66'%

%34.57
%34.77
%30.66

CMYK color model

#B1B29D color CMYK value is (1,0,12,30).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK: (1,0,12,30) C1M0Y12K30 (1%,0%,12%,30%) (0.01/0.00/0.12/0.30) 

CMYK percentages

%0.56
%0
%11.8
%30.2

Codes

Color #B1B29D in popluar color models

B1 B2 9D
RGB 177 178 157
HSL 63° 12.00% 65.69%
HSB/HSV 63° 11.80% 69.80%
CMYK 0.56% 0.00% 11.80%
30.20%

Color #B1B29D in popluar number systems.

HEX B1 B2 9D
Decimal 177 178 157
Binary 10110001 10110010 10011101
Octal 261 262 235

Shades and tints

Shades of #B1B29D

#B1B29D
(177,178,157)
#A1A28F
(161,162,143)
#919281
(145,146,129)
#818273
(129,130,115)
#717265
(113,114,101)
#616257
(97,98,87)
#515249
(81,82,73)
#41423B
(65,66,59)
#31322D
(49,50,45)
#21221F
(33,34,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1B29D

#B1B29D
(177,178,157)
#B8B9A5
(184,185,165)
#BFC0AD
(191,192,173)
#C6C7B5
(198,199,181)
#CDCEBD
(205,206,189)
#D4D5C5
(212,213,197)
#DBDCCD
(219,220,205)
#E2E3D5
(226,227,213)
#E9EADD
(233,234,221)
#F0F1E5
(240,241,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B29D; }

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

This text font color is #B1B29D.

Background Color

.myBgColor { background-color: #B1B29D; }

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

This div background color is #B1B29D.

Border color

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

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

This div border color is #B1B29D.

Opacity

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

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

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

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

This text has shadow with #B1B29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B29D.

Preview

Color preview on black background

This text has color #B1B29D on black background.


Color preview on white background

This text has color #B1B29D on white background.


Black color preview on #B1B29D background

This text has black color on #B1B29D background.


White color preview on #B1B29D background

This text has white color on #B1B29D background.


Related colors

Complementary color

Complementary color for #hex is #4E4D62.


I love getcolorcode.com

Triadic colors

1 #9DB1B2 and #B29DB1 with #B1B29D are triadic colors.

2 #9DB2B1 and #B2B19D with #B1B29D are triadic colors.