COLOR #B0B09F

HEX: #B0B09F RGB: (176,176,159)

Color info

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

RGB color model

#B0B09F color RGB value is (176,176,159).

RGB: (176,176,159) (69%, 69%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 159 of 255 = 62%

176
176
159

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

Portions of RGB colors in percentages

R + G + B = 176 + 176 + 159 = 511 (100%)
R 176 of 511 ~ 34.44%
G 176 of 511 ~ 34.44%
B 159 of 511 ~ 31.12'%

%34.44
%34.44
%31.12

CMYK color model

#B0B09F color CMYK value is (0,0,10,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%

CMYK: (0,0,10,31)
C0M0Y10K31 (0%, 0%, 10%, 31%)
(0.00 / 0.00 / 0.10 / 0.31)

CMYK percentages

%0
%0
%9.66
%30.98

Codes

Color #B0B09F in popluar color models

B0 B0 9F
RGB 176 176 159
HSL 60° 9.71% 65.69%
HSB/HSV 60° 9.66% 69.02%
CMYK 0.00% 0.00% 9.66%
30.98%

Color #B0B09F in popluar number systems.

HEX B0 B0 9F
Decimal 176 176 159
Binary 10110000 10110000 10011111
Octal 260 260 237

Shades and tints

Shades of #B0B09F

#B0B09F
(176,176,159)
#A0A091
(160,160,145)
#909083
(144,144,131)
#808075
(128,128,117)
#707067
(112,112,103)
#606059
(96,96,89)
#50504B
(80,80,75)
#40403D
(64,64,61)
#30302F
(48,48,47)
#202021
(32,32,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B0B09F

#B0B09F
(176,176,159)
#B7B7A7
(183,183,167)
#BEBEAF
(190,190,175)
#C5C5B7
(197,197,183)
#CCCCBF
(204,204,191)
#D3D3C7
(211,211,199)
#DADACF
(218,218,207)
#E1E1D7
(225,225,215)
#E8E8DF
(232,232,223)
#EFEFE7
(239,239,231)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B09F; }

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

This text font color is #B0B09F.

Background Color

.myBgColor { background-color: #B0B09F; }

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

This div background color is #B0B09F.

Border color

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

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

This div border color is #B0B09F.

Opacity

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

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

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

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

This text has shadow with #B0B09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B09F.

Preview

Color preview on black background

This text has color #B0B09F on black background.


Color preview on white background

This text has color #B0B09F on white background.


Black color preview on #B0B09F background

This text has black color on #B0B09F background.


White color preview on #B0B09F background

This text has white color on #B0B09F background.


Related colors

Complementary color

Complementary color for #hex is #4F4F60.


I love getcolorcode.com