COLOR #B8A08B

HEX: #B8A08B RGB: (184,160,139)

Color info

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

RGB color model

#B8A08B color RGB value is (184,160,139).

RGB: (184,160,139) (72%, 63%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 160 of 255 = 63%
B 139 of 255 = 55%

184
160
139

R + G + B ~ 63%. #B8A08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 160 + 139 = 483 (100%)
R 184 of 483 ~ 38.1%
G 160 of 483 ~ 33.13%
B 139 of 483 ~ 28.78'%

%38.1
%33.13
%28.78

CMYK color model

#B8A08B color CMYK value is (0,13,24,28).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK: (0,13,24,28) C0M13Y24K28 (0%,13%,24%,28%) (0.00/0.13/0.24/0.28) 

CMYK percentages

%0
%13.04
%24.46
%27.84

Codes

Color #B8A08B in popluar color models

B8 A0 8B
RGB 184 160 139
HSL 28° 24.06% 63.33%
HSB/HSV 28° 24.46% 72.16%
CMYK 0.00% 13.04% 24.46%
27.84%

Color #B8A08B in popluar number systems.

HEX B8 A0 8B
Decimal 184 160 139
Binary 10111000 10100000 10001011
Octal 270 240 213

Shades and tints

Shades of #B8A08B

#B8A08B
(184,160,139)
#A8927F
(168,146,127)
#988473
(152,132,115)
#887667
(136,118,103)
#78685B
(120,104,91)
#685A4F
(104,90,79)
#584C43
(88,76,67)
#483E37
(72,62,55)
#38302B
(56,48,43)
#28221F
(40,34,31)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B8A08B

#B8A08B
(184,160,139)
#BEA895
(190,168,149)
#C4B09F
(196,176,159)
#CAB8A9
(202,184,169)
#D0C0B3
(208,192,179)
#D6C8BD
(214,200,189)
#DCD0C7
(220,208,199)
#E2D8D1
(226,216,209)
#E8E0DB
(232,224,219)
#EEE8E5
(238,232,229)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A08B color. Also use rgb(184,160,139) instead hex code.

Text Font Color

.myTextColor { color: #B8A08B; }

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

This text font color is #B8A08B.

Background Color

.myBgColor { background-color: #B8A08B; }

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

This div background color is #B8A08B.

Border color

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

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

This div border color is #B8A08B.

Opacity

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

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

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

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

This text has shadow with #B8A08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A08B.

Preview

Color preview on black background

This text has color #B8A08B on black background.


Color preview on white background

This text has color #B8A08B on white background.


Black color preview on #B8A08B background

This text has black color on #B8A08B background.


White color preview on #B8A08B background

This text has white color on #B8A08B background.


Related colors

Complementary color

Complementary color for #hex is #475F74.


I love getcolorcode.com

Triadic colors

1 #8BB8A0 and #A08BB8 with #B8A08B are triadic colors.

2 #8BA0B8 and #A0B88B with #B8A08B are triadic colors.