COLOR #BB79A6

HEX: #BB79A6 RGB: (187,121,166)

Color info

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

RGB color model

#BB79A6 color RGB value is (187,121,166).

RGB: (187,121,166) (73%, 47%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 166 of 255 = 65%

187
121
166

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

Portions of RGB colors in percentages

R + G + B = 187 + 121 + 166 = 474 (100%)
R 187 of 474 ~ 39.45%
G 121 of 474 ~ 25.53%
B 166 of 474 ~ 35.02'%

%39.45
%25.53
%35.02

CMYK color model

#BB79A6 color CMYK value is (0,35,11,27).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 11.23%
  • key color value is 26.67%

CMYK: (0,35,11,27)
C0M35Y11K27 (0%, 35%, 11%, 27%)
(0.00 / 0.35 / 0.11 / 0.27)

CMYK percentages

%0
%35.29
%11.23
%26.67

Codes

Color #BB79A6 in popluar color models

BB 79 A6
RGB 187 121 166
HSL 319° 32.67% 60.39%
HSB/HSV 319° 35.29% 73.33%
CMYK 0.00% 35.29% 11.23%
26.67%

Color #BB79A6 in popluar number systems.

HEX BB 79 A6
Decimal 187 121 166
Binary 10111011 1111001 10100110
Octal 273 171 246

Shades and tints

Shades of #BB79A6

#BB79A6
(187,121,166)
#AA6E97
(170,110,151)
#996388
(153,99,136)
#885879
(136,88,121)
#774D6A
(119,77,106)
#66425B
(102,66,91)
#55374C
(85,55,76)
#442C3D
(68,44,61)
#33212E
(51,33,46)
#22161F
(34,22,31)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #BB79A6

#BB79A6
(187,121,166)
#C185AE
(193,133,174)
#C791B6
(199,145,182)
#CD9DBE
(205,157,190)
#D3A9C6
(211,169,198)
#D9B5CE
(217,181,206)
#DFC1D6
(223,193,214)
#E5CDDE
(229,205,222)
#EBD9E6
(235,217,230)
#F1E5EE
(241,229,238)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB79A6 color. Also use rgb(187,121,166) instead hex code.

Text Font Color

.myTextColor { color: #BB79A6; }

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

This text font color is #BB79A6.

Background Color

.myBgColor { background-color: #BB79A6; }

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

This div background color is #BB79A6.

Border color

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

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

This div border color is #BB79A6.

Opacity

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

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

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

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

This text has shadow with #BB79A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB79A6.

Preview

Color preview on black background

This text has color #BB79A6 on black background.


Color preview on white background

This text has color #BB79A6 on white background.


Black color preview on #BB79A6 background

This text has black color on #BB79A6 background.


White color preview on #BB79A6 background

This text has white color on #BB79A6 background.


Related colors

Complementary color

Complementary color for #hex is #448659.


I love getcolorcode.com

Triadic colors

1 #A6BB79 and #79A6BB with #BB79A6 are triadic colors.

2 #A679BB and #79BBA6 with #BB79A6 are triadic colors.