COLOR #B96387

HEX: #B96387
RGB: (185,99,135)

Color info

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

RGB color model

#B96387 color RGB value is (185,99,135).

  • red value is 185;
  • green value is 99;
  • blue value is 135.
RGB:
(185,99,135)
(73%,39%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 99 of 255 = 39%
B 135 of 255 = 53%

185
99
135

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

Portions of RGB colors in percentages

R + G + B =
185 + 99 + 135 = 419 (100%)
R 185 of 419 ~ 44.15%
G 99 of 419 ~ 23.63%
B 135 of 419 ~ 32.22%

%44.15
%23.63
%32.22

CMYK color model

#B96387 color CMYK value is (0,46,27,27).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(0,46,27,27)
C0M46Y27K27 
(0%,46%,27%,27%)
(0.00/0.46/0.27/0.27)	

CMYK percentages

%0
%46.49
%27.03
%27.45

Codes

Color #B96387 in popluar color models

B96387
RGB18599135
HSL335°38.05%55.69%
HSB/HSV335°46.49%72.55%
CMYK0.00%46.49%27.03%
27.45%

Color #B96387 in popluar number systems.

HEXB96387
Decimal18599135
Binary10111001110001110000111
Octal271143207

Shades and tints

Shades of #B96387

#B96387
(185,99,135)
#A95A7B
(169,90,123)
#99516F
(153,81,111)
#894863
(137,72,99)
#793F57
(121,63,87)
#69364B
(105,54,75)
#592D3F
(89,45,63)
#492433
(73,36,51)
#391B27
(57,27,39)
#29121B
(41,18,27)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #B96387

#B96387
(185,99,135)
#BF7191
(191,113,145)
#C57F9B
(197,127,155)
#CB8DA5
(203,141,165)
#D19BAF
(209,155,175)
#D7A9B9
(215,169,185)
#DDB7C3
(221,183,195)
#E3C5CD
(227,197,205)
#E9D3D7
(233,211,215)
#EFE1E1
(239,225,225)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96387 color. Also use rgb(185,99,135) instead hex code.

Text Font Color

.myTextColor { color: #B96387; }

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

This text font color is #B96387.


Background Color

.myBgColor { background-color: #B96387; }

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

This div background color is #B96387.


Border color

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

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

This div border color is #B96387.


Opacity

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

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

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

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

This text has shadow with #B96387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96387 on black background.


Color preview on white background

This text has color #B96387 on white background.



Black color preview on #B96387 background

This text has black color on #B96387 background.


White color preview on #B96387 background

This text has white color on #B96387 background.