COLOR #B0B19B

HEX: #B0B19B
RGB: (176,177,155)

Color info

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

RGB color model

#B0B19B color RGB value is (176,177,155).

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

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 155 of 255 = 61%

176
177
155

R + G + B ~ 66%. #B0B19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 177 + 155 = 508 (100%)
R 176 of 508 ~ 34.65%
G 177 of 508 ~ 34.84%
B 155 of 508 ~ 30.51%

%34.65
%34.84
%30.51

CMYK color model

#B0B19B color CMYK value is (1,0,12,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK: (1,0,12,31) C1M0Y12K31 (1%,0%,12%,31%) (0.01/0.00/0.12/0.31)

CMYK percentages

%0.56
%0
%12.43
%30.59

Codes

Color #B0B19B in popluar color models

B0B19B
RGB176177155
HSL63°12.36%65.10%
HSB/HSV63°12.43%69.41%
CMYK0.56%0.00%12.43%
30.59%

Color #B0B19B in popluar number systems.

HEXB0B19B
Decimal176177155
Binary101100001011000110011011
Octal260261233

Shades and tints

Shades of #B0B19B

#B0B19B
(176,177,155)
#A0A18D
(160,161,141)
#90917F
(144,145,127)
#808171
(128,129,113)
#707163
(112,113,99)
#606155
(96,97,85)
#505147
(80,81,71)
#404139
(64,65,57)
#30312B
(48,49,43)
#20211D
(32,33,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0B19B

#B0B19B
(176,177,155)
#B7B8A4
(183,184,164)
#BEBFAD
(190,191,173)
#C5C6B6
(197,198,182)
#CCCDBF
(204,205,191)
#D3D4C8
(211,212,200)
#DADBD1
(218,219,209)
#E1E2DA
(225,226,218)
#E8E9E3
(232,233,227)
#EFF0EC
(239,240,236)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B19B; }

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

This text font color is #B0B19B.


Background Color

.myBgColor { background-color: #B0B19B; }

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

This div background color is #B0B19B.


Border color

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

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

This div border color is #B0B19B.


Opacity

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

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

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

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

This text has shadow with #B0B19B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0B19B on black background.


Color preview on white background

This text has color #B0B19B on white background.



Black color preview on #B0B19B background

This text has black color on #B0B19B background.


White color preview on #B0B19B background

This text has white color on #B0B19B background.