COLOR #B49599

HEX: #B49599
RGB: (180,149,153)

Color info

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

RGB color model

#B49599 color RGB value is (180,149,153).

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

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 153 of 255 = 60%

180
149
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 153 = 482 (100%)
R 180 of 482 ~ 37.34%
G 149 of 482 ~ 30.91%
B 153 of 482 ~ 31.74%

%37.34
%30.91
%31.74

CMYK color model

#B49599 color CMYK value is (0,17,15,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,17,15,29)
C0M17Y15K29 
(0%,17%,15%,29%)
(0.00/0.17/0.15/0.29)	

CMYK percentages

%0
%17.22
%15
%29.41

Codes

Color #B49599 in popluar color models

B49599
RGB180149153
HSL352°17.13%64.51%
HSB/HSV352°17.22%70.59%
CMYK0.00%17.22%15.00%
29.41%

Color #B49599 in popluar number systems.

HEXB49599
Decimal180149153
Binary101101001001010110011001
Octal264225231

Shades and tints

Shades of #B49599

#B49599
(180,149,153)
#A4888C
(164,136,140)
#947B7F
(148,123,127)
#846E72
(132,110,114)
#746165
(116,97,101)
#645458
(100,84,88)
#54474B
(84,71,75)
#443A3E
(68,58,62)
#342D31
(52,45,49)
#242024
(36,32,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B49599

#B49599
(180,149,153)
#BA9EA2
(186,158,162)
#C0A7AB
(192,167,171)
#C6B0B4
(198,176,180)
#CCB9BD
(204,185,189)
#D2C2C6
(210,194,198)
#D8CBCF
(216,203,207)
#DED4D8
(222,212,216)
#E4DDE1
(228,221,225)
#EAE6EA
(234,230,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49599; }

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

This text font color is #B49599.


Background Color

.myBgColor { background-color: #B49599; }

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

This div background color is #B49599.


Border color

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

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

This div border color is #B49599.


Opacity

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

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

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

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

This text has shadow with #B49599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49599 on black background.


Color preview on white background

This text has color #B49599 on white background.



Black color preview on #B49599 background

This text has black color on #B49599 background.


White color preview on #B49599 background

This text has white color on #B49599 background.