COLOR #B49891

HEX: #B49891 RGB: (180,152,145)

Color info

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

RGB color model

#B49891 color RGB value is (180,152,145).

RGB: (180,152,145) (71%, 60%, 57%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 145 of 255 = 57%

180
152
145

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

Portions of RGB colors in percentages

R + G + B = 180 + 152 + 145 = 477 (100%)
R 180 of 477 ~ 37.74%
G 152 of 477 ~ 31.87%
B 145 of 477 ~ 30.4'%

%37.74
%31.87
%30.4

CMYK color model

#B49891 color CMYK value is (0,16,19,29).

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

CMYK: (0,16,19,29)
C0M16Y19K29 (0%, 16%, 19%, 29%)
(0.00 / 0.16 / 0.19 / 0.29)

CMYK percentages

%0
%15.56
%19.44
%29.41

Codes

Color #B49891 in popluar color models

B4 98 91
RGB 180 152 145
HSL 12° 18.92% 63.73%
HSB/HSV 12° 19.44% 70.59%
CMYK 0.00% 15.56% 19.44%
29.41%

Color #B49891 in popluar number systems.

HEX B4 98 91
Decimal 180 152 145
Binary 10110100 10011000 10010001
Octal 264 230 221

Shades and tints

Shades of #B49891

#B49891
(180,152,145)
#A48B84
(164,139,132)
#947E77
(148,126,119)
#84716A
(132,113,106)
#74645D
(116,100,93)
#645750
(100,87,80)
#544A43
(84,74,67)
#443D36
(68,61,54)
#343029
(52,48,41)
#24231C
(36,35,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B49891

#B49891
(180,152,145)
#BAA19B
(186,161,155)
#C0AAA5
(192,170,165)
#C6B3AF
(198,179,175)
#CCBCB9
(204,188,185)
#D2C5C3
(210,197,195)
#D8CECD
(216,206,205)
#DED7D7
(222,215,215)
#E4E0E1
(228,224,225)
#EAE9EB
(234,233,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49891; }

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

This text font color is #B49891.

Background Color

.myBgColor { background-color: #B49891; }

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

This div background color is #B49891.

Border color

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

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

This div border color is #B49891.

Opacity

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

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

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

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

This text has shadow with #B49891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49891.

Preview

Color preview on black background

This text has color #B49891 on black background.


Color preview on white background

This text has color #B49891 on white background.


Black color preview on #B49891 background

This text has black color on #B49891 background.


White color preview on #B49891 background

This text has white color on #B49891 background.


Related colors

Complementary color

Complementary color for #hex is #4B676E.


I love getcolorcode.com

Triadic colors

1 #91B498 and #9891B4 with #B49891 are triadic colors.

2 #9198B4 and #98B491 with #B49891 are triadic colors.