COLOR #B49E91

HEX: #B49E91 RGB: (180,158,145)

Color info

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

RGB color model

#B49E91 color RGB value is (180,158,145).

RGB: (180,158,145) (71%, 62%, 57%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 145 of 255 = 57%

180
158
145

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

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 145 = 483 (100%)
R 180 of 483 ~ 37.27%
G 158 of 483 ~ 32.71%
B 145 of 483 ~ 30.02'%

%37.27
%32.71
%30.02

CMYK color model

#B49E91 color CMYK value is (0,12,19,29).

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

CMYK: (0,12,19,29)
C0M12Y19K29 (0%, 12%, 19%, 29%)
(0.00 / 0.12 / 0.19 / 0.29)

CMYK percentages

%0
%12.22
%19.44
%29.41

Codes

Color #B49E91 in popluar color models

B4 9E 91
RGB 180 158 145
HSL 22° 18.92% 63.73%
HSB/HSV 22° 19.44% 70.59%
CMYK 0.00% 12.22% 19.44%
29.41%

Color #B49E91 in popluar number systems.

HEX B4 9E 91
Decimal 180 158 145
Binary 10110100 10011110 10010001
Octal 264 236 221

Shades and tints

Shades of #B49E91

#B49E91
(180,158,145)
#A49084
(164,144,132)
#948277
(148,130,119)
#84746A
(132,116,106)
#74665D
(116,102,93)
#645850
(100,88,80)
#544A43
(84,74,67)
#443C36
(68,60,54)
#342E29
(52,46,41)
#24201C
(36,32,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B49E91

#B49E91
(180,158,145)
#BAA69B
(186,166,155)
#C0AEA5
(192,174,165)
#C6B6AF
(198,182,175)
#CCBEB9
(204,190,185)
#D2C6C3
(210,198,195)
#D8CECD
(216,206,205)
#DED6D7
(222,214,215)
#E4DEE1
(228,222,225)
#EAE6EB
(234,230,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49E91; }

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

This text font color is #B49E91.

Background Color

.myBgColor { background-color: #B49E91; }

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

This div background color is #B49E91.

Border color

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

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

This div border color is #B49E91.

Opacity

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

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

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

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

This text has shadow with #B49E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49E91.

Preview

Color preview on black background

This text has color #B49E91 on black background.


Color preview on white background

This text has color #B49E91 on white background.


Black color preview on #B49E91 background

This text has black color on #B49E91 background.


White color preview on #B49E91 background

This text has white color on #B49E91 background.


Related colors

Complementary color

Complementary color for #hex is #4B616E.


I love getcolorcode.com

Triadic colors

1 #91B49E and #9E91B4 with #B49E91 are triadic colors.

2 #919EB4 and #9EB491 with #B49E91 are triadic colors.