COLOR #B6A59D

HEX: #B6A59D
RGB: (182,165,157)

Color info

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

RGB color model

#B6A59D color RGB value is (182,165,157).

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

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 157 of 255 = 62%

182
165
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 157 = 504 (100%)
R 182 of 504 ~ 36.11%
G 165 of 504 ~ 32.74%
B 157 of 504 ~ 31.15%

%36.11
%32.74
%31.15

CMYK color model

#B6A59D color CMYK value is (0,9,14,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,9,14,29)
C0M9Y14K29 
(0%,9%,14%,29%)
(0.00/0.09/0.14/0.29)	

CMYK percentages

%0
%9.34
%13.74
%28.63

Codes

Color #B6A59D in popluar color models

B6A59D
RGB182165157
HSL19°14.62%66.47%
HSB/HSV19°13.74%71.37%
CMYK0.00%9.34%13.74%
28.63%

Color #B6A59D in popluar number systems.

HEXB6A59D
Decimal182165157
Binary101101101010010110011101
Octal266245235

Shades and tints

Shades of #B6A59D

#B6A59D
(182,165,157)
#A6968F
(166,150,143)
#968781
(150,135,129)
#867873
(134,120,115)
#766965
(118,105,101)
#665A57
(102,90,87)
#564B49
(86,75,73)
#463C3B
(70,60,59)
#362D2D
(54,45,45)
#261E1F
(38,30,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #B6A59D

#B6A59D
(182,165,157)
#BCADA5
(188,173,165)
#C2B5AD
(194,181,173)
#C8BDB5
(200,189,181)
#CEC5BD
(206,197,189)
#D4CDC5
(212,205,197)
#DAD5CD
(218,213,205)
#E0DDD5
(224,221,213)
#E6E5DD
(230,229,221)
#ECEDE5
(236,237,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A59D; }

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

This text font color is #B6A59D.


Background Color

.myBgColor { background-color: #B6A59D; }

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

This div background color is #B6A59D.


Border color

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

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

This div border color is #B6A59D.


Opacity

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

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

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

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

This text has shadow with #B6A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A59D on black background.


Color preview on white background

This text has color #B6A59D on white background.



Black color preview on #B6A59D background

This text has black color on #B6A59D background.


White color preview on #B6A59D background

This text has white color on #B6A59D background.