COLOR #B8AA8C

HEX: #B8AA8C RGB: (184,170,140)

Color info

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

RGB color model

#B8AA8C color RGB value is (184,170,140).

RGB: (184,170,140) (72%, 67%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 140 of 255 = 55%

184
170
140

R + G + B ~ 65%. #B8AA8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 170 + 140 = 494 (100%)
R 184 of 494 ~ 37.25%
G 170 of 494 ~ 34.41%
B 140 of 494 ~ 28.34'%

%37.25
%34.41
%28.34

CMYK color model

#B8AA8C color CMYK value is (0,8,24,28).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 23.91%
  • key color value is 27.84%

CMYK: (0,8,24,28)
C0M8Y24K28 (0%, 8%, 24%, 28%)
(0.00 / 0.08 / 0.24 / 0.28)

CMYK percentages

%0
%7.61
%23.91
%27.84

Codes

Color #B8AA8C in popluar color models

B8 AA 8C
RGB 184 170 140
HSL 41° 23.66% 63.53%
HSB/HSV 41° 23.91% 72.16%
CMYK 0.00% 7.61% 23.91%
27.84%

Color #B8AA8C in popluar number systems.

HEX B8 AA 8C
Decimal 184 170 140
Binary 10111000 10101010 10001100
Octal 270 252 214

Shades and tints

Shades of #B8AA8C

#B8AA8C
(184,170,140)
#A89B80
(168,155,128)
#988C74
(152,140,116)
#887D68
(136,125,104)
#786E5C
(120,110,92)
#685F50
(104,95,80)
#585044
(88,80,68)
#484138
(72,65,56)
#38322C
(56,50,44)
#282320
(40,35,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8AA8C

#B8AA8C
(184,170,140)
#BEB196
(190,177,150)
#C4B8A0
(196,184,160)
#CABFAA
(202,191,170)
#D0C6B4
(208,198,180)
#D6CDBE
(214,205,190)
#DCD4C8
(220,212,200)
#E2DBD2
(226,219,210)
#E8E2DC
(232,226,220)
#EEE9E6
(238,233,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AA8C color. Also use rgb(184,170,140) instead hex code.

Text Font Color

.myTextColor { color: #B8AA8C; }

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

This text font color is #B8AA8C.

Background Color

.myBgColor { background-color: #B8AA8C; }

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

This div background color is #B8AA8C.

Border color

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

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

This div border color is #B8AA8C.

Opacity

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

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

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

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

This text has shadow with #B8AA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AA8C.

Preview

Color preview on black background

This text has color #B8AA8C on black background.


Color preview on white background

This text has color #B8AA8C on white background.


Black color preview on #B8AA8C background

This text has black color on #B8AA8C background.


White color preview on #B8AA8C background

This text has white color on #B8AA8C background.


Related colors

Complementary color

Complementary color for #hex is #475573.


I love getcolorcode.com

Triadic colors

1 #8CB8AA and #AA8CB8 with #B8AA8C are triadic colors.

2 #8CAAB8 and #AAB88C with #B8AA8C are triadic colors.