COLOR #B8A489

HEX: #B8A489 RGB: (184,164,137)

Color info

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

RGB color model

#B8A489 color RGB value is (184,164,137).

RGB: (184,164,137) (72%, 64%, 54%)

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 137 of 255 = 54%

184
164
137

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

Portions of RGB colors in percentages

R + G + B = 184 + 164 + 137 = 485 (100%)
R 184 of 485 ~ 37.94%
G 164 of 485 ~ 33.81%
B 137 of 485 ~ 28.25'%

%37.94
%33.81
%28.25

CMYK color model

#B8A489 color CMYK value is (0,11,26,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 25.54%
  • key color value is 27.84%

CMYK: (0,11,26,28)
C0M11Y26K28 (0%, 11%, 26%, 28%)
(0.00 / 0.11 / 0.26 / 0.28)

CMYK percentages

%0
%10.87
%25.54
%27.84

Codes

Color #B8A489 in popluar color models

B8 A4 89
RGB 184 164 137
HSL 34° 24.87% 62.94%
HSB/HSV 34° 25.54% 72.16%
CMYK 0.00% 10.87% 25.54%
27.84%

Color #B8A489 in popluar number systems.

HEX B8 A4 89
Decimal 184 164 137
Binary 10111000 10100100 10001001
Octal 270 244 211

Shades and tints

Shades of #B8A489

#B8A489
(184,164,137)
#A8967D
(168,150,125)
#988871
(152,136,113)
#887A65
(136,122,101)
#786C59
(120,108,89)
#685E4D
(104,94,77)
#585041
(88,80,65)
#484235
(72,66,53)
#383429
(56,52,41)
#28261D
(40,38,29)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #B8A489

#B8A489
(184,164,137)
#BEAC93
(190,172,147)
#C4B49D
(196,180,157)
#CABCA7
(202,188,167)
#D0C4B1
(208,196,177)
#D6CCBB
(214,204,187)
#DCD4C5
(220,212,197)
#E2DCCF
(226,220,207)
#E8E4D9
(232,228,217)
#EEECE3
(238,236,227)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A489 color. Also use rgb(184,164,137) instead hex code.

Text Font Color

.myTextColor { color: #B8A489; }

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

This text font color is #B8A489.

Background Color

.myBgColor { background-color: #B8A489; }

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

This div background color is #B8A489.

Border color

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

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

This div border color is #B8A489.

Opacity

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

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

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

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

This text has shadow with #B8A489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A489.

Preview

Color preview on black background

This text has color #B8A489 on black background.


Color preview on white background

This text has color #B8A489 on white background.


Black color preview on #B8A489 background

This text has black color on #B8A489 background.


White color preview on #B8A489 background

This text has white color on #B8A489 background.


Related colors

Complementary color

Complementary color for #hex is #475B76.


I love getcolorcode.com

Triadic colors

1 #89B8A4 and #A489B8 with #B8A489 are triadic colors.

2 #89A4B8 and #A4B889 with #B8A489 are triadic colors.