COLOR #B49598

HEX: #B49598
RGB: (180,149,152)

Color info

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

RGB color model

#B49598 color RGB value is (180,149,152).

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

RGB channels and saturation

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

180
149
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 152 = 481 (100%)
R 180 of 481 ~ 37.42%
G 149 of 481 ~ 30.98%
B 152 of 481 ~ 31.6%

%37.42
%30.98
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 15.56%
  • 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
%15.56
%29.41

Codes

Color #B49598 in popluar color models

B49598
RGB180149152
HSL354°17.13%64.51%
HSB/HSV354°17.22%70.59%
CMYK0.00%17.22%15.56%
29.41%

Color #B49598 in popluar number systems.

HEXB49598
Decimal180149152
Binary101101001001010110011000
Octal264225230

Shades and tints

Shades of #B49598

#B49598
(180,149,152)
#A4888B
(164,136,139)
#947B7E
(148,123,126)
#846E71
(132,110,113)
#746164
(116,97,100)
#645457
(100,84,87)
#54474A
(84,71,74)
#443A3D
(68,58,61)
#342D30
(52,45,48)
#242023
(36,32,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B49598

#B49598
(180,149,152)
#BA9EA1
(186,158,161)
#C0A7AA
(192,167,170)
#C6B0B3
(198,176,179)
#CCB9BC
(204,185,188)
#D2C2C5
(210,194,197)
#D8CBCE
(216,203,206)
#DED4D7
(222,212,215)
#E4DDE0
(228,221,224)
#EAE6E9
(234,230,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49598; }

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

This text font color is #B49598.


Background Color

.myBgColor { background-color: #B49598; }

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

This div background color is #B49598.


Border color

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

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

This div border color is #B49598.


Opacity

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

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

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

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

This text has shadow with #B49598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49598 on black background.


Color preview on white background

This text has color #B49598 on white background.



Black color preview on #B49598 background

This text has black color on #B49598 background.


White color preview on #B49598 background

This text has white color on #B49598 background.