COLOR #B2B09A

HEX: #B2B09A
RGB: (178,176,154)

Color info

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

RGB color model

#B2B09A color RGB value is (178,176,154).

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

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 154 of 255 = 60%

178
176
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 154 = 508 (100%)
R 178 of 508 ~ 35.04%
G 176 of 508 ~ 34.65%
B 154 of 508 ~ 30.31%

%35.04
%34.65
%30.31

CMYK color model

#B2B09A color CMYK value is (0,1,13,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,1,13,30)
C0M1Y13K30 
(0%,1%,13%,30%)
(0.00/0.01/0.13/0.30)	

CMYK percentages

%0
%1.12
%13.48
%30.2

Codes

Color #B2B09A in popluar color models

B2B09A
RGB178176154
HSL55°13.48%65.10%
HSB/HSV55°13.48%69.80%
CMYK0.00%1.12%13.48%
30.20%

Color #B2B09A in popluar number systems.

HEXB2B09A
Decimal178176154
Binary101100101011000010011010
Octal262260232

Shades and tints

Shades of #B2B09A

#B2B09A
(178,176,154)
#A2A08C
(162,160,140)
#92907E
(146,144,126)
#828070
(130,128,112)
#727062
(114,112,98)
#626054
(98,96,84)
#525046
(82,80,70)
#424038
(66,64,56)
#32302A
(50,48,42)
#22201C
(34,32,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #B2B09A

#B2B09A
(178,176,154)
#B9B7A3
(185,183,163)
#C0BEAC
(192,190,172)
#C7C5B5
(199,197,181)
#CECCBE
(206,204,190)
#D5D3C7
(213,211,199)
#DCDAD0
(220,218,208)
#E3E1D9
(227,225,217)
#EAE8E2
(234,232,226)
#F1EFEB
(241,239,235)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B09A; }

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

This text font color is #B2B09A.


Background Color

.myBgColor { background-color: #B2B09A; }

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

This div background color is #B2B09A.


Border color

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

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

This div border color is #B2B09A.


Opacity

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

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

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

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

This text has shadow with #B2B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B09A on black background.


Color preview on white background

This text has color #B2B09A on white background.



Black color preview on #B2B09A background

This text has black color on #B2B09A background.


White color preview on #B2B09A background

This text has white color on #B2B09A background.