COLOR #B96099

HEX: #B96099 RGB: (185,96,153)

Color info

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

RGB color model

#B96099 color RGB value is (185,96,153).

RGB: (185,96,153) (73%, 38%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 96 of 255 = 38%
B 153 of 255 = 60%

185
96
153

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

Portions of RGB colors in percentages

R + G + B = 185 + 96 + 153 = 434 (100%)
R 185 of 434 ~ 42.63%
G 96 of 434 ~ 22.12%
B 153 of 434 ~ 35.25'%

%42.63
%22.12
%35.25

CMYK color model

#B96099 color CMYK value is (0,48,17,27).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK: (0,48,17,27) C0M48Y17K27 (0%,48%,17%,27%) (0.00/0.48/0.17/0.27) 

CMYK percentages

%0
%48.11
%17.3
%27.45

Codes

Color #B96099 in popluar color models

B9 60 99
RGB 185 96 153
HSL 322° 38.86% 55.10%
HSB/HSV 322° 48.11% 72.55%
CMYK 0.00% 48.11% 17.30%
27.45%

Color #B96099 in popluar number systems.

HEX B9 60 99
Decimal 185 96 153
Binary 10111001 1100000 10011001
Octal 271 140 231

Shades and tints

Shades of #B96099

#B96099
(185,96,153)
#A9588C
(169,88,140)
#99507F
(153,80,127)
#894872
(137,72,114)
#794065
(121,64,101)
#693858
(105,56,88)
#59304B
(89,48,75)
#49283E
(73,40,62)
#392031
(57,32,49)
#291824
(41,24,36)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #B96099

#B96099
(185,96,153)
#BF6EA2
(191,110,162)
#C57CAB
(197,124,171)
#CB8AB4
(203,138,180)
#D198BD
(209,152,189)
#D7A6C6
(215,166,198)
#DDB4CF
(221,180,207)
#E3C2D8
(227,194,216)
#E9D0E1
(233,208,225)
#EFDEEA
(239,222,234)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96099; }

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

This text font color is #B96099.

Background Color

.myBgColor { background-color: #B96099; }

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

This div background color is #B96099.

Border color

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

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

This div border color is #B96099.

Opacity

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

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

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

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

This text has shadow with #B96099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96099.

Preview

Color preview on black background

This text has color #B96099 on black background.


Color preview on white background

This text has color #B96099 on white background.


Black color preview on #B96099 background

This text has black color on #B96099 background.


White color preview on #B96099 background

This text has white color on #B96099 background.


Related colors

Complementary color

Complementary color for #hex is #469F66.


I love getcolorcode.com

Triadic colors

1 #99B960 and #6099B9 with #B96099 are triadic colors.

2 #9960B9 and #60B999 with #B96099 are triadic colors.