COLOR #B6A59E

HEX: #B6A59E
RGB: (182,165,158)

Color info

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

RGB color model

#B6A59E color RGB value is (182,165,158).

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

RGB channels and saturation

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

182
165
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 158 = 505 (100%)
R 182 of 505 ~ 36.04%
G 165 of 505 ~ 32.67%
B 158 of 505 ~ 31.29%

%36.04
%32.67
%31.29

CMYK color model

#B6A59E color CMYK value is (0,9,13,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,9,13,29)
C0M9Y13K29 
(0%,9%,13%,29%)
(0.00/0.09/0.13/0.29)	

CMYK percentages

%0
%9.34
%13.19
%28.63

Codes

Color #B6A59E in popluar color models

B6A59E
RGB182165158
HSL18°14.12%66.67%
HSB/HSV18°13.19%71.37%
CMYK0.00%9.34%13.19%
28.63%

Color #B6A59E in popluar number systems.

HEXB6A59E
Decimal182165158
Binary101101101010010110011110
Octal266245236

Shades and tints

Shades of #B6A59E

#B6A59E
(182,165,158)
#A69690
(166,150,144)
#968782
(150,135,130)
#867874
(134,120,116)
#766966
(118,105,102)
#665A58
(102,90,88)
#564B4A
(86,75,74)
#463C3C
(70,60,60)
#362D2E
(54,45,46)
#261E20
(38,30,32)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #B6A59E

#B6A59E
(182,165,158)
#BCADA6
(188,173,166)
#C2B5AE
(194,181,174)
#C8BDB6
(200,189,182)
#CEC5BE
(206,197,190)
#D4CDC6
(212,205,198)
#DAD5CE
(218,213,206)
#E0DDD6
(224,221,214)
#E6E5DE
(230,229,222)
#ECEDE6
(236,237,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A59E; }

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

This text font color is #B6A59E.


Background Color

.myBgColor { background-color: #B6A59E; }

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

This div background color is #B6A59E.


Border color

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

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

This div border color is #B6A59E.


Opacity

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

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

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

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

This text has shadow with #B6A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A59E on black background.


Color preview on white background

This text has color #B6A59E on white background.



Black color preview on #B6A59E background

This text has black color on #B6A59E background.


White color preview on #B6A59E background

This text has white color on #B6A59E background.