COLOR #B49A89

HEX: #B49A89 RGB: (180,154,137)

Color info

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

RGB color model

#B49A89 color RGB value is (180,154,137).

RGB: (180,154,137) (71%, 60%, 54%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 137 of 255 = 54%

180
154
137

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

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 137 = 471 (100%)
R 180 of 471 ~ 38.22%
G 154 of 471 ~ 32.7%
B 137 of 471 ~ 29.09'%

%38.22
%32.7
%29.09

CMYK color model

#B49A89 color CMYK value is (0,14,24,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 23.89%
  • key color value is 29.41%

CMYK: (0,14,24,29)
C0M14Y24K29 (0%, 14%, 24%, 29%)
(0.00 / 0.14 / 0.24 / 0.29)

CMYK percentages

%0
%14.44
%23.89
%29.41

Codes

Color #B49A89 in popluar color models

B4 9A 89
RGB 180 154 137
HSL 24° 22.28% 62.16%
HSB/HSV 24° 23.89% 70.59%
CMYK 0.00% 14.44% 23.89%
29.41%

Color #B49A89 in popluar number systems.

HEX B4 9A 89
Decimal 180 154 137
Binary 10110100 10011010 10001001
Octal 264 232 211

Shades and tints

Shades of #B49A89

#B49A89
(180,154,137)
#A48C7D
(164,140,125)
#947E71
(148,126,113)
#847065
(132,112,101)
#746259
(116,98,89)
#64544D
(100,84,77)
#544641
(84,70,65)
#443835
(68,56,53)
#342A29
(52,42,41)
#241C1D
(36,28,29)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B49A89

#B49A89
(180,154,137)
#BAA393
(186,163,147)
#C0AC9D
(192,172,157)
#C6B5A7
(198,181,167)
#CCBEB1
(204,190,177)
#D2C7BB
(210,199,187)
#D8D0C5
(216,208,197)
#DED9CF
(222,217,207)
#E4E2D9
(228,226,217)
#EAEBE3
(234,235,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49A89 color. Also use rgb(180,154,137) instead hex code.

Text Font Color

.myTextColor { color: #B49A89; }

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

This text font color is #B49A89.

Background Color

.myBgColor { background-color: #B49A89; }

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

This div background color is #B49A89.

Border color

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

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

This div border color is #B49A89.

Opacity

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

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

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

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

This text has shadow with #B49A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A89.

Preview

Color preview on black background

This text has color #B49A89 on black background.


Color preview on white background

This text has color #B49A89 on white background.


Black color preview on #B49A89 background

This text has black color on #B49A89 background.


White color preview on #B49A89 background

This text has white color on #B49A89 background.


Related colors

Complementary color

Complementary color for #hex is #4B6576.


I love getcolorcode.com

Triadic colors

1 #89B49A and #9A89B4 with #B49A89 are triadic colors.

2 #899AB4 and #9AB489 with #B49A89 are triadic colors.