COLOR #B97493

HEX: #B97493 RGB: (185,116,147)

Color info

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

RGB color model

#B97493 color RGB value is (185,116,147).

RGB: (185,116,147) (73%, 45%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 116 of 255 = 45%
B 147 of 255 = 58%

185
116
147

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

Portions of RGB colors in percentages

R + G + B = 185 + 116 + 147 = 448 (100%)
R 185 of 448 ~ 41.29%
G 116 of 448 ~ 25.89%
B 147 of 448 ~ 32.81'%

%41.29
%25.89
%32.81

CMYK color model

#B97493 color CMYK value is (0,37,21,27).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK: (0,37,21,27) C0M37Y21K27 (0%,37%,21%,27%) (0.00/0.37/0.21/0.27) 

CMYK percentages

%0
%37.3
%20.54
%27.45

Codes

Color #B97493 in popluar color models

B9 74 93
RGB 185 116 147
HSL 333° 33.01% 59.02%
HSB/HSV 333° 37.30% 72.55%
CMYK 0.00% 37.30% 20.54%
27.45%

Color #B97493 in popluar number systems.

HEX B9 74 93
Decimal 185 116 147
Binary 10111001 1110100 10010011
Octal 271 164 223

Shades and tints

Shades of #B97493

#B97493
(185,116,147)
#A96A86
(169,106,134)
#996079
(153,96,121)
#89566C
(137,86,108)
#794C5F
(121,76,95)
#694252
(105,66,82)
#593845
(89,56,69)
#492E38
(73,46,56)
#39242B
(57,36,43)
#291A1E
(41,26,30)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #B97493

#B97493
(185,116,147)
#BF809C
(191,128,156)
#C58CA5
(197,140,165)
#CB98AE
(203,152,174)
#D1A4B7
(209,164,183)
#D7B0C0
(215,176,192)
#DDBCC9
(221,188,201)
#E3C8D2
(227,200,210)
#E9D4DB
(233,212,219)
#EFE0E4
(239,224,228)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97493; }

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

This text font color is #B97493.

Background Color

.myBgColor { background-color: #B97493; }

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

This div background color is #B97493.

Border color

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

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

This div border color is #B97493.

Opacity

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

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

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

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

This text has shadow with #B97493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97493.

Preview

Color preview on black background

This text has color #B97493 on black background.


Color preview on white background

This text has color #B97493 on white background.


Black color preview on #B97493 background

This text has black color on #B97493 background.


White color preview on #B97493 background

This text has white color on #B97493 background.


Related colors

Complementary color

Complementary color for #hex is #468B6C.


I love getcolorcode.com

Triadic colors

1 #93B974 and #7493B9 with #B97493 are triadic colors.

2 #9374B9 and #74B993 with #B97493 are triadic colors.