COLOR #B6A4AA

HEX: #B6A4AA RGB: (182,164,170)

Color info

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

RGB color model

#B6A4AA color RGB value is (182,164,170).

RGB: (182,164,170) (71%, 64%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 164 of 255 = 64%
B 170 of 255 = 67%

182
164
170

R + G + B ~ 67%. #B6A4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 164 + 170 = 516 (100%)
R 182 of 516 ~ 35.27%
G 164 of 516 ~ 31.78%
B 170 of 516 ~ 32.95'%

%35.27
%31.78
%32.95

CMYK color model

#B6A4AA color CMYK value is (0,10,7,29).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (0,10,7,29)
C0M10Y7K29 (0%, 10%, 7%, 29%)
(0.00 / 0.10 / 0.07 / 0.29)

CMYK percentages

%0
%9.89
%6.59
%28.63

Codes

Color #B6A4AA in popluar color models

B6 A4 AA
RGB 182 164 170
HSL 340° 10.98% 67.84%
HSB/HSV 340° 9.89% 71.37%
CMYK 0.00% 9.89% 6.59%
28.63%

Color #B6A4AA in popluar number systems.

HEX B6 A4 AA
Decimal 182 164 170
Binary 10110110 10100100 10101010
Octal 266 244 252

Shades and tints

Shades of #B6A4AA

#B6A4AA
(182,164,170)
#A6969B
(166,150,155)
#96888C
(150,136,140)
#867A7D
(134,122,125)
#766C6E
(118,108,110)
#665E5F
(102,94,95)
#565050
(86,80,80)
#464241
(70,66,65)
#363432
(54,52,50)
#262623
(38,38,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #B6A4AA

#B6A4AA
(182,164,170)
#BCACB1
(188,172,177)
#C2B4B8
(194,180,184)
#C8BCBF
(200,188,191)
#CEC4C6
(206,196,198)
#D4CCCD
(212,204,205)
#DAD4D4
(218,212,212)
#E0DCDB
(224,220,219)
#E6E4E2
(230,228,226)
#ECECE9
(236,236,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A4AA color. Also use rgb(182,164,170) instead hex code.

Text Font Color

.myTextColor { color: #B6A4AA; }

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

This text font color is #B6A4AA.

Background Color

.myBgColor { background-color: #B6A4AA; }

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

This div background color is #B6A4AA.

Border color

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

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

This div border color is #B6A4AA.

Opacity

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

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

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

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

This text has shadow with #B6A4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A4AA.

Preview

Color preview on black background

This text has color #B6A4AA on black background.


Color preview on white background

This text has color #B6A4AA on white background.


Black color preview on #B6A4AA background

This text has black color on #B6A4AA background.


White color preview on #B6A4AA background

This text has white color on #B6A4AA background.


Related colors

Complementary color

Complementary color for #hex is #495B55.


I love getcolorcode.com

Triadic colors

1 #AAB6A4 and #A4AAB6 with #B6A4AA are triadic colors.

2 #AAA4B6 and #A4B6AA with #B6A4AA are triadic colors.