Shades of Bouquet #BB77A9
Tints of Bouquet #BB77A9
RGB
CMYK
RGB Variations
Color information
#BB77A9 (or 0xBB77A9) is known color: Bouquet. HEX triplet: BB, 77 and A9. RGB value is (187,119,169). Sum of RGB (Red+Green+Blue) = 187+119+169=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77A9 is #448856. Grayscale: #909090. Windows color (decimal): -4491351 or 11106235. OLE color: 11106235.
HSL color Cylindrical-coordinate representation of color #BB77A9: hue angle of 315.88º 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 #BB77A9 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 169 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.27 |
| HSL | 315.88º | 0.33% | 0.6% | - |
| HSV(B) | 315.88º | 0.36% | 0.73% | - |
| XYZ | 34.25 | 26.62 | 40.87 | - |
| YUV | 145.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 169 | 0 | 0.36 | 0.10 | 0.27 | 315.88 | 0.33 | 0.6 |
| Hex | BB | 77 | A9 | 0 | 24 | A | 1B | 13C | 21 | 3C |
| Octal | 273 | 167 | 251 | 0 | 44 | 12 | 33 | 474 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10101001 | 0 | 100100 | 1010 | 11011 | 100111100 | 100001 | 111100 |
Color Harmonies of #BB77A9
Complementary color
Monochromatic Colors of #BB77A9
Black with #BB77A9
Text Example
Text Example
White with #BB77A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77A9; }
p { color: rgb(187,119,169); }
H1.HeaderClassName
{
color: #BB77A9;
}
.AnyTagClassName
{
color: #BB77A9;
}
</style>
background-color css
<style>
a { background-color: #BB77A9; }
a { background-color: rgb(187,119,169); }
div.DivClassName
{
background-color: #BB77A9;
}
.BgClassName
{
background-color: #BB77A9;
}
</style>
border-color css
<style>
span { border-color: #BB77A9; }
span { border-color: rgb(187,119,169); }
td.TdClassName
{
border-color: #BB77A9;
}
.TagClassName
{
border-color: #BB77A9;
}
</style>