COLOR #B4909D

HEX: #B4909D
RGB: (180,144,157)

Color info

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

RGB color model

#B4909D color RGB value is (180,144,157).

  • red value is 180;
  • green value is 144;
  • blue value is 157.
RGB:
(180,144,157)
(71%,56%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 157 of 255 = 62%

180
144
157

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 157 = 481 (100%)
R 180 of 481 ~ 37.42%
G 144 of 481 ~ 29.94%
B 157 of 481 ~ 32.64%

%37.42
%29.94
%32.64

CMYK color model

#B4909D color CMYK value is (0,20,13,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,20,13,29)
C0M20Y13K29 
(0%,20%,13%,29%)
(0.00/0.20/0.13/0.29)	

CMYK percentages

%0
%20
%12.78
%29.41

Codes

Color #B4909D in popluar color models

B4909D
RGB180144157
HSL338°19.35%63.53%
HSB/HSV338°20.00%70.59%
CMYK0.00%20.00%12.78%
29.41%

Color #B4909D in popluar number systems.

HEXB4909D
Decimal180144157
Binary101101001001000010011101
Octal264220235

Shades and tints

Shades of #B4909D

#B4909D
(180,144,157)
#A4838F
(164,131,143)
#947681
(148,118,129)
#846973
(132,105,115)
#745C65
(116,92,101)
#644F57
(100,79,87)
#544249
(84,66,73)
#44353B
(68,53,59)
#34282D
(52,40,45)
#241B1F
(36,27,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B4909D

#B4909D
(180,144,157)
#BA9AA5
(186,154,165)
#C0A4AD
(192,164,173)
#C6AEB5
(198,174,181)
#CCB8BD
(204,184,189)
#D2C2C5
(210,194,197)
#D8CCCD
(216,204,205)
#DED6D5
(222,214,213)
#E4E0DD
(228,224,221)
#EAEAE5
(234,234,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4909D color. Also use rgb(180,144,157) instead hex code.

Text Font Color

.myTextColor { color: #B4909D; }

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

This text font color is #B4909D.


Background Color

.myBgColor { background-color: #B4909D; }

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

This div background color is #B4909D.


Border color

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

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

This div border color is #B4909D.


Opacity

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

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

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

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

This text has shadow with #B4909D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4909D on black background.


Color preview on white background

This text has color #B4909D on white background.



Black color preview on #B4909D background

This text has black color on #B4909D background.


White color preview on #B4909D background

This text has white color on #B4909D background.