COLOR #B49498

HEX: #B49498
RGB: (180,148,152)

Color info

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

RGB color model

#B49498 color RGB value is (180,148,152).

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

RGB channels and saturation

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

180
148
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 152 = 480 (100%)
R 180 of 480 ~ 37.5%
G 148 of 480 ~ 30.83%
B 152 of 480 ~ 31.67%

%37.5
%30.83
%31.67

CMYK color model

#B49498 color CMYK value is (0,18,16,29).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,18,16,29)
C0M18Y16K29 
(0%,18%,16%,29%)
(0.00/0.18/0.16/0.29)	

CMYK percentages

%0
%17.78
%15.56
%29.41

Codes

Color #B49498 in popluar color models

B49498
RGB180148152
HSL353°17.58%64.31%
HSB/HSV353°17.78%70.59%
CMYK0.00%17.78%15.56%
29.41%

Color #B49498 in popluar number systems.

HEXB49498
Decimal180148152
Binary101101001001010010011000
Octal264224230

Shades and tints

Shades of #B49498

#B49498
(180,148,152)
#A4878B
(164,135,139)
#947A7E
(148,122,126)
#846D71
(132,109,113)
#746064
(116,96,100)
#645357
(100,83,87)
#54464A
(84,70,74)
#44393D
(68,57,61)
#342C30
(52,44,48)
#241F23
(36,31,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B49498

#B49498
(180,148,152)
#BA9DA1
(186,157,161)
#C0A6AA
(192,166,170)
#C6AFB3
(198,175,179)
#CCB8BC
(204,184,188)
#D2C1C5
(210,193,197)
#D8CACE
(216,202,206)
#DED3D7
(222,211,215)
#E4DCE0
(228,220,224)
#EAE5E9
(234,229,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49498; }

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

This text font color is #B49498.


Background Color

.myBgColor { background-color: #B49498; }

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

This div background color is #B49498.


Border color

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

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

This div border color is #B49498.


Opacity

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

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

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

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

This text has shadow with #B49498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49498 on black background.


Color preview on white background

This text has color #B49498 on white background.



Black color preview on #B49498 background

This text has black color on #B49498 background.


White color preview on #B49498 background

This text has white color on #B49498 background.