COLOR #B97490

HEX: #B97490 RGB: (185,116,144)

Color info

#B97490 contains mainly red and blue colors. Web safe color of #B97490 is #CC6699 (or #C69).

RGB color model

#B97490 color RGB value is (185,116,144).

RGB: (185,116,144) (73%, 45%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 116 of 255 = 45%
B 144 of 255 = 56%

185
116
144

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

Portions of RGB colors in percentages

R + G + B = 185 + 116 + 144 = 445 (100%)
R 185 of 445 ~ 41.57%
G 116 of 445 ~ 26.07%
B 144 of 445 ~ 32.36'%

%41.57
%26.07
%32.36

CMYK color model

#B97490 color CMYK value is (0,37,22,27).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK: (0,37,22,27) C0M37Y22K27 (0%,37%,22%,27%) (0.00/0.37/0.22/0.27) 

CMYK percentages

%0
%37.3
%22.16
%27.45

Codes

Color #B97490 in popluar color models

B9 74 90
RGB 185 116 144
HSL 336° 33.01% 59.02%
HSB/HSV 336° 37.30% 72.55%
CMYK 0.00% 37.30% 22.16%
27.45%

Color #B97490 in popluar number systems.

HEX B9 74 90
Decimal 185 116 144
Binary 10111001 1110100 10010000
Octal 271 164 220

Shades and tints

Shades of #B97490

#B97490
(185,116,144)
#A96A83
(169,106,131)
#996076
(153,96,118)
#895669
(137,86,105)
#794C5C
(121,76,92)
#69424F
(105,66,79)
#593842
(89,56,66)
#492E35
(73,46,53)
#392428
(57,36,40)
#291A1B
(41,26,27)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B97490

#B97490
(185,116,144)
#BF809A
(191,128,154)
#C58CA4
(197,140,164)
#CB98AE
(203,152,174)
#D1A4B8
(209,164,184)
#D7B0C2
(215,176,194)
#DDBCCC
(221,188,204)
#E3C8D6
(227,200,214)
#E9D4E0
(233,212,224)
#EFE0EA
(239,224,234)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97490 color. Also use rgb(185,116,144) instead hex code.

Text Font Color

.myTextColor { color: #B97490; }

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

This text font color is #B97490.

Background Color

.myBgColor { background-color: #B97490; }

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

This div background color is #B97490.

Border color

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

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

This div border color is #B97490.

Opacity

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

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

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

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

This text has shadow with #B97490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97490.

Preview

Color preview on black background

This text has color #B97490 on black background.


Color preview on white background

This text has color #B97490 on white background.


Black color preview on #B97490 background

This text has black color on #B97490 background.


White color preview on #B97490 background

This text has white color on #B97490 background.


Related colors

Complementary color

Complementary color for #hex is #468B6F.


I love getcolorcode.com

Triadic colors

1 #90B974 and #7490B9 with #B97490 are triadic colors.

2 #9074B9 and #74B990 with #B97490 are triadic colors.