Shades of Bouquet #BB77A8
Tints of Bouquet #BB77A8
RGB
CMYK
RGB Variations
Color information
#BB77A8 (or 0xBB77A8) is known color: Bouquet. HEX triplet: BB, 77 and A8. RGB value is (187,119,168). Sum of RGB (Red+Green+Blue) = 187+119+168=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A8 is #448857. Grayscale: #909090. Windows color (decimal): -4491352 or 11040699. OLE color: 11040699.
HSL color Cylindrical-coordinate representation of color #BB77A8: hue angle of 316.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77A8 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 168 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.27 |
| HSL | 316.76º | 0.33% | 0.6% | - |
| HSV(B) | 316.76º | 0.36% | 0.73% | - |
| XYZ | 34.16 | 26.59 | 40.38 | - |
| YUV | 144.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 168 | 0 | 0.36 | 0.10 | 0.27 | 316.76 | 0.33 | 0.6 |
| Hex | BB | 77 | A8 | 0 | 24 | A | 1B | 13D | 21 | 3C |
| Octal | 273 | 167 | 250 | 0 | 44 | 12 | 33 | 475 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10101000 | 0 | 100100 | 1010 | 11011 | 100111101 | 100001 | 111100 |
Color Harmonies of #BB77A8
Complementary color
Monochromatic Colors of #BB77A8
Black with #BB77A8
Text Example
Text Example
White with #BB77A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77A8; }
p { color: rgb(187,119,168); }
H1.HeaderClassName
{
color: #BB77A8;
}
.AnyTagClassName
{
color: #BB77A8;
}
</style>
background-color css
<style>
a { background-color: #BB77A8; }
a { background-color: rgb(187,119,168); }
div.DivClassName
{
background-color: #BB77A8;
}
.BgClassName
{
background-color: #BB77A8;
}
</style>
border-color css
<style>
span { border-color: #BB77A8; }
span { border-color: rgb(187,119,168); }
td.TdClassName
{
border-color: #BB77A8;
}
.TagClassName
{
border-color: #BB77A8;
}
</style>