COLOR #B6B09A

HEX: #B6B09A
RGB: (182,176,154)

Color info

#B6B09A contains red, green and blue colors in about the same proportion. Web safe color of #B6B09A is #CC9999 (or #C99).

RGB color model

#B6B09A color RGB value is (182,176,154).

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

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 154 of 255 = 60%

182
176
154

R + G + B ~ 67%. #B6B09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 154 = 512 (100%)
R 182 of 512 ~ 35.55%
G 176 of 512 ~ 34.38%
B 154 of 512 ~ 30.08%

%35.55
%34.38
%30.08

CMYK color model

#B6B09A color CMYK value is (0,3,15,29).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(0,3,15,29)
C0M3Y15K29 
(0%,3%,15%,29%)
(0.00/0.03/0.15/0.29)	

CMYK percentages

%0
%3.3
%15.38
%28.63

Codes

Color #B6B09A in popluar color models

B6B09A
RGB182176154
HSL47°16.09%65.88%
HSB/HSV47°15.38%71.37%
CMYK0.00%3.30%15.38%
28.63%

Color #B6B09A in popluar number systems.

HEXB6B09A
Decimal182176154
Binary101101101011000010011010
Octal266260232

Shades and tints

Shades of #B6B09A

#B6B09A
(182,176,154)
#A6A08C
(166,160,140)
#96907E
(150,144,126)
#868070
(134,128,112)
#767062
(118,112,98)
#666054
(102,96,84)
#565046
(86,80,70)
#464038
(70,64,56)
#36302A
(54,48,42)
#26201C
(38,32,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #B6B09A

#B6B09A
(182,176,154)
#BCB7A3
(188,183,163)
#C2BEAC
(194,190,172)
#C8C5B5
(200,197,181)
#CECCBE
(206,204,190)
#D4D3C7
(212,211,199)
#DADAD0
(218,218,208)
#E0E1D9
(224,225,217)
#E6E8E2
(230,232,226)
#ECEFEB
(236,239,235)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B09A; }

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

This text font color is #B6B09A.


Background Color

.myBgColor { background-color: #B6B09A; }

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

This div background color is #B6B09A.


Border color

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

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

This div border color is #B6B09A.


Opacity

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

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

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

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

This text has shadow with #B6B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B09A on black background.


Color preview on white background

This text has color #B6B09A on white background.



Black color preview on #B6B09A background

This text has black color on #B6B09A background.


White color preview on #B6B09A background

This text has white color on #B6B09A background.