COLOR #B8A59A

HEX: #B8A59A RGB: (184,165,154)

Color info

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

RGB color model

#B8A59A color RGB value is (184,165,154).

RGB: (184,165,154) (72%, 65%, 60%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 154 of 255 = 60%

184
165
154

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

Portions of RGB colors in percentages

R + G + B = 184 + 165 + 154 = 503 (100%)
R 184 of 503 ~ 36.58%
G 165 of 503 ~ 32.8%
B 154 of 503 ~ 30.62'%

%36.58
%32.8
%30.62

CMYK color model

#B8A59A color CMYK value is (0,10,16,28).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK: (0,10,16,28) C0M10Y16K28 (0%,10%,16%,28%) (0.00/0.10/0.16/0.28) 

CMYK percentages

%0
%10.33
%16.3
%27.84

Codes

Color #B8A59A in popluar color models

B8 A5 9A
RGB 184 165 154
HSL 22° 17.44% 66.27%
HSB/HSV 22° 16.30% 72.16%
CMYK 0.00% 10.33% 16.30%
27.84%

Color #B8A59A in popluar number systems.

HEX B8 A5 9A
Decimal 184 165 154
Binary 10111000 10100101 10011010
Octal 270 245 232

Shades and tints

Shades of #B8A59A

#B8A59A
(184,165,154)
#A8968C
(168,150,140)
#98877E
(152,135,126)
#887870
(136,120,112)
#786962
(120,105,98)
#685A54
(104,90,84)
#584B46
(88,75,70)
#483C38
(72,60,56)
#382D2A
(56,45,42)
#281E1C
(40,30,28)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #B8A59A

#B8A59A
(184,165,154)
#BEADA3
(190,173,163)
#C4B5AC
(196,181,172)
#CABDB5
(202,189,181)
#D0C5BE
(208,197,190)
#D6CDC7
(214,205,199)
#DCD5D0
(220,213,208)
#E2DDD9
(226,221,217)
#E8E5E2
(232,229,226)
#EEEDEB
(238,237,235)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A59A color. Also use rgb(184,165,154) instead hex code.

Text Font Color

.myTextColor { color: #B8A59A; }

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

This text font color is #B8A59A.

Background Color

.myBgColor { background-color: #B8A59A; }

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

This div background color is #B8A59A.

Border color

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

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

This div border color is #B8A59A.

Opacity

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

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

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

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

This text has shadow with #B8A59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A59A.

Preview

Color preview on black background

This text has color #B8A59A on black background.


Color preview on white background

This text has color #B8A59A on white background.


Black color preview on #B8A59A background

This text has black color on #B8A59A background.


White color preview on #B8A59A background

This text has white color on #B8A59A background.


Related colors

Complementary color

Complementary color for #hex is #475A65.


I love getcolorcode.com

Triadic colors

1 #9AB8A5 and #A59AB8 with #B8A59A are triadic colors.

2 #9AA5B8 and #A5B89A with #B8A59A are triadic colors.