COLOR #B49E97

HEX: #B49E97 RGB: (180,158,151)

Color info

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

RGB color model

#B49E97 color RGB value is (180,158,151).

RGB: (180,158,151) (71%, 62%, 59%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 151 of 255 = 59%

180
158
151

R + G + B ~ 64%. #B49E97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 158 + 151 = 489 (100%)
R 180 of 489 ~ 36.81%
G 158 of 489 ~ 32.31%
B 151 of 489 ~ 30.88'%

%36.81
%32.31
%30.88

CMYK color model

#B49E97 color CMYK value is (0,12,16,29).

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

CMYK: (0,12,16,29)
C0M12Y16K29 (0%, 12%, 16%, 29%)
(0.00 / 0.12 / 0.16 / 0.29)

CMYK percentages

%0
%12.22
%16.11
%29.41

Codes

Color #B49E97 in popluar color models

B4 9E 97
RGB 180 158 151
HSL 14° 16.20% 64.90%
HSB/HSV 14° 16.11% 70.59%
CMYK 0.00% 12.22% 16.11%
29.41%

Color #B49E97 in popluar number systems.

HEX B4 9E 97
Decimal 180 158 151
Binary 10110100 10011110 10010111
Octal 264 236 227

Shades and tints

Shades of #B49E97

#B49E97
(180,158,151)
#A4908A
(164,144,138)
#94827D
(148,130,125)
#847470
(132,116,112)
#746663
(116,102,99)
#645856
(100,88,86)
#544A49
(84,74,73)
#443C3C
(68,60,60)
#342E2F
(52,46,47)
#242022
(36,32,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B49E97

#B49E97
(180,158,151)
#BAA6A0
(186,166,160)
#C0AEA9
(192,174,169)
#C6B6B2
(198,182,178)
#CCBEBB
(204,190,187)
#D2C6C4
(210,198,196)
#D8CECD
(216,206,205)
#DED6D6
(222,214,214)
#E4DEDF
(228,222,223)
#EAE6E8
(234,230,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49E97; }

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

This text font color is #B49E97.

Background Color

.myBgColor { background-color: #B49E97; }

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

This div background color is #B49E97.

Border color

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

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

This div border color is #B49E97.

Opacity

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

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

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

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

This text has shadow with #B49E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49E97.

Preview

Color preview on black background

This text has color #B49E97 on black background.


Color preview on white background

This text has color #B49E97 on white background.


Black color preview on #B49E97 background

This text has black color on #B49E97 background.


White color preview on #B49E97 background

This text has white color on #B49E97 background.


Related colors

Complementary color

Complementary color for #hex is #4B6168.


I love getcolorcode.com

Triadic colors

1 #97B49E and #9E97B4 with #B49E97 are triadic colors.

2 #979EB4 and #9EB497 with #B49E97 are triadic colors.