HEX: #BB76AC
RGB: (187,118,172)
#BB76AC contains mainly red and blue colors. Web safe color of #BB76AC is #CC6699 (or #C69).
#BB76AC color RGB value is (187,118,172).
RGB: (187,118,172)
(73%, 46%, 67%)
R 187 of 255 = 73%
G 118 of 255 = 46%
B 172 of 255 = 67%
R + G + B ~ 62%. #BB76AC is quite light color.
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'%
#BB76AC color CMYK value is (0,37,8,27).
CMYK: (0,37,8,27)
C0M37Y8K27 (0%, 37%, 8%, 27%)
(0.00 / 0.37 / 0.08 / 0.27)
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 of #BB76AC
Tints of #BB76AC
Examples of css and html codes for elements with #BB76AC color. Also use rgb(187,118,172) instead hex code.
.myTextColor { color: #BB76AC; }
<p style="color:#BB76AC">This sample text font color is #BB76AC.</p>
This text font color is #BB76AC.
.myBgColor { background-color: #BB76AC; }
<div style="background-color:#BB76AC">Inner text</div>
This div background color is #BB76AC.
.myBorderColor { border: 1px solid #BB76AC; }
<div style="border:3px solid #BB76AC">Div</div>
This div border color is #BB76AC.
.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%.
.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.
/* 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 text has color #BB76AC on black background.
This text has color #BB76AC on white background.
This text has black color on #BB76AC background.
This text has white color on #BB76AC background.
Complementary color for #hex is #448953.