COLOR #B4898B

HEX: #B4898B RGB: (180,137,139)

Color info

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

RGB color model

#B4898B color RGB value is (180,137,139).

RGB: (180,137,139) (71%, 54%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 139 of 255 = 55%

180
137
139

R + G + B ~ 60%. #B4898B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 137 + 139 = 456 (100%)
R 180 of 456 ~ 39.47%
G 137 of 456 ~ 30.04%
B 139 of 456 ~ 30.48'%

%39.47
%30.04
%30.48

CMYK color model

#B4898B color CMYK value is (0,24,23,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK: (0,24,23,29) C0M24Y23K29 (0%,24%,23%,29%) (0.00/0.24/0.23/0.29) 

CMYK percentages

%0
%23.89
%22.78
%29.41

Codes

Color #B4898B in popluar color models

B4 89 8B
RGB 180 137 139
HSL 357° 22.28% 62.16%
HSB/HSV 357° 23.89% 70.59%
CMYK 0.00% 23.89% 22.78%
29.41%

Color #B4898B in popluar number systems.

HEX B4 89 8B
Decimal 180 137 139
Binary 10110100 10001001 10001011
Octal 264 211 213

Shades and tints

Shades of #B4898B

#B4898B
(180,137,139)
#A47D7F
(164,125,127)
#947173
(148,113,115)
#846567
(132,101,103)
#74595B
(116,89,91)
#644D4F
(100,77,79)
#544143
(84,65,67)
#443537
(68,53,55)
#34292B
(52,41,43)
#241D1F
(36,29,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B4898B

#B4898B
(180,137,139)
#BA9395
(186,147,149)
#C09D9F
(192,157,159)
#C6A7A9
(198,167,169)
#CCB1B3
(204,177,179)
#D2BBBD
(210,187,189)
#D8C5C7
(216,197,199)
#DECFD1
(222,207,209)
#E4D9DB
(228,217,219)
#EAE3E5
(234,227,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4898B color. Also use rgb(180,137,139) instead hex code.

Text Font Color

.myTextColor { color: #B4898B; }

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

This text font color is #B4898B.

Background Color

.myBgColor { background-color: #B4898B; }

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

This div background color is #B4898B.

Border color

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

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

This div border color is #B4898B.

Opacity

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

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

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

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

This text has shadow with #B4898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4898B.

Preview

Color preview on black background

This text has color #B4898B on black background.


Color preview on white background

This text has color #B4898B on white background.


Black color preview on #B4898B background

This text has black color on #B4898B background.


White color preview on #B4898B background

This text has white color on #B4898B background.


Related colors

Complementary color

Complementary color for #hex is #4B7674.


I love getcolorcode.com

Triadic colors

1 #8BB489 and #898BB4 with #B4898B are triadic colors.

2 #8B89B4 and #89B48B with #B4898B are triadic colors.