COLOR #B96A86

HEX: #B96A86
RGB: (185,106,134)

Color info

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

RGB color model

#B96A86 color RGB value is (185,106,134).

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

RGB channels and saturation

R 185 of 255 = 73%
G 106 of 255 = 42%
B 134 of 255 = 53%

185
106
134

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

Portions of RGB colors in percentages

R + G + B =
185 + 106 + 134 = 425 (100%)
R 185 of 425 ~ 43.53%
G 106 of 425 ~ 24.94%
B 134 of 425 ~ 31.53%

%43.53
%24.94
%31.53

CMYK color model

#B96A86 color CMYK value is (0,43,28,27).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 27.57%
  • key color value is 27.45%
CMYK:
(0,43,28,27)
C0M43Y28K27 
(0%,43%,28%,27%)
(0.00/0.43/0.28/0.27)	

CMYK percentages

%0
%42.7
%27.57
%27.45

Codes

Color #B96A86 in popluar color models

B96A86
RGB185106134
HSL339°36.07%57.06%
HSB/HSV339°42.70%72.55%
CMYK0.00%42.70%27.57%
27.45%

Color #B96A86 in popluar number systems.

HEXB96A86
Decimal185106134
Binary10111001110101010000110
Octal271152206

Shades and tints

Shades of #B96A86

#B96A86
(185,106,134)
#A9617A
(169,97,122)
#99586E
(153,88,110)
#894F62
(137,79,98)
#794656
(121,70,86)
#693D4A
(105,61,74)
#59343E
(89,52,62)
#492B32
(73,43,50)
#392226
(57,34,38)
#29191A
(41,25,26)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B96A86

#B96A86
(185,106,134)
#BF7791
(191,119,145)
#C5849C
(197,132,156)
#CB91A7
(203,145,167)
#D19EB2
(209,158,178)
#D7ABBD
(215,171,189)
#DDB8C8
(221,184,200)
#E3C5D3
(227,197,211)
#E9D2DE
(233,210,222)
#EFDFE9
(239,223,233)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96A86; }

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

This text font color is #B96A86.


Background Color

.myBgColor { background-color: #B96A86; }

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

This div background color is #B96A86.


Border color

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

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

This div border color is #B96A86.


Opacity

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

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

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

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

This text has shadow with #B96A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96A86 on black background.


Color preview on white background

This text has color #B96A86 on white background.



Black color preview on #B96A86 background

This text has black color on #B96A86 background.


White color preview on #B96A86 background

This text has white color on #B96A86 background.