COLOR #B6A5AA

HEX: #B6A5AA RGB: (182,165,170)

Color info

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

RGB color model

#B6A5AA color RGB value is (182,165,170).

RGB: (182,165,170) (71%, 65%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 170 of 255 = 67%

182
165
170

R + G + B ~ 68%. #B6A5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 165 + 170 = 517 (100%)
R 182 of 517 ~ 35.2%
G 165 of 517 ~ 31.91%
B 170 of 517 ~ 32.88'%

%35.2
%31.91
%32.88

CMYK color model

#B6A5AA color CMYK value is (0,9,7,29).

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

CMYK: (0,9,7,29)
C0M9Y7K29 (0%, 9%, 7%, 29%)
(0.00 / 0.09 / 0.07 / 0.29)

CMYK percentages

%0
%9.34
%6.59
%28.63

Codes

Color #B6A5AA in popluar color models

B6 A5 AA
RGB 182 165 170
HSL 342° 10.43% 68.04%
HSB/HSV 342° 9.34% 71.37%
CMYK 0.00% 9.34% 6.59%
28.63%

Color #B6A5AA in popluar number systems.

HEX B6 A5 AA
Decimal 182 165 170
Binary 10110110 10100101 10101010
Octal 266 245 252

Shades and tints

Shades of #B6A5AA

#B6A5AA
(182,165,170)
#A6969B
(166,150,155)
#96878C
(150,135,140)
#86787D
(134,120,125)
#76696E
(118,105,110)
#665A5F
(102,90,95)
#564B50
(86,75,80)
#463C41
(70,60,65)
#362D32
(54,45,50)
#261E23
(38,30,35)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B6A5AA

#B6A5AA
(182,165,170)
#BCADB1
(188,173,177)
#C2B5B8
(194,181,184)
#C8BDBF
(200,189,191)
#CEC5C6
(206,197,198)
#D4CDCD
(212,205,205)
#DAD5D4
(218,213,212)
#E0DDDB
(224,221,219)
#E6E5E2
(230,229,226)
#ECEDE9
(236,237,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A5AA; }

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

This text font color is #B6A5AA.

Background Color

.myBgColor { background-color: #B6A5AA; }

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

This div background color is #B6A5AA.

Border color

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

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

This div border color is #B6A5AA.

Opacity

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

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

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

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

This text has shadow with #B6A5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A5AA.

Preview

Color preview on black background

This text has color #B6A5AA on black background.


Color preview on white background

This text has color #B6A5AA on white background.


Black color preview on #B6A5AA background

This text has black color on #B6A5AA background.


White color preview on #B6A5AA background

This text has white color on #B6A5AA background.


Related colors

Complementary color

Complementary color for #hex is #495A55.


I love getcolorcode.com

Triadic colors

1 #AAB6A5 and #A5AAB6 with #B6A5AA are triadic colors.

2 #AAA5B6 and #A5B6AA with #B6A5AA are triadic colors.