COLOR #B6A39E

HEX: #B6A39E
RGB: (182,163,158)

Color info

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

RGB color model

#B6A39E color RGB value is (182,163,158).

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

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 158 of 255 = 62%

182
163
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 158 = 503 (100%)
R 182 of 503 ~ 36.18%
G 163 of 503 ~ 32.41%
B 158 of 503 ~ 31.41%

%36.18
%32.41
%31.41

CMYK color model

#B6A39E color CMYK value is (0,10,13,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,10,13,29)
C0M10Y13K29 
(0%,10%,13%,29%)
(0.00/0.10/0.13/0.29)	

CMYK percentages

%0
%10.44
%13.19
%28.63

Codes

Color #B6A39E in popluar color models

B6A39E
RGB182163158
HSL13°14.12%66.67%
HSB/HSV13°13.19%71.37%
CMYK0.00%10.44%13.19%
28.63%

Color #B6A39E in popluar number systems.

HEXB6A39E
Decimal182163158
Binary101101101010001110011110
Octal266243236

Shades and tints

Shades of #B6A39E

#B6A39E
(182,163,158)
#A69590
(166,149,144)
#968782
(150,135,130)
#867974
(134,121,116)
#766B66
(118,107,102)
#665D58
(102,93,88)
#564F4A
(86,79,74)
#46413C
(70,65,60)
#36332E
(54,51,46)
#262520
(38,37,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B6A39E

#B6A39E
(182,163,158)
#BCABA6
(188,171,166)
#C2B3AE
(194,179,174)
#C8BBB6
(200,187,182)
#CEC3BE
(206,195,190)
#D4CBC6
(212,203,198)
#DAD3CE
(218,211,206)
#E0DBD6
(224,219,214)
#E6E3DE
(230,227,222)
#ECEBE6
(236,235,230)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A39E; }

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

This text font color is #B6A39E.


Background Color

.myBgColor { background-color: #B6A39E; }

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

This div background color is #B6A39E.


Border color

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

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

This div border color is #B6A39E.


Opacity

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

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

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

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

This text has shadow with #B6A39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A39E on black background.


Color preview on white background

This text has color #B6A39E on white background.



Black color preview on #B6A39E background

This text has black color on #B6A39E background.


White color preview on #B6A39E background

This text has white color on #B6A39E background.