COLOR #B6B18E

HEX: #B6B18E
RGB: (182,177,142)

Color info

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

RGB color model

#B6B18E color RGB value is (182,177,142).

  • red value is 182;
  • green value is 177;
  • blue value is 142.
RGB:
(182,177,142)
(71%,69%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 142 of 255 = 56%

182
177
142

R + G + B ~ 65%. #B6B18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 177 + 142 = 501 (100%)
R 182 of 501 ~ 36.33%
G 177 of 501 ~ 35.33%
B 142 of 501 ~ 28.34%

%36.33
%35.33
%28.34

CMYK color model

#B6B18E color CMYK value is (0,3,22,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,3,22,29)
C0M3Y22K29 
(0%,3%,22%,29%)
(0.00/0.03/0.22/0.29)	

CMYK percentages

%0
%2.75
%21.98
%28.63

Codes

Color #B6B18E in popluar color models

B6B18E
RGB182177142
HSL53°21.51%63.53%
HSB/HSV53°21.98%71.37%
CMYK0.00%2.75%21.98%
28.63%

Color #B6B18E in popluar number systems.

HEXB6B18E
Decimal182177142
Binary101101101011000110001110
Octal266261216

Shades and tints

Shades of #B6B18E

#B6B18E
(182,177,142)
#A6A182
(166,161,130)
#969176
(150,145,118)
#86816A
(134,129,106)
#76715E
(118,113,94)
#666152
(102,97,82)
#565146
(86,81,70)
#46413A
(70,65,58)
#36312E
(54,49,46)
#262122
(38,33,34)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #B6B18E

#B6B18E
(182,177,142)
#BCB898
(188,184,152)
#C2BFA2
(194,191,162)
#C8C6AC
(200,198,172)
#CECDB6
(206,205,182)
#D4D4C0
(212,212,192)
#DADBCA
(218,219,202)
#E0E2D4
(224,226,212)
#E6E9DE
(230,233,222)
#ECF0E8
(236,240,232)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B18E color. Also use rgb(182,177,142) instead hex code.

Text Font Color

.myTextColor { color: #B6B18E; }

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

This text font color is #B6B18E.


Background Color

.myBgColor { background-color: #B6B18E; }

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

This div background color is #B6B18E.


Border color

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

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

This div border color is #B6B18E.


Opacity

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

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

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

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

This text has shadow with #B6B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B18E on black background.


Color preview on white background

This text has color #B6B18E on white background.



Black color preview on #B6B18E background

This text has black color on #B6B18E background.


White color preview on #B6B18E background

This text has white color on #B6B18E background.