COLOR #B0B092

HEX: #B0B092 RGB: (176,176,146)

Color info

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

RGB color model

#B0B092 color RGB value is (176,176,146).

RGB: (176,176,146) (69%, 69%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 146 of 255 = 57%

176
176
146

R + G + B ~ 65%. #B0B092 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 176 + 146 = 498 (100%)
R 176 of 498 ~ 35.34%
G 176 of 498 ~ 35.34%
B 146 of 498 ~ 29.32'%

%35.34
%35.34
%29.32

CMYK color model

#B0B092 color CMYK value is (0,0,17,31).

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

CMYK: (0,0,17,31)
C0M0Y17K31 (0%, 0%, 17%, 31%)
(0.00 / 0.00 / 0.17 / 0.31)

CMYK percentages

%0
%0
%17.05
%30.98

Codes

Color #B0B092 in popluar color models

B0 B0 92
RGB 176 176 146
HSL 60° 15.96% 63.14%
HSB/HSV 60° 17.05% 69.02%
CMYK 0.00% 0.00% 17.05%
30.98%

Color #B0B092 in popluar number systems.

HEX B0 B0 92
Decimal 176 176 146
Binary 10110000 10110000 10010010
Octal 260 260 222

Shades and tints

Shades of #B0B092

#B0B092
(176,176,146)
#A0A085
(160,160,133)
#909078
(144,144,120)
#80806B
(128,128,107)
#70705E
(112,112,94)
#606051
(96,96,81)
#505044
(80,80,68)
#404037
(64,64,55)
#30302A
(48,48,42)
#20201D
(32,32,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #B0B092

#B0B092
(176,176,146)
#B7B79B
(183,183,155)
#BEBEA4
(190,190,164)
#C5C5AD
(197,197,173)
#CCCCB6
(204,204,182)
#D3D3BF
(211,211,191)
#DADAC8
(218,218,200)
#E1E1D1
(225,225,209)
#E8E8DA
(232,232,218)
#EFEFE3
(239,239,227)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B092; }

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

This text font color is #B0B092.

Background Color

.myBgColor { background-color: #B0B092; }

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

This div background color is #B0B092.

Border color

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

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

This div border color is #B0B092.

Opacity

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

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

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

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

This text has shadow with #B0B092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B092.

Preview

Color preview on black background

This text has color #B0B092 on black background.


Color preview on white background

This text has color #B0B092 on white background.


Black color preview on #B0B092 background

This text has black color on #B0B092 background.


White color preview on #B0B092 background

This text has white color on #B0B092 background.


Related colors

Complementary color

Complementary color for #hex is #4F4F6D.


I love getcolorcode.com