COLOR #B6A99E

HEX: #B6A99E RGB: (182,169,158)

Color info

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

RGB color model

#B6A99E color RGB value is (182,169,158).

RGB: (182,169,158) (71%, 66%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 158 of 255 = 62%

182
169
158

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

Portions of RGB colors in percentages

R + G + B = 182 + 169 + 158 = 509 (100%)
R 182 of 509 ~ 35.76%
G 169 of 509 ~ 33.2%
B 158 of 509 ~ 31.04'%

%35.76
%33.2
%31.04

CMYK color model

#B6A99E color CMYK value is (0,7,13,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK: (0,7,13,29) C0M7Y13K29 (0%,7%,13%,29%) (0.00/0.07/0.13/0.29) 

CMYK percentages

%0
%7.14
%13.19
%28.63

Codes

Color #B6A99E in popluar color models

B6 A9 9E
RGB 182 169 158
HSL 28° 14.12% 66.67%
HSB/HSV 28° 13.19% 71.37%
CMYK 0.00% 7.14% 13.19%
28.63%

Color #B6A99E in popluar number systems.

HEX B6 A9 9E
Decimal 182 169 158
Binary 10110110 10101001 10011110
Octal 266 251 236

Shades and tints

Shades of #B6A99E

#B6A99E
(182,169,158)
#A69A90
(166,154,144)
#968B82
(150,139,130)
#867C74
(134,124,116)
#766D66
(118,109,102)
#665E58
(102,94,88)
#564F4A
(86,79,74)
#46403C
(70,64,60)
#36312E
(54,49,46)
#262220
(38,34,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B6A99E

#B6A99E
(182,169,158)
#BCB0A6
(188,176,166)
#C2B7AE
(194,183,174)
#C8BEB6
(200,190,182)
#CEC5BE
(206,197,190)
#D4CCC6
(212,204,198)
#DAD3CE
(218,211,206)
#E0DAD6
(224,218,214)
#E6E1DE
(230,225,222)
#ECE8E6
(236,232,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A99E; }

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

This text font color is #B6A99E.

Background Color

.myBgColor { background-color: #B6A99E; }

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

This div background color is #B6A99E.

Border color

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

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

This div border color is #B6A99E.

Opacity

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

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

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

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

This text has shadow with #B6A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A99E.

Preview

Color preview on black background

This text has color #B6A99E on black background.


Color preview on white background

This text has color #B6A99E on white background.


Black color preview on #B6A99E background

This text has black color on #B6A99E background.


White color preview on #B6A99E background

This text has white color on #B6A99E background.


Related colors

Complementary color

Complementary color for #hex is #495661.


I love getcolorcode.com

Triadic colors

1 #9EB6A9 and #A99EB6 with #B6A99E are triadic colors.

2 #9EA9B6 and #A9B69E with #B6A99E are triadic colors.