COLOR #B0B290

HEX: #B0B290
RGB: (176,178,144)

Color info

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

RGB color model

#B0B290 color RGB value is (176,178,144).

  • red value is 176;
  • green value is 178;
  • blue value is 144.
RGB:
(176,178,144)
(69%,70%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 144 of 255 = 56%

176
178
144

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

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 144 = 498 (100%)
R 176 of 498 ~ 35.34%
G 178 of 498 ~ 35.74%
B 144 of 498 ~ 28.92%

%35.34
%35.74
%28.92

CMYK color model

#B0B290 color CMYK value is (1,0,19,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(1,0,19,30)
C1M0Y19K30 
(1%,0%,19%,30%)
(0.01/0.00/0.19/0.30)	

CMYK percentages

%1.12
%0
%19.1
%30.2

Codes

Color #B0B290 in popluar color models

B0B290
RGB176178144
HSL64°18.09%63.14%
HSB/HSV64°19.10%69.80%
CMYK1.12%0.00%19.10%
30.20%

Color #B0B290 in popluar number systems.

HEXB0B290
Decimal176178144
Binary101100001011001010010000
Octal260262220

Shades and tints

Shades of #B0B290

#B0B290
(176,178,144)
#A0A283
(160,162,131)
#909276
(144,146,118)
#808269
(128,130,105)
#70725C
(112,114,92)
#60624F
(96,98,79)
#505242
(80,82,66)
#404235
(64,66,53)
#303228
(48,50,40)
#20221B
(32,34,27)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B0B290

#B0B290
(176,178,144)
#B7B99A
(183,185,154)
#BEC0A4
(190,192,164)
#C5C7AE
(197,199,174)
#CCCEB8
(204,206,184)
#D3D5C2
(211,213,194)
#DADCCC
(218,220,204)
#E1E3D6
(225,227,214)
#E8EAE0
(232,234,224)
#EFF1EA
(239,241,234)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B290; }

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

This text font color is #B0B290.


Background Color

.myBgColor { background-color: #B0B290; }

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

This div background color is #B0B290.


Border color

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

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

This div border color is #B0B290.


Opacity

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

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

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

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

This text has shadow with #B0B290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B290 on black background.


Color preview on white background

This text has color #B0B290 on white background.



Black color preview on #B0B290 background

This text has black color on #B0B290 background.


White color preview on #B0B290 background

This text has white color on #B0B290 background.