COLOR #B6B095

HEX: #B6B095
RGB: (182,176,149)

Color info

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

RGB color model

#B6B095 color RGB value is (182,176,149).

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

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 149 of 255 = 58%

182
176
149

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

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 149 = 507 (100%)
R 182 of 507 ~ 35.9%
G 176 of 507 ~ 34.71%
B 149 of 507 ~ 29.39%

%35.9
%34.71
%29.39

CMYK color model

#B6B095 color CMYK value is (0,3,18,29).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(0,3,18,29)
C0M3Y18K29 
(0%,3%,18%,29%)
(0.00/0.03/0.18/0.29)	

CMYK percentages

%0
%3.3
%18.13
%28.63

Codes

Color #B6B095 in popluar color models

B6B095
RGB182176149
HSL49°18.44%64.90%
HSB/HSV49°18.13%71.37%
CMYK0.00%3.30%18.13%
28.63%

Color #B6B095 in popluar number systems.

HEXB6B095
Decimal182176149
Binary101101101011000010010101
Octal266260225

Shades and tints

Shades of #B6B095

#B6B095
(182,176,149)
#A6A088
(166,160,136)
#96907B
(150,144,123)
#86806E
(134,128,110)
#767061
(118,112,97)
#666054
(102,96,84)
#565047
(86,80,71)
#46403A
(70,64,58)
#36302D
(54,48,45)
#262020
(38,32,32)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #B6B095

#B6B095
(182,176,149)
#BCB79E
(188,183,158)
#C2BEA7
(194,190,167)
#C8C5B0
(200,197,176)
#CECCB9
(206,204,185)
#D4D3C2
(212,211,194)
#DADACB
(218,218,203)
#E0E1D4
(224,225,212)
#E6E8DD
(230,232,221)
#ECEFE6
(236,239,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B095; }

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

This text font color is #B6B095.


Background Color

.myBgColor { background-color: #B6B095; }

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

This div background color is #B6B095.


Border color

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

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

This div border color is #B6B095.


Opacity

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

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

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

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

This text has shadow with #B6B095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B095 on black background.


Color preview on white background

This text has color #B6B095 on white background.



Black color preview on #B6B095 background

This text has black color on #B6B095 background.


White color preview on #B6B095 background

This text has white color on #B6B095 background.