COLOR #B8A59F

HEX: #B8A59F RGB: (184,165,159)

Color info

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

RGB color model

#B8A59F color RGB value is (184,165,159).

RGB: (184,165,159) (72%, 65%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 159 of 255 = 62%

184
165
159

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

Portions of RGB colors in percentages

R + G + B = 184 + 165 + 159 = 508 (100%)
R 184 of 508 ~ 36.22%
G 165 of 508 ~ 32.48%
B 159 of 508 ~ 31.3'%

%36.22
%32.48
%31.3

CMYK color model

#B8A59F color CMYK value is (0,10,14,28).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 13.59%
  • key color value is 27.84%

CMYK: (0,10,14,28)
C0M10Y14K28 (0%, 10%, 14%, 28%)
(0.00 / 0.10 / 0.14 / 0.28)

CMYK percentages

%0
%10.33
%13.59
%27.84

Codes

Color #B8A59F in popluar color models

B8 A5 9F
RGB 184 165 159
HSL 14° 14.97% 67.25%
HSB/HSV 14° 13.59% 72.16%
CMYK 0.00% 10.33% 13.59%
27.84%

Color #B8A59F in popluar number systems.

HEX B8 A5 9F
Decimal 184 165 159
Binary 10111000 10100101 10011111
Octal 270 245 237

Shades and tints

Shades of #B8A59F

#B8A59F
(184,165,159)
#A89691
(168,150,145)
#988783
(152,135,131)
#887875
(136,120,117)
#786967
(120,105,103)
#685A59
(104,90,89)
#584B4B
(88,75,75)
#483C3D
(72,60,61)
#382D2F
(56,45,47)
#281E21
(40,30,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #B8A59F

#B8A59F
(184,165,159)
#BEADA7
(190,173,167)
#C4B5AF
(196,181,175)
#CABDB7
(202,189,183)
#D0C5BF
(208,197,191)
#D6CDC7
(214,205,199)
#DCD5CF
(220,213,207)
#E2DDD7
(226,221,215)
#E8E5DF
(232,229,223)
#EEEDE7
(238,237,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A59F; }

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

This text font color is #B8A59F.

Background Color

.myBgColor { background-color: #B8A59F; }

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

This div background color is #B8A59F.

Border color

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

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

This div border color is #B8A59F.

Opacity

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

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

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

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

This text has shadow with #B8A59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A59F.

Preview

Color preview on black background

This text has color #B8A59F on black background.


Color preview on white background

This text has color #B8A59F on white background.


Black color preview on #B8A59F background

This text has black color on #B8A59F background.


White color preview on #B8A59F background

This text has white color on #B8A59F background.


Related colors

Complementary color

Complementary color for #hex is #475A60.


I love getcolorcode.com

Triadic colors

1 #9FB8A5 and #A59FB8 with #B8A59F are triadic colors.

2 #9FA5B8 and #A5B89F with #B8A59F are triadic colors.