COLOR #B0B691

HEX: #B0B691
RGB: (176,182,145)

Color info

#B0B691 contains red, green and blue colors in about the same proportion. Web safe color of #B0B691 is #99CC99 (or #9C9).

RGB color model

#B0B691 color RGB value is (176,182,145).

  • red value is 176;
  • green value is 182;
  • blue value is 145.
RGB:
(176,182,145)
(69%,71%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 145 of 255 = 57%

176
182
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 145 = 503 (100%)
R 176 of 503 ~ 34.99%
G 182 of 503 ~ 36.18%
B 145 of 503 ~ 28.83%

%34.99
%36.18
%28.83

CMYK color model

#B0B691 color CMYK value is (3,0,20,29).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(3,0,20,29)
C3M0Y20K29 
(3%,0%,20%,29%)
(0.03/0.00/0.20/0.29)	

CMYK percentages

%3.3
%0
%20.33
%28.63

Codes

Color #B0B691 in popluar color models

B0B691
RGB176182145
HSL70°20.22%64.12%
HSB/HSV70°20.33%71.37%
CMYK3.30%0.00%20.33%
28.63%

Color #B0B691 in popluar number systems.

HEXB0B691
Decimal176182145
Binary101100001011011010010001
Octal260266221

Shades and tints

Shades of #B0B691

#B0B691
(176,182,145)
#A0A684
(160,166,132)
#909677
(144,150,119)
#80866A
(128,134,106)
#70765D
(112,118,93)
#606650
(96,102,80)
#505643
(80,86,67)
#404636
(64,70,54)
#303629
(48,54,41)
#20261C
(32,38,28)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #B0B691

#B0B691
(176,182,145)
#B7BC9B
(183,188,155)
#BEC2A5
(190,194,165)
#C5C8AF
(197,200,175)
#CCCEB9
(204,206,185)
#D3D4C3
(211,212,195)
#DADACD
(218,218,205)
#E1E0D7
(225,224,215)
#E8E6E1
(232,230,225)
#EFECEB
(239,236,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B691; }

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

This text font color is #B0B691.


Background Color

.myBgColor { background-color: #B0B691; }

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

This div background color is #B0B691.


Border color

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

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

This div border color is #B0B691.


Opacity

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

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

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

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

This text has shadow with #B0B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B691 on black background.


Color preview on white background

This text has color #B0B691 on white background.



Black color preview on #B0B691 background

This text has black color on #B0B691 background.


White color preview on #B0B691 background

This text has white color on #B0B691 background.