COLOR #B6B890

HEX: #B6B890
RGB: (182,184,144)

Color info

#B6B890 contains red, green and blue colors in about the same proportion. Web safe color of #B6B890 is #CCCC99 (or #CC9).

RGB color model

#B6B890 color RGB value is (182,184,144).

  • red value is 182;
  • green value is 184;
  • blue value is 144.
RGB:
(182,184,144)
(71%,72%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 144 of 255 = 56%

182
184
144

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 144 = 510 (100%)
R 182 of 510 ~ 35.69%
G 184 of 510 ~ 36.08%
B 144 of 510 ~ 28.24%

%35.69
%36.08
%28.24

CMYK color model

#B6B890 color CMYK value is (1,0,22,28).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 27.84%
CMYK:
(1,0,22,28)
C1M0Y22K28 
(1%,0%,22%,28%)
(0.01/0.00/0.22/0.28)	

CMYK percentages

%1.09
%0
%21.74
%27.84

Codes

Color #B6B890 in popluar color models

B6B890
RGB182184144
HSL63°21.98%64.31%
HSB/HSV63°21.74%72.16%
CMYK1.09%0.00%21.74%
27.84%

Color #B6B890 in popluar number systems.

HEXB6B890
Decimal182184144
Binary101101101011100010010000
Octal266270220

Shades and tints

Shades of #B6B890

#B6B890
(182,184,144)
#A6A883
(166,168,131)
#969876
(150,152,118)
#868869
(134,136,105)
#76785C
(118,120,92)
#66684F
(102,104,79)
#565842
(86,88,66)
#464835
(70,72,53)
#363828
(54,56,40)
#26281B
(38,40,27)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #B6B890

#B6B890
(182,184,144)
#BCBE9A
(188,190,154)
#C2C4A4
(194,196,164)
#C8CAAE
(200,202,174)
#CED0B8
(206,208,184)
#D4D6C2
(212,214,194)
#DADCCC
(218,220,204)
#E0E2D6
(224,226,214)
#E6E8E0
(230,232,224)
#ECEEEA
(236,238,234)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B890 color. Also use rgb(182,184,144) instead hex code.

Text Font Color

.myTextColor { color: #B6B890; }

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

This text font color is #B6B890.


Background Color

.myBgColor { background-color: #B6B890; }

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

This div background color is #B6B890.


Border color

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

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

This div border color is #B6B890.


Opacity

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

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

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

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

This text has shadow with #B6B890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B890 on black background.


Color preview on white background

This text has color #B6B890 on white background.



Black color preview on #B6B890 background

This text has black color on #B6B890 background.


White color preview on #B6B890 background

This text has white color on #B6B890 background.