COLOR #B0B29E

HEX: #B0B29E RGB: (176,178,158)

Color info

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

RGB color model

#B0B29E color RGB value is (176,178,158).

RGB: (176,178,158) (69%, 70%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 158 of 255 = 62%

176
178
158

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

Portions of RGB colors in percentages

R + G + B = 176 + 178 + 158 = 512 (100%)
R 176 of 512 ~ 34.38%
G 178 of 512 ~ 34.77%
B 158 of 512 ~ 30.86'%

%34.38
%34.77
%30.86

CMYK color model

#B0B29E color CMYK value is (1,0,11,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%

CMYK: (1,0,11,30)
C1M0Y11K30 (1%, 0%, 11%, 30%)
(0.01 / 0.00 / 0.11 / 0.30)

CMYK percentages

%1.12
%0
%11.24
%30.2

Codes

Color #B0B29E in popluar color models

B0 B2 9E
RGB 176 178 158
HSL 66° 11.49% 65.88%
HSB/HSV 66° 11.24% 69.80%
CMYK 1.12% 0.00% 11.24%
30.20%

Color #B0B29E in popluar number systems.

HEX B0 B2 9E
Decimal 176 178 158
Binary 10110000 10110010 10011110
Octal 260 262 236

Shades and tints

Shades of #B0B29E

#B0B29E
(176,178,158)
#A0A290
(160,162,144)
#909282
(144,146,130)
#808274
(128,130,116)
#707266
(112,114,102)
#606258
(96,98,88)
#50524A
(80,82,74)
#40423C
(64,66,60)
#30322E
(48,50,46)
#202220
(32,34,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B0B29E

#B0B29E
(176,178,158)
#B7B9A6
(183,185,166)
#BEC0AE
(190,192,174)
#C5C7B6
(197,199,182)
#CCCEBE
(204,206,190)
#D3D5C6
(211,213,198)
#DADCCE
(218,220,206)
#E1E3D6
(225,227,214)
#E8EADE
(232,234,222)
#EFF1E6
(239,241,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B29E color. Also use rgb(176,178,158) instead hex code.

Text Font Color

.myTextColor { color: #B0B29E; }

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

This text font color is #B0B29E.

Background Color

.myBgColor { background-color: #B0B29E; }

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

This div background color is #B0B29E.

Border color

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

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

This div border color is #B0B29E.

Opacity

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

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

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

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

This text has shadow with #B0B29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B29E.

Preview

Color preview on black background

This text has color #B0B29E on black background.


Color preview on white background

This text has color #B0B29E on white background.


Black color preview on #B0B29E background

This text has black color on #B0B29E background.


White color preview on #B0B29E background

This text has white color on #B0B29E background.


Related colors

Complementary color

Complementary color for #hex is #4F4D61.


I love getcolorcode.com

Triadic colors

1 #9EB0B2 and #B29EB0 with #B0B29E are triadic colors.

2 #9EB2B0 and #B2B09E with #B0B29E are triadic colors.