COLOR #B6B09C

HEX: #B6B09C
RGB: (182,176,156)

Color info

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

RGB color model

#B6B09C color RGB value is (182,176,156).

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

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 156 of 255 = 61%

182
176
156

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

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 156 = 514 (100%)
R 182 of 514 ~ 35.41%
G 176 of 514 ~ 34.24%
B 156 of 514 ~ 30.35%

%35.41
%34.24
%30.35

CMYK color model

#B6B09C color CMYK value is (0,3,14,29).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(0,3,14,29)
C0M3Y14K29 
(0%,3%,14%,29%)
(0.00/0.03/0.14/0.29)	

CMYK percentages

%0
%3.3
%14.29
%28.63

Codes

Color #B6B09C in popluar color models

B6B09C
RGB182176156
HSL46°15.12%66.27%
HSB/HSV46°14.29%71.37%
CMYK0.00%3.30%14.29%
28.63%

Color #B6B09C in popluar number systems.

HEXB6B09C
Decimal182176156
Binary101101101011000010011100
Octal266260234

Shades and tints

Shades of #B6B09C

#B6B09C
(182,176,156)
#A6A08E
(166,160,142)
#969080
(150,144,128)
#868072
(134,128,114)
#767064
(118,112,100)
#666056
(102,96,86)
#565048
(86,80,72)
#46403A
(70,64,58)
#36302C
(54,48,44)
#26201E
(38,32,30)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #B6B09C

#B6B09C
(182,176,156)
#BCB7A5
(188,183,165)
#C2BEAE
(194,190,174)
#C8C5B7
(200,197,183)
#CECCC0
(206,204,192)
#D4D3C9
(212,211,201)
#DADAD2
(218,218,210)
#E0E1DB
(224,225,219)
#E6E8E4
(230,232,228)
#ECEFED
(236,239,237)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B09C; }

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

This text font color is #B6B09C.


Background Color

.myBgColor { background-color: #B6B09C; }

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

This div background color is #B6B09C.


Border color

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

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

This div border color is #B6B09C.


Opacity

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

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

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

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

This text has shadow with #B6B09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B09C on black background.


Color preview on white background

This text has color #B6B09C on white background.



Black color preview on #B6B09C background

This text has black color on #B6B09C background.


White color preview on #B6B09C background

This text has white color on #B6B09C background.