COLOR #B97486

HEX: #B97486
RGB: (185,116,134)

Color info

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

RGB color model

#B97486 color RGB value is (185,116,134).

  • red value is 185;
  • green value is 116;
  • blue value is 134.
RGB:
(185,116,134)
(73%,45%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 116 of 255 = 45%
B 134 of 255 = 53%

185
116
134

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

Portions of RGB colors in percentages

R + G + B =
185 + 116 + 134 = 435 (100%)
R 185 of 435 ~ 42.53%
G 116 of 435 ~ 26.67%
B 134 of 435 ~ 30.8%

%42.53
%26.67
%30.8

CMYK color model

#B97486 color CMYK value is (0,37,28,27).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 27.57%
  • key color value is 27.45%
CMYK:
(0,37,28,27)
C0M37Y28K27 
(0%,37%,28%,27%)
(0.00/0.37/0.28/0.27)	

CMYK percentages

%0
%37.3
%27.57
%27.45

Codes

Color #B97486 in popluar color models

B97486
RGB185116134
HSL344°33.01%59.02%
HSB/HSV344°37.30%72.55%
CMYK0.00%37.30%27.57%
27.45%

Color #B97486 in popluar number systems.

HEXB97486
Decimal185116134
Binary10111001111010010000110
Octal271164206

Shades and tints

Shades of #B97486

#B97486
(185,116,134)
#A96A7A
(169,106,122)
#99606E
(153,96,110)
#895662
(137,86,98)
#794C56
(121,76,86)
#69424A
(105,66,74)
#59383E
(89,56,62)
#492E32
(73,46,50)
#392426
(57,36,38)
#291A1A
(41,26,26)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B97486

#B97486
(185,116,134)
#BF8091
(191,128,145)
#C58C9C
(197,140,156)
#CB98A7
(203,152,167)
#D1A4B2
(209,164,178)
#D7B0BD
(215,176,189)
#DDBCC8
(221,188,200)
#E3C8D3
(227,200,211)
#E9D4DE
(233,212,222)
#EFE0E9
(239,224,233)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97486; }

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

This text font color is #B97486.


Background Color

.myBgColor { background-color: #B97486; }

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

This div background color is #B97486.


Border color

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

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

This div border color is #B97486.


Opacity

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

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

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

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

This text has shadow with #B97486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97486 on black background.


Color preview on white background

This text has color #B97486 on white background.



Black color preview on #B97486 background

This text has black color on #B97486 background.


White color preview on #B97486 background

This text has white color on #B97486 background.