COLOR #B8AA7B

HEX: #B8AA7B RGB: (184,170,123)

Color info

#B8AA7B contains mainly red and green colors. Web safe color of #B8AA7B is #CC9966 (or #C96).

RGB color model

#B8AA7B color RGB value is (184,170,123).

RGB: (184,170,123) (72%, 67%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 123 of 255 = 48%

184
170
123

R + G + B ~ 62%. #B8AA7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 170 + 123 = 477 (100%)
R 184 of 477 ~ 38.57%
G 170 of 477 ~ 35.64%
B 123 of 477 ~ 25.79'%

%38.57
%35.64
%25.79

CMYK color model

#B8AA7B color CMYK value is (0,8,33,28).

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

CMYK: (0,8,33,28)
C0M8Y33K28 (0%, 8%, 33%, 28%)
(0.00 / 0.08 / 0.33 / 0.28)

CMYK percentages

%0
%7.61
%33.15
%27.84

Codes

Color #B8AA7B in popluar color models

B8 AA 7B
RGB 184 170 123
HSL 46° 30.05% 60.20%
HSB/HSV 46° 33.15% 72.16%
CMYK 0.00% 7.61% 33.15%
27.84%

Color #B8AA7B in popluar number systems.

HEX B8 AA 7B
Decimal 184 170 123
Binary 10111000 10101010 1111011
Octal 270 252 173

Shades and tints

Shades of #B8AA7B

#B8AA7B
(184,170,123)
#A89B70
(168,155,112)
#988C65
(152,140,101)
#887D5A
(136,125,90)
#786E4F
(120,110,79)
#685F44
(104,95,68)
#585039
(88,80,57)
#48412E
(72,65,46)
#383223
(56,50,35)
#282318
(40,35,24)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #B8AA7B

#B8AA7B
(184,170,123)
#BEB187
(190,177,135)
#C4B893
(196,184,147)
#CABF9F
(202,191,159)
#D0C6AB
(208,198,171)
#D6CDB7
(214,205,183)
#DCD4C3
(220,212,195)
#E2DBCF
(226,219,207)
#E8E2DB
(232,226,219)
#EEE9E7
(238,233,231)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AA7B; }

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

This text font color is #B8AA7B.

Background Color

.myBgColor { background-color: #B8AA7B; }

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

This div background color is #B8AA7B.

Border color

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

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

This div border color is #B8AA7B.

Opacity

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

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

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

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

This text has shadow with #B8AA7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AA7B.

Preview

Color preview on black background

This text has color #B8AA7B on black background.


Color preview on white background

This text has color #B8AA7B on white background.


Black color preview on #B8AA7B background

This text has black color on #B8AA7B background.


White color preview on #B8AA7B background

This text has white color on #B8AA7B background.


Related colors

Complementary color

Complementary color for #hex is #475584.


I love getcolorcode.com

Triadic colors

1 #7BB8AA and #AA7BB8 with #B8AA7B are triadic colors.

2 #7BAAB8 and #AAB87B with #B8AA7B are triadic colors.