COLOR #B97394

HEX: #B97394 RGB: (185,115,148)

Color info

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

RGB color model

#B97394 color RGB value is (185,115,148).

RGB: (185,115,148) (73%, 45%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 115 of 255 = 45%
B 148 of 255 = 58%

185
115
148

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

Portions of RGB colors in percentages

R + G + B = 185 + 115 + 148 = 448 (100%)
R 185 of 448 ~ 41.29%
G 115 of 448 ~ 25.67%
B 148 of 448 ~ 33.04'%

%41.29
%25.67
%33.04

CMYK color model

#B97394 color CMYK value is (0,38,20,27).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 20.00%
  • key color value is 27.45%

CMYK: (0,38,20,27)
C0M38Y20K27 (0%, 38%, 20%, 27%)
(0.00 / 0.38 / 0.20 / 0.27)

CMYK percentages

%0
%37.84
%20
%27.45

Codes

Color #B97394 in popluar color models

B9 73 94
RGB 185 115 148
HSL 332° 33.33% 58.82%
HSB/HSV 332° 37.84% 72.55%
CMYK 0.00% 37.84% 20.00%
27.45%

Color #B97394 in popluar number systems.

HEX B9 73 94
Decimal 185 115 148
Binary 10111001 1110011 10010100
Octal 271 163 224

Shades and tints

Shades of #B97394

#B97394
(185,115,148)
#A96987
(169,105,135)
#995F7A
(153,95,122)
#89556D
(137,85,109)
#794B60
(121,75,96)
#694153
(105,65,83)
#593746
(89,55,70)
#492D39
(73,45,57)
#39232C
(57,35,44)
#29191F
(41,25,31)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B97394

#B97394
(185,115,148)
#BF7F9D
(191,127,157)
#C58BA6
(197,139,166)
#CB97AF
(203,151,175)
#D1A3B8
(209,163,184)
#D7AFC1
(215,175,193)
#DDBBCA
(221,187,202)
#E3C7D3
(227,199,211)
#E9D3DC
(233,211,220)
#EFDFE5
(239,223,229)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97394 color. Also use rgb(185,115,148) instead hex code.

Text Font Color

.myTextColor { color: #B97394; }

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

This text font color is #B97394.

Background Color

.myBgColor { background-color: #B97394; }

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

This div background color is #B97394.

Border color

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

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

This div border color is #B97394.

Opacity

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

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

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

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

This text has shadow with #B97394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97394.

Preview

Color preview on black background

This text has color #B97394 on black background.


Color preview on white background

This text has color #B97394 on white background.


Black color preview on #B97394 background

This text has black color on #B97394 background.


White color preview on #B97394 background

This text has white color on #B97394 background.


Related colors

Complementary color

Complementary color for #hex is #468C6B.


I love getcolorcode.com

Triadic colors

1 #94B973 and #7394B9 with #B97394 are triadic colors.

2 #9473B9 and #73B994 with #B97394 are triadic colors.