COLOR #B5898F

HEX: #B5898F RGB: (181,137,143)

Color info

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

RGB color model

#B5898F color RGB value is (181,137,143).

RGB: (181,137,143) (71%, 54%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 143 of 255 = 56%

181
137
143

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

Portions of RGB colors in percentages

R + G + B = 181 + 137 + 143 = 461 (100%)
R 181 of 461 ~ 39.26%
G 137 of 461 ~ 29.72%
B 143 of 461 ~ 31.02'%

%39.26
%29.72
%31.02

CMYK color model

#B5898F color CMYK value is (0,24,21,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 20.99%
  • key color value is 29.02%

CMYK: (0,24,21,29)
C0M24Y21K29 (0%, 24%, 21%, 29%)
(0.00 / 0.24 / 0.21 / 0.29)

CMYK percentages

%0
%24.31
%20.99
%29.02

Codes

Color #B5898F in popluar color models

B5 89 8F
RGB 181 137 143
HSL 352° 22.92% 62.35%
HSB/HSV 352° 24.31% 70.98%
CMYK 0.00% 24.31% 20.99%
29.02%

Color #B5898F in popluar number systems.

HEX B5 89 8F
Decimal 181 137 143
Binary 10110101 10001001 10001111
Octal 265 211 217

Shades and tints

Shades of #B5898F

#B5898F
(181,137,143)
#A57D82
(165,125,130)
#957175
(149,113,117)
#856568
(133,101,104)
#75595B
(117,89,91)
#654D4E
(101,77,78)
#554141
(85,65,65)
#453534
(69,53,52)
#352927
(53,41,39)
#251D1A
(37,29,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #B5898F

#B5898F
(181,137,143)
#BB9399
(187,147,153)
#C19DA3
(193,157,163)
#C7A7AD
(199,167,173)
#CDB1B7
(205,177,183)
#D3BBC1
(211,187,193)
#D9C5CB
(217,197,203)
#DFCFD5
(223,207,213)
#E5D9DF
(229,217,223)
#EBE3E9
(235,227,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5898F color. Also use rgb(181,137,143) instead hex code.

Text Font Color

.myTextColor { color: #B5898F; }

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

This text font color is #B5898F.

Background Color

.myBgColor { background-color: #B5898F; }

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

This div background color is #B5898F.

Border color

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

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

This div border color is #B5898F.

Opacity

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

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

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

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

This text has shadow with #B5898F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5898F.

Preview

Color preview on black background

This text has color #B5898F on black background.


Color preview on white background

This text has color #B5898F on white background.


Black color preview on #B5898F background

This text has black color on #B5898F background.


White color preview on #B5898F background

This text has white color on #B5898F background.


Related colors

Complementary color

Complementary color for #hex is #4A7670.


I love getcolorcode.com

Triadic colors

1 #8FB589 and #898FB5 with #B5898F are triadic colors.

2 #8F89B5 and #89B58F with #B5898F are triadic colors.