COLOR #B49A8A

HEX: #B49A8A RGB: (180,154,138)

Color info

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

RGB color model

#B49A8A color RGB value is (180,154,138).

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

RGB channels and saturation

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

180
154
138

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

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 138 = 472 (100%)
R 180 of 472 ~ 38.14%
G 154 of 472 ~ 32.63%
B 138 of 472 ~ 29.24'%

%38.14
%32.63
%29.24

CMYK color model

#B49A8A color CMYK value is (0,14,23,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK: (0,14,23,29) C0M14Y23K29 (0%,14%,23%,29%) (0.00/0.14/0.23/0.29) 

CMYK percentages

%0
%14.44
%23.33
%29.41

Codes

Color #B49A8A in popluar color models

B4 9A 8A
RGB 180 154 138
HSL 23° 21.88% 62.35%
HSB/HSV 23° 23.33% 70.59%
CMYK 0.00% 14.44% 23.33%
29.41%

Color #B49A8A in popluar number systems.

HEX B4 9A 8A
Decimal 180 154 138
Binary 10110100 10011010 10001010
Octal 264 232 212

Shades and tints

Shades of #B49A8A

#B49A8A
(180,154,138)
#A48C7E
(164,140,126)
#947E72
(148,126,114)
#847066
(132,112,102)
#74625A
(116,98,90)
#64544E
(100,84,78)
#544642
(84,70,66)
#443836
(68,56,54)
#342A2A
(52,42,42)
#241C1E
(36,28,30)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #B49A8A

#B49A8A
(180,154,138)
#BAA394
(186,163,148)
#C0AC9E
(192,172,158)
#C6B5A8
(198,181,168)
#CCBEB2
(204,190,178)
#D2C7BC
(210,199,188)
#D8D0C6
(216,208,198)
#DED9D0
(222,217,208)
#E4E2DA
(228,226,218)
#EAEBE4
(234,235,228)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A8A; }

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

This text font color is #B49A8A.

Background Color

.myBgColor { background-color: #B49A8A; }

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

This div background color is #B49A8A.

Border color

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

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

This div border color is #B49A8A.

Opacity

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

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

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

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

This text has shadow with #B49A8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49A8A.

Preview

Color preview on black background

This text has color #B49A8A on black background.


Color preview on white background

This text has color #B49A8A on white background.


Black color preview on #B49A8A background

This text has black color on #B49A8A background.


White color preview on #B49A8A background

This text has white color on #B49A8A background.


Related colors

Complementary color

Complementary color for #hex is #4B6575.


I love getcolorcode.com

Triadic colors

1 #8AB49A and #9A8AB4 with #B49A8A are triadic colors.

2 #8A9AB4 and #9AB48A with #B49A8A are triadic colors.