COLOR #B4889D

HEX: #B4889D
RGB: (180,136,157)

Color info

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

RGB color model

#B4889D color RGB value is (180,136,157).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 157 of 255 = 62%

180
136
157

R + G + B ~ 62%. #B4889D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 157 = 473 (100%)
R 180 of 473 ~ 38.05%
G 136 of 473 ~ 28.75%
B 157 of 473 ~ 33.19%

%38.05
%28.75
%33.19

CMYK color model

#B4889D color CMYK value is (0,24,13,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,24,13,29)
C0M24Y13K29 
(0%,24%,13%,29%)
(0.00/0.24/0.13/0.29)	

CMYK percentages

%0
%24.44
%12.78
%29.41

Codes

Color #B4889D in popluar color models

B4889D
RGB180136157
HSL331°22.68%61.96%
HSB/HSV331°24.44%70.59%
CMYK0.00%24.44%12.78%
29.41%

Color #B4889D in popluar number systems.

HEXB4889D
Decimal180136157
Binary101101001000100010011101
Octal264210235

Shades and tints

Shades of #B4889D

#B4889D
(180,136,157)
#A47C8F
(164,124,143)
#947081
(148,112,129)
#846473
(132,100,115)
#745865
(116,88,101)
#644C57
(100,76,87)
#544049
(84,64,73)
#44343B
(68,52,59)
#34282D
(52,40,45)
#241C1F
(36,28,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B4889D

#B4889D
(180,136,157)
#BA92A5
(186,146,165)
#C09CAD
(192,156,173)
#C6A6B5
(198,166,181)
#CCB0BD
(204,176,189)
#D2BAC5
(210,186,197)
#D8C4CD
(216,196,205)
#DECED5
(222,206,213)
#E4D8DD
(228,216,221)
#EAE2E5
(234,226,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4889D; }

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

This text font color is #B4889D.


Background Color

.myBgColor { background-color: #B4889D; }

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

This div background color is #B4889D.


Border color

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

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

This div border color is #B4889D.


Opacity

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

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

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

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

This text has shadow with #B4889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4889D on black background.


Color preview on white background

This text has color #B4889D on white background.



Black color preview on #B4889D background

This text has black color on #B4889D background.


White color preview on #B4889D background

This text has white color on #B4889D background.