COLOR #B9619D

HEX: #B9619D RGB: (185,97,157)

Color info

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

RGB color model

#B9619D color RGB value is (185,97,157).

RGB: (185,97,157) (73%, 38%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 97 of 255 = 38%
B 157 of 255 = 62%

185
97
157

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

Portions of RGB colors in percentages

R + G + B = 185 + 97 + 157 = 439 (100%)
R 185 of 439 ~ 42.14%
G 97 of 439 ~ 22.1%
B 157 of 439 ~ 35.76'%

%42.14
%22.1
%35.76

CMYK color model

#B9619D color CMYK value is (0,48,15,27).

  • cyan value is 0.00%
  • magenta value is 47.57%
  • yellow value is 15.14%
  • key color value is 27.45%

CMYK: (0,48,15,27)
C0M48Y15K27 (0%, 48%, 15%, 27%)
(0.00 / 0.48 / 0.15 / 0.27)

CMYK percentages

%0
%47.57
%15.14
%27.45

Codes

Color #B9619D in popluar color models

B9 61 9D
RGB 185 97 157
HSL 319° 38.60% 55.29%
HSB/HSV 319° 47.57% 72.55%
CMYK 0.00% 47.57% 15.14%
27.45%

Color #B9619D in popluar number systems.

HEX B9 61 9D
Decimal 185 97 157
Binary 10111001 1100001 10011101
Octal 271 141 235

Shades and tints

Shades of #B9619D

#B9619D
(185,97,157)
#A9598F
(169,89,143)
#995181
(153,81,129)
#894973
(137,73,115)
#794165
(121,65,101)
#693957
(105,57,87)
#593149
(89,49,73)
#49293B
(73,41,59)
#39212D
(57,33,45)
#29191F
(41,25,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B9619D

#B9619D
(185,97,157)
#BF6FA5
(191,111,165)
#C57DAD
(197,125,173)
#CB8BB5
(203,139,181)
#D199BD
(209,153,189)
#D7A7C5
(215,167,197)
#DDB5CD
(221,181,205)
#E3C3D5
(227,195,213)
#E9D1DD
(233,209,221)
#EFDFE5
(239,223,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9619D color. Also use rgb(185,97,157) instead hex code.

Text Font Color

.myTextColor { color: #B9619D; }

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

This text font color is #B9619D.

Background Color

.myBgColor { background-color: #B9619D; }

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

This div background color is #B9619D.

Border color

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

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

This div border color is #B9619D.

Opacity

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

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

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

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

This text has shadow with #B9619D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9619D.

Preview

Color preview on black background

This text has color #B9619D on black background.


Color preview on white background

This text has color #B9619D on white background.


Black color preview on #B9619D background

This text has black color on #B9619D background.


White color preview on #B9619D background

This text has white color on #B9619D background.


Related colors

Complementary color

Complementary color for #hex is #469E62.


I love getcolorcode.com

Triadic colors

1 #9DB961 and #619DB9 with #B9619D are triadic colors.

2 #9D61B9 and #61B99D with #B9619D are triadic colors.