COLOR #B977A9

HEX: #B977A9 RGB: (185,119,169)

Color info

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

RGB color model

#B977A9 color RGB value is (185,119,169).

RGB: (185,119,169) (73%, 47%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 119 of 255 = 47%
B 169 of 255 = 66%

185
119
169

R + G + B ~ 62%. #B977A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 119 + 169 = 473 (100%)
R 185 of 473 ~ 39.11%
G 119 of 473 ~ 25.16%
B 169 of 473 ~ 35.73'%

%39.11
%25.16
%35.73

CMYK color model

#B977A9 color CMYK value is (0,36,9,27).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 8.65%
  • key color value is 27.45%

CMYK: (0,36,9,27)
C0M36Y9K27 (0%, 36%, 9%, 27%)
(0.00 / 0.36 / 0.09 / 0.27)

CMYK percentages

%0
%35.68
%8.65
%27.45

Codes

Color #B977A9 in popluar color models

B9 77 A9
RGB 185 119 169
HSL 315° 32.04% 59.61%
HSB/HSV 315° 35.68% 72.55%
CMYK 0.00% 35.68% 8.65%
27.45%

Color #B977A9 in popluar number systems.

HEX B9 77 A9
Decimal 185 119 169
Binary 10111001 1110111 10101001
Octal 271 167 251

Shades and tints

Shades of #B977A9

#B977A9
(185,119,169)
#A96D9A
(169,109,154)
#99638B
(153,99,139)
#89597C
(137,89,124)
#794F6D
(121,79,109)
#69455E
(105,69,94)
#593B4F
(89,59,79)
#493140
(73,49,64)
#392731
(57,39,49)
#291D22
(41,29,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #B977A9

#B977A9
(185,119,169)
#BF83B0
(191,131,176)
#C58FB7
(197,143,183)
#CB9BBE
(203,155,190)
#D1A7C5
(209,167,197)
#D7B3CC
(215,179,204)
#DDBFD3
(221,191,211)
#E3CBDA
(227,203,218)
#E9D7E1
(233,215,225)
#EFE3E8
(239,227,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B977A9 color. Also use rgb(185,119,169) instead hex code.

Text Font Color

.myTextColor { color: #B977A9; }

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

This text font color is #B977A9.

Background Color

.myBgColor { background-color: #B977A9; }

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

This div background color is #B977A9.

Border color

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

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

This div border color is #B977A9.

Opacity

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

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

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

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

This text has shadow with #B977A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B977A9.

Preview

Color preview on black background

This text has color #B977A9 on black background.


Color preview on white background

This text has color #B977A9 on white background.


Black color preview on #B977A9 background

This text has black color on #B977A9 background.


White color preview on #B977A9 background

This text has white color on #B977A9 background.


Related colors

Complementary color

Complementary color for #hex is #468856.


I love getcolorcode.com

Triadic colors

1 #A9B977 and #77A9B9 with #B977A9 are triadic colors.

2 #A977B9 and #77B9A9 with #B977A9 are triadic colors.