COLOR #B96BAA

HEX: #B96BAA RGB: (185,107,170)

Color info

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

RGB color model

#B96BAA color RGB value is (185,107,170).

RGB: (185,107,170) (73%, 42%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 107 of 255 = 42%
B 170 of 255 = 67%

185
107
170

R + G + B ~ 61%. #B96BAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 107 + 170 = 462 (100%)
R 185 of 462 ~ 40.04%
G 107 of 462 ~ 23.16%
B 170 of 462 ~ 36.8'%

%40.04
%23.16
%36.8

CMYK color model

#B96BAA color CMYK value is (0,42,8,27).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 8.11%
  • key color value is 27.45%

CMYK: (0,42,8,27)
C0M42Y8K27 (0%, 42%, 8%, 27%)
(0.00 / 0.42 / 0.08 / 0.27)

CMYK percentages

%0
%42.16
%8.11
%27.45

Codes

Color #B96BAA in popluar color models

B9 6B AA
RGB 185 107 170
HSL 312° 35.78% 57.25%
HSB/HSV 312° 42.16% 72.55%
CMYK 0.00% 42.16% 8.11%
27.45%

Color #B96BAA in popluar number systems.

HEX B9 6B AA
Decimal 185 107 170
Binary 10111001 1101011 10101010
Octal 271 153 252

Shades and tints

Shades of #B96BAA

#B96BAA
(185,107,170)
#A9629B
(169,98,155)
#99598C
(153,89,140)
#89507D
(137,80,125)
#79476E
(121,71,110)
#693E5F
(105,62,95)
#593550
(89,53,80)
#492C41
(73,44,65)
#392332
(57,35,50)
#291A23
(41,26,35)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #B96BAA

#B96BAA
(185,107,170)
#BF78B1
(191,120,177)
#C585B8
(197,133,184)
#CB92BF
(203,146,191)
#D19FC6
(209,159,198)
#D7ACCD
(215,172,205)
#DDB9D4
(221,185,212)
#E3C6DB
(227,198,219)
#E9D3E2
(233,211,226)
#EFE0E9
(239,224,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96BAA color. Also use rgb(185,107,170) instead hex code.

Text Font Color

.myTextColor { color: #B96BAA; }

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

This text font color is #B96BAA.

Background Color

.myBgColor { background-color: #B96BAA; }

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

This div background color is #B96BAA.

Border color

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

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

This div border color is #B96BAA.

Opacity

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

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

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

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

This text has shadow with #B96BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96BAA.

Preview

Color preview on black background

This text has color #B96BAA on black background.


Color preview on white background

This text has color #B96BAA on white background.


Black color preview on #B96BAA background

This text has black color on #B96BAA background.


White color preview on #B96BAA background

This text has white color on #B96BAA background.


Related colors

Complementary color

Complementary color for #hex is #469455.


I love getcolorcode.com

Triadic colors

1 #AAB96B and #6BAAB9 with #B96BAA are triadic colors.

2 #AA6BB9 and #6BB9AA with #B96BAA are triadic colors.