COLOR #B6AA9B

HEX: #B6AA9B RGB: (182,170,155)

Color info

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

RGB color model

#B6AA9B color RGB value is (182,170,155).

RGB: (182,170,155) (71%, 67%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 155 of 255 = 61%

182
170
155

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

Portions of RGB colors in percentages

R + G + B = 182 + 170 + 155 = 507 (100%)
R 182 of 507 ~ 35.9%
G 170 of 507 ~ 33.53%
B 155 of 507 ~ 30.57'%

%35.9
%33.53
%30.57

CMYK color model

#B6AA9B color CMYK value is (0,7,15,29).

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

CMYK: (0,7,15,29)
C0M7Y15K29 (0%, 7%, 15%, 29%)
(0.00 / 0.07 / 0.15 / 0.29)

CMYK percentages

%0
%6.59
%14.84
%28.63

Codes

Color #B6AA9B in popluar color models

B6 AA 9B
RGB 182 170 155
HSL 33° 15.61% 66.08%
HSB/HSV 33° 14.84% 71.37%
CMYK 0.00% 6.59% 14.84%
28.63%

Color #B6AA9B in popluar number systems.

HEX B6 AA 9B
Decimal 182 170 155
Binary 10110110 10101010 10011011
Octal 266 252 233

Shades and tints

Shades of #B6AA9B

#B6AA9B
(182,170,155)
#A69B8D
(166,155,141)
#968C7F
(150,140,127)
#867D71
(134,125,113)
#766E63
(118,110,99)
#665F55
(102,95,85)
#565047
(86,80,71)
#464139
(70,65,57)
#36322B
(54,50,43)
#26231D
(38,35,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #B6AA9B

#B6AA9B
(182,170,155)
#BCB1A4
(188,177,164)
#C2B8AD
(194,184,173)
#C8BFB6
(200,191,182)
#CEC6BF
(206,198,191)
#D4CDC8
(212,205,200)
#DAD4D1
(218,212,209)
#E0DBDA
(224,219,218)
#E6E2E3
(230,226,227)
#ECE9EC
(236,233,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AA9B; }

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

This text font color is #B6AA9B.

Background Color

.myBgColor { background-color: #B6AA9B; }

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

This div background color is #B6AA9B.

Border color

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

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

This div border color is #B6AA9B.

Opacity

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

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

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

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

This text has shadow with #B6AA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AA9B.

Preview

Color preview on black background

This text has color #B6AA9B on black background.


Color preview on white background

This text has color #B6AA9B on white background.


Black color preview on #B6AA9B background

This text has black color on #B6AA9B background.


White color preview on #B6AA9B background

This text has white color on #B6AA9B background.


Related colors

Complementary color

Complementary color for #hex is #495564.


I love getcolorcode.com

Triadic colors

1 #9BB6AA and #AA9BB6 with #B6AA9B are triadic colors.

2 #9BAAB6 and #AAB69B with #B6AA9B are triadic colors.