COLOR #B49597

HEX: #B49597
RGB: (180,149,151)

Color info

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

RGB color model

#B49597 color RGB value is (180,149,151).

  • red value is 180;
  • green value is 149;
  • blue value is 151.
RGB:
(180,149,151)
(71%,58%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 151 of 255 = 59%

180
149
151

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 151 = 480 (100%)
R 180 of 480 ~ 37.5%
G 149 of 480 ~ 31.04%
B 151 of 480 ~ 31.46%

%37.5
%31.04
%31.46

CMYK color model

#B49597 color CMYK value is (0,17,16,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(0,17,16,29)
C0M17Y16K29 
(0%,17%,16%,29%)
(0.00/0.17/0.16/0.29)	

CMYK percentages

%0
%17.22
%16.11
%29.41

Codes

Color #B49597 in popluar color models

B49597
RGB180149151
HSL356°17.13%64.51%
HSB/HSV356°17.22%70.59%
CMYK0.00%17.22%16.11%
29.41%

Color #B49597 in popluar number systems.

HEXB49597
Decimal180149151
Binary101101001001010110010111
Octal264225227

Shades and tints

Shades of #B49597

#B49597
(180,149,151)
#A4888A
(164,136,138)
#947B7D
(148,123,125)
#846E70
(132,110,112)
#746163
(116,97,99)
#645456
(100,84,86)
#544749
(84,71,73)
#443A3C
(68,58,60)
#342D2F
(52,45,47)
#242022
(36,32,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B49597

#B49597
(180,149,151)
#BA9EA0
(186,158,160)
#C0A7A9
(192,167,169)
#C6B0B2
(198,176,178)
#CCB9BB
(204,185,187)
#D2C2C4
(210,194,196)
#D8CBCD
(216,203,205)
#DED4D6
(222,212,214)
#E4DDDF
(228,221,223)
#EAE6E8
(234,230,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49597; }

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

This text font color is #B49597.


Background Color

.myBgColor { background-color: #B49597; }

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

This div background color is #B49597.


Border color

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

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

This div border color is #B49597.


Opacity

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

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

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

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

This text has shadow with #B49597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49597 on black background.


Color preview on white background

This text has color #B49597 on white background.



Black color preview on #B49597 background

This text has black color on #B49597 background.


White color preview on #B49597 background

This text has white color on #B49597 background.