COLOR #BB76AC

HEX: #BB76AC RGB: (187,118,172)

Color info

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

RGB color model

#BB76AC color RGB value is (187,118,172).

RGB: (187,118,172) (73%, 46%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 118 of 255 = 46%
B 172 of 255 = 67%

187
118
172

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

Portions of RGB colors in percentages

R + G + B = 187 + 118 + 172 = 477 (100%)
R 187 of 477 ~ 39.2%
G 118 of 477 ~ 24.74%
B 172 of 477 ~ 36.06'%

%39.2
%24.74
%36.06

CMYK color model

#BB76AC color CMYK value is (0,37,8,27).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 8.02%
  • key color value is 26.67%

CMYK: (0,37,8,27)
C0M37Y8K27 (0%, 37%, 8%, 27%)
(0.00 / 0.37 / 0.08 / 0.27)

CMYK percentages

%0
%36.9
%8.02
%26.67

Codes

Color #BB76AC in popluar color models

BB 76 AC
RGB 187 118 172
HSL 313° 33.66% 59.80%
HSB/HSV 313° 36.90% 73.33%
CMYK 0.00% 36.90% 8.02%
26.67%

Color #BB76AC in popluar number systems.

HEX BB 76 AC
Decimal 187 118 172
Binary 10111011 1110110 10101100
Octal 273 166 254

Shades and tints

Shades of #BB76AC

#BB76AC
(187,118,172)
#AA6C9D
(170,108,157)
#99628E
(153,98,142)
#88587F
(136,88,127)
#774E70
(119,78,112)
#664461
(102,68,97)
#553A52
(85,58,82)
#443043
(68,48,67)
#332634
(51,38,52)
#221C25
(34,28,37)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BB76AC

#BB76AC
(187,118,172)
#C182B3
(193,130,179)
#C78EBA
(199,142,186)
#CD9AC1
(205,154,193)
#D3A6C8
(211,166,200)
#D9B2CF
(217,178,207)
#DFBED6
(223,190,214)
#E5CADD
(229,202,221)
#EBD6E4
(235,214,228)
#F1E2EB
(241,226,235)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB76AC color. Also use rgb(187,118,172) instead hex code.

Text Font Color

.myTextColor { color: #BB76AC; }

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

This text font color is #BB76AC.

Background Color

.myBgColor { background-color: #BB76AC; }

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

This div background color is #BB76AC.

Border color

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

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

This div border color is #BB76AC.

Opacity

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

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

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

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

This text has shadow with #BB76AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB76AC.

Preview

Color preview on black background

This text has color #BB76AC on black background.


Color preview on white background

This text has color #BB76AC on white background.


Black color preview on #BB76AC background

This text has black color on #BB76AC background.


White color preview on #BB76AC background

This text has white color on #BB76AC background.


Related colors

Complementary color

Complementary color for #hex is #448953.


I love getcolorcode.com

Triadic colors

1 #ACBB76 and #76ACBB with #BB76AC are triadic colors.

2 #AC76BB and #76BBAC with #BB76AC are triadic colors.