COLOR #B9639A

HEX: #B9639A RGB: (185,99,154)

Color info

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

RGB color model

#B9639A color RGB value is (185,99,154).

RGB: (185,99,154) (73%, 39%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 99 of 255 = 39%
B 154 of 255 = 60%

185
99
154

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

Portions of RGB colors in percentages

R + G + B = 185 + 99 + 154 = 438 (100%)
R 185 of 438 ~ 42.24%
G 99 of 438 ~ 22.6%
B 154 of 438 ~ 35.16'%

%42.24
%22.6
%35.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 16.76%
  • key color value is 27.45%

CMYK: (0,46,17,27)
C0M46Y17K27 (0%, 46%, 17%, 27%)
(0.00 / 0.46 / 0.17 / 0.27)

CMYK percentages

%0
%46.49
%16.76
%27.45

Codes

Color #B9639A in popluar color models

B9 63 9A
RGB 185 99 154
HSL 322° 38.05% 55.69%
HSB/HSV 322° 46.49% 72.55%
CMYK 0.00% 46.49% 16.76%
27.45%

Color #B9639A in popluar number systems.

HEX B9 63 9A
Decimal 185 99 154
Binary 10111001 1100011 10011010
Octal 271 143 232

Shades and tints

Shades of #B9639A

#B9639A
(185,99,154)
#A95A8C
(169,90,140)
#99517E
(153,81,126)
#894870
(137,72,112)
#793F62
(121,63,98)
#693654
(105,54,84)
#592D46
(89,45,70)
#492438
(73,36,56)
#391B2A
(57,27,42)
#29121C
(41,18,28)
#19090E
(25,9,14)
#000000
(0,0,0)

Tints of #B9639A

#B9639A
(185,99,154)
#BF71A3
(191,113,163)
#C57FAC
(197,127,172)
#CB8DB5
(203,141,181)
#D19BBE
(209,155,190)
#D7A9C7
(215,169,199)
#DDB7D0
(221,183,208)
#E3C5D9
(227,197,217)
#E9D3E2
(233,211,226)
#EFE1EB
(239,225,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9639A; }

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

This text font color is #B9639A.

Background Color

.myBgColor { background-color: #B9639A; }

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

This div background color is #B9639A.

Border color

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

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

This div border color is #B9639A.

Opacity

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

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

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

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

This text has shadow with #B9639A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9639A.

Preview

Color preview on black background

This text has color #B9639A on black background.


Color preview on white background

This text has color #B9639A on white background.


Black color preview on #B9639A background

This text has black color on #B9639A background.


White color preview on #B9639A background

This text has white color on #B9639A background.


Related colors

Complementary color

Complementary color for #hex is #469C65.


I love getcolorcode.com

Triadic colors

1 #9AB963 and #639AB9 with #B9639A are triadic colors.

2 #9A63B9 and #63B99A with #B9639A are triadic colors.