COLOR #B960A5

HEX: #B960A5 RGB: (185,96,165)

Color info

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

RGB color model

#B960A5 color RGB value is (185,96,165).

RGB: (185,96,165) (73%, 38%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 96 of 255 = 38%
B 165 of 255 = 65%

185
96
165

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

Portions of RGB colors in percentages

R + G + B = 185 + 96 + 165 = 446 (100%)
R 185 of 446 ~ 41.48%
G 96 of 446 ~ 21.52%
B 165 of 446 ~ 37'%

%41.48
%21.52
%37

CMYK color model

#B960A5 color CMYK value is (0,48,11,27).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK: (0,48,11,27) C0M48Y11K27 (0%,48%,11%,27%) (0.00/0.48/0.11/0.27) 

CMYK percentages

%0
%48.11
%10.81
%27.45

Codes

Color #B960A5 in popluar color models

B9 60 A5
RGB 185 96 165
HSL 313° 38.86% 55.10%
HSB/HSV 313° 48.11% 72.55%
CMYK 0.00% 48.11% 10.81%
27.45%

Color #B960A5 in popluar number systems.

HEX B9 60 A5
Decimal 185 96 165
Binary 10111001 1100000 10100101
Octal 271 140 245

Shades and tints

Shades of #B960A5

#B960A5
(185,96,165)
#A95896
(169,88,150)
#995087
(153,80,135)
#894878
(137,72,120)
#794069
(121,64,105)
#69385A
(105,56,90)
#59304B
(89,48,75)
#49283C
(73,40,60)
#39202D
(57,32,45)
#29181E
(41,24,30)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #B960A5

#B960A5
(185,96,165)
#BF6EAD
(191,110,173)
#C57CB5
(197,124,181)
#CB8ABD
(203,138,189)
#D198C5
(209,152,197)
#D7A6CD
(215,166,205)
#DDB4D5
(221,180,213)
#E3C2DD
(227,194,221)
#E9D0E5
(233,208,229)
#EFDEED
(239,222,237)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B960A5 color. Also use rgb(185,96,165) instead hex code.

Text Font Color

.myTextColor { color: #B960A5; }

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

This text font color is #B960A5.

Background Color

.myBgColor { background-color: #B960A5; }

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

This div background color is #B960A5.

Border color

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

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

This div border color is #B960A5.

Opacity

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

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

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

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

This text has shadow with #B960A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B960A5.

Preview

Color preview on black background

This text has color #B960A5 on black background.


Color preview on white background

This text has color #B960A5 on white background.


Black color preview on #B960A5 background

This text has black color on #B960A5 background.


White color preview on #B960A5 background

This text has white color on #B960A5 background.


Related colors

Complementary color

Complementary color for #hex is #469F5A.


I love getcolorcode.com

Triadic colors

1 #A5B960 and #60A5B9 with #B960A5 are triadic colors.

2 #A560B9 and #60B9A5 with #B960A5 are triadic colors.