COLOR #B0B190

HEX: #B0B190
RGB: (176,177,144)

Color info

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

RGB color model

#B0B190 color RGB value is (176,177,144).

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

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 144 of 255 = 56%

176
177
144

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

Portions of RGB colors in percentages

R + G + B =
176 + 177 + 144 = 497 (100%)
R 176 of 497 ~ 35.41%
G 177 of 497 ~ 35.61%
B 144 of 497 ~ 28.97%

%35.41
%35.61
%28.97

CMYK color model

#B0B190 color CMYK value is (1,0,19,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(1,0,19,31)
C1M0Y19K31 
(1%,0%,19%,31%)
(0.01/0.00/0.19/0.31)	

CMYK percentages

%0.56
%0
%18.64
%30.59

Codes

Color #B0B190 in popluar color models

B0B190
RGB176177144
HSL62°17.46%62.94%
HSB/HSV62°18.64%69.41%
CMYK0.56%0.00%18.64%
30.59%

Color #B0B190 in popluar number systems.

HEXB0B190
Decimal176177144
Binary101100001011000110010000
Octal260261220

Shades and tints

Shades of #B0B190

#B0B190
(176,177,144)
#A0A183
(160,161,131)
#909176
(144,145,118)
#808169
(128,129,105)
#70715C
(112,113,92)
#60614F
(96,97,79)
#505142
(80,81,66)
#404135
(64,65,53)
#303128
(48,49,40)
#20211B
(32,33,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B0B190

#B0B190
(176,177,144)
#B7B89A
(183,184,154)
#BEBFA4
(190,191,164)
#C5C6AE
(197,198,174)
#CCCDB8
(204,205,184)
#D3D4C2
(211,212,194)
#DADBCC
(218,219,204)
#E1E2D6
(225,226,214)
#E8E9E0
(232,233,224)
#EFF0EA
(239,240,234)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B190; }

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

This text font color is #B0B190.


Background Color

.myBgColor { background-color: #B0B190; }

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

This div background color is #B0B190.


Border color

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

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

This div border color is #B0B190.


Opacity

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

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

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

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

This text has shadow with #B0B190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B190 on black background.


Color preview on white background

This text has color #B0B190 on white background.



Black color preview on #B0B190 background

This text has black color on #B0B190 background.


White color preview on #B0B190 background

This text has white color on #B0B190 background.