COLOR #B4919C

HEX: #B4919C
RGB: (180,145,156)

Color info

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

RGB color model

#B4919C color RGB value is (180,145,156).

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

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 156 of 255 = 61%

180
145
156

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

Portions of RGB colors in percentages

R + G + B =
180 + 145 + 156 = 481 (100%)
R 180 of 481 ~ 37.42%
G 145 of 481 ~ 30.15%
B 156 of 481 ~ 32.43%

%37.42
%30.15
%32.43

CMYK color model

#B4919C color CMYK value is (0,19,13,29).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(0,19,13,29)
C0M19Y13K29 
(0%,19%,13%,29%)
(0.00/0.19/0.13/0.29)	

CMYK percentages

%0
%19.44
%13.33
%29.41

Codes

Color #B4919C in popluar color models

B4919C
RGB180145156
HSL341°18.92%63.73%
HSB/HSV341°19.44%70.59%
CMYK0.00%19.44%13.33%
29.41%

Color #B4919C in popluar number systems.

HEXB4919C
Decimal180145156
Binary101101001001000110011100
Octal264221234

Shades and tints

Shades of #B4919C

#B4919C
(180,145,156)
#A4848E
(164,132,142)
#947780
(148,119,128)
#846A72
(132,106,114)
#745D64
(116,93,100)
#645056
(100,80,86)
#544348
(84,67,72)
#44363A
(68,54,58)
#34292C
(52,41,44)
#241C1E
(36,28,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #B4919C

#B4919C
(180,145,156)
#BA9BA5
(186,155,165)
#C0A5AE
(192,165,174)
#C6AFB7
(198,175,183)
#CCB9C0
(204,185,192)
#D2C3C9
(210,195,201)
#D8CDD2
(216,205,210)
#DED7DB
(222,215,219)
#E4E1E4
(228,225,228)
#EAEBED
(234,235,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4919C; }

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

This text font color is #B4919C.


Background Color

.myBgColor { background-color: #B4919C; }

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

This div background color is #B4919C.


Border color

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

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

This div border color is #B4919C.


Opacity

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

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

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

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

This text has shadow with #B4919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4919C on black background.


Color preview on white background

This text has color #B4919C on white background.



Black color preview on #B4919C background

This text has black color on #B4919C background.


White color preview on #B4919C background

This text has white color on #B4919C background.