COLOR #B6B39D

HEX: #B6B39D
RGB: (182,179,157)

Color info

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

RGB color model

#B6B39D color RGB value is (182,179,157).

  • red value is 182;
  • green value is 179;
  • blue value is 157.
RGB:
(182,179,157)
(71%,70%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 179 of 255 = 70%
B 157 of 255 = 62%

182
179
157

R + G + B ~ 68%. #B6B39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 179 + 157 = 518 (100%)
R 182 of 518 ~ 35.14%
G 179 of 518 ~ 34.56%
B 157 of 518 ~ 30.31%

%35.14
%34.56
%30.31

CMYK color model

#B6B39D color CMYK value is (0,2,14,29).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,2,14,29)
C0M2Y14K29 
(0%,2%,14%,29%)
(0.00/0.02/0.14/0.29)	

CMYK percentages

%0
%1.65
%13.74
%28.63

Codes

Color #B6B39D in popluar color models

B6B39D
RGB182179157
HSL53°14.62%66.47%
HSB/HSV53°13.74%71.37%
CMYK0.00%1.65%13.74%
28.63%

Color #B6B39D in popluar number systems.

HEXB6B39D
Decimal182179157
Binary101101101011001110011101
Octal266263235

Shades and tints

Shades of #B6B39D

#B6B39D
(182,179,157)
#A6A38F
(166,163,143)
#969381
(150,147,129)
#868373
(134,131,115)
#767365
(118,115,101)
#666357
(102,99,87)
#565349
(86,83,73)
#46433B
(70,67,59)
#36332D
(54,51,45)
#26231F
(38,35,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #B6B39D

#B6B39D
(182,179,157)
#BCB9A5
(188,185,165)
#C2BFAD
(194,191,173)
#C8C5B5
(200,197,181)
#CECBBD
(206,203,189)
#D4D1C5
(212,209,197)
#DAD7CD
(218,215,205)
#E0DDD5
(224,221,213)
#E6E3DD
(230,227,221)
#ECE9E5
(236,233,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B39D color. Also use rgb(182,179,157) instead hex code.

Text Font Color

.myTextColor { color: #B6B39D; }

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

This text font color is #B6B39D.


Background Color

.myBgColor { background-color: #B6B39D; }

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

This div background color is #B6B39D.


Border color

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

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

This div border color is #B6B39D.


Opacity

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

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

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

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

This text has shadow with #B6B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B39D on black background.


Color preview on white background

This text has color #B6B39D on white background.



Black color preview on #B6B39D background

This text has black color on #B6B39D background.


White color preview on #B6B39D background

This text has white color on #B6B39D background.