COLOR #B4949C

HEX: #B4949C
RGB: (180,148,156)

Color info

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

RGB color model

#B4949C color RGB value is (180,148,156).

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

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 156 of 255 = 61%

180
148
156

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

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 156 = 484 (100%)
R 180 of 484 ~ 37.19%
G 148 of 484 ~ 30.58%
B 156 of 484 ~ 32.23%

%37.19
%30.58
%32.23

CMYK color model

#B4949C color CMYK value is (0,18,13,29).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(0,18,13,29)
C0M18Y13K29 
(0%,18%,13%,29%)
(0.00/0.18/0.13/0.29)	

CMYK percentages

%0
%17.78
%13.33
%29.41

Codes

Color #B4949C in popluar color models

B4949C
RGB180148156
HSL345°17.58%64.31%
HSB/HSV345°17.78%70.59%
CMYK0.00%17.78%13.33%
29.41%

Color #B4949C in popluar number systems.

HEXB4949C
Decimal180148156
Binary101101001001010010011100
Octal264224234

Shades and tints

Shades of #B4949C

#B4949C
(180,148,156)
#A4878E
(164,135,142)
#947A80
(148,122,128)
#846D72
(132,109,114)
#746064
(116,96,100)
#645356
(100,83,86)
#544648
(84,70,72)
#44393A
(68,57,58)
#342C2C
(52,44,44)
#241F1E
(36,31,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B4949C

#B4949C
(180,148,156)
#BA9DA5
(186,157,165)
#C0A6AE
(192,166,174)
#C6AFB7
(198,175,183)
#CCB8C0
(204,184,192)
#D2C1C9
(210,193,201)
#D8CAD2
(216,202,210)
#DED3DB
(222,211,219)
#E4DCE4
(228,220,228)
#EAE5ED
(234,229,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4949C; }

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

This text font color is #B4949C.


Background Color

.myBgColor { background-color: #B4949C; }

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

This div background color is #B4949C.


Border color

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

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

This div border color is #B4949C.


Opacity

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

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

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

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

This text has shadow with #B4949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4949C on black background.


Color preview on white background

This text has color #B4949C on white background.



Black color preview on #B4949C background

This text has black color on #B4949C background.


White color preview on #B4949C background

This text has white color on #B4949C background.