Shades of Bouquet #BB71A9
Tints of Bouquet #BB71A9
RGB
CMYK
RGB Variations
Color information
#BB71A9 (or 0xBB71A9) is known color: Bouquet. HEX triplet: BB, 71 and A9. RGB value is (187,113,169). Sum of RGB (Red+Green+Blue) = 187+113+169=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71A9 is #448E56. Grayscale: #8D8D8D. Windows color (decimal): -4492887 or 11104699. OLE color: 11104699.
HSL color Cylindrical-coordinate representation of color #BB71A9: hue angle of 314.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71A9 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 169 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.27 |
| HSL | 314.59º | 0.35% | 0.59% | - |
| HSV(B) | 314.59º | 0.4% | 0.73% | - |
| XYZ | 33.56 | 25.24 | 40.64 | - |
| YUV | 141.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 169 | 0 | 0.40 | 0.10 | 0.27 | 314.59 | 0.35 | 0.59 |
| Hex | BB | 71 | A9 | 0 | 28 | A | 1B | 13B | 23 | 3B |
| Octal | 273 | 161 | 251 | 0 | 50 | 12 | 33 | 473 | 43 | 73 |
| Binary | 10111011 | 1110001 | 10101001 | 0 | 101000 | 1010 | 11011 | 100111011 | 100011 | 111011 |
Color Harmonies of #BB71A9
Complementary color
Monochromatic Colors of #BB71A9
Black with #BB71A9
Text Example
Text Example
White with #BB71A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71A9; }
p { color: rgb(187,113,169); }
H1.HeaderClassName
{
color: #BB71A9;
}
.AnyTagClassName
{
color: #BB71A9;
}
</style>
background-color css
<style>
a { background-color: #BB71A9; }
a { background-color: rgb(187,113,169); }
div.DivClassName
{
background-color: #BB71A9;
}
.BgClassName
{
background-color: #BB71A9;
}
</style>
border-color css
<style>
span { border-color: #BB71A9; }
span { border-color: rgb(187,113,169); }
td.TdClassName
{
border-color: #BB71A9;
}
.TagClassName
{
border-color: #BB71A9;
}
</style>