Shades of Bouquet #BB76AD
Tints of Bouquet #BB76AD
RGB
CMYK
RGB Variations
Color information
#BB76AD (or 0xBB76AD) is known color: Bouquet. HEX triplet: BB, 76 and AD. RGB value is (187,118,173). Sum of RGB (Red+Green+Blue) = 187+118+173=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76AD is #448952. Grayscale: #909090. Windows color (decimal): -4491603 or 11368123. OLE color: 11368123.
HSL color Cylindrical-coordinate representation of color #BB76AD: hue angle of 312.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB76AD is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 173 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.27 |
| HSL | 312.17º | 0.34% | 0.6% | - |
| HSV(B) | 312.17º | 0.37% | 0.73% | - |
| XYZ | 34.51 | 26.54 | 42.84 | - |
| YUV | 144.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 173 | 0 | 0.37 | 0.07 | 0.27 | 312.17 | 0.34 | 0.6 |
| Hex | BB | 76 | AD | 0 | 25 | 7 | 1B | 138 | 22 | 3C |
| Octal | 273 | 166 | 255 | 0 | 45 | 7 | 33 | 470 | 42 | 74 |
| Binary | 10111011 | 1110110 | 10101101 | 0 | 100101 | 111 | 11011 | 100111000 | 100010 | 111100 |
Color Harmonies of #BB76AD
Complementary color
Monochromatic Colors of #BB76AD
Black with #BB76AD
Text Example
Text Example
White with #BB76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76AD; }
p { color: rgb(187,118,173); }
H1.HeaderClassName
{
color: #BB76AD;
}
.AnyTagClassName
{
color: #BB76AD;
}
</style>
background-color css
<style>
a { background-color: #BB76AD; }
a { background-color: rgb(187,118,173); }
div.DivClassName
{
background-color: #BB76AD;
}
.BgClassName
{
background-color: #BB76AD;
}
</style>
border-color css
<style>
span { border-color: #BB76AD; }
span { border-color: rgb(187,118,173); }
td.TdClassName
{
border-color: #BB76AD;
}
.TagClassName
{
border-color: #BB76AD;
}
</style>