COLOR #B49890

HEX: #B49890 RGB: (180,152,144)

Color info

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

RGB color model

#B49890 color RGB value is (180,152,144).

RGB: (180,152,144) (71%, 60%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 144 of 255 = 56%

180
152
144

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

Portions of RGB colors in percentages

R + G + B = 180 + 152 + 144 = 476 (100%)
R 180 of 476 ~ 37.82%
G 152 of 476 ~ 31.93%
B 144 of 476 ~ 30.25'%

%37.82
%31.93
%30.25

CMYK color model

#B49890 color CMYK value is (0,16,20,29).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 20.00%
  • key color value is 29.41%

CMYK: (0,16,20,29)
C0M16Y20K29 (0%, 16%, 20%, 29%)
(0.00 / 0.16 / 0.20 / 0.29)

CMYK percentages

%0
%15.56
%20
%29.41

Codes

Color #B49890 in popluar color models

B4 98 90
RGB 180 152 144
HSL 13° 19.35% 63.53%
HSB/HSV 13° 20.00% 70.59%
CMYK 0.00% 15.56% 20.00%
29.41%

Color #B49890 in popluar number systems.

HEX B4 98 90
Decimal 180 152 144
Binary 10110100 10011000 10010000
Octal 264 230 220

Shades and tints

Shades of #B49890

#B49890
(180,152,144)
#A48B83
(164,139,131)
#947E76
(148,126,118)
#847169
(132,113,105)
#74645C
(116,100,92)
#64574F
(100,87,79)
#544A42
(84,74,66)
#443D35
(68,61,53)
#343028
(52,48,40)
#24231B
(36,35,27)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #B49890

#B49890
(180,152,144)
#BAA19A
(186,161,154)
#C0AAA4
(192,170,164)
#C6B3AE
(198,179,174)
#CCBCB8
(204,188,184)
#D2C5C2
(210,197,194)
#D8CECC
(216,206,204)
#DED7D6
(222,215,214)
#E4E0E0
(228,224,224)
#EAE9EA
(234,233,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49890 color. Also use rgb(180,152,144) instead hex code.

Text Font Color

.myTextColor { color: #B49890; }

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

This text font color is #B49890.

Background Color

.myBgColor { background-color: #B49890; }

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

This div background color is #B49890.

Border color

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

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

This div border color is #B49890.

Opacity

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

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

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

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

This text has shadow with #B49890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49890.

Preview

Color preview on black background

This text has color #B49890 on black background.


Color preview on white background

This text has color #B49890 on white background.


Black color preview on #B49890 background

This text has black color on #B49890 background.


White color preview on #B49890 background

This text has white color on #B49890 background.


Related colors

Complementary color

Complementary color for #hex is #4B676F.


I love getcolorcode.com

Triadic colors

1 #90B498 and #9890B4 with #B49890 are triadic colors.

2 #9098B4 and #98B490 with #B49890 are triadic colors.