Shades of Bouquet #BB74A9
Tints of Bouquet #BB74A9
RGB
CMYK
RGB Variations
Color information
#BB74A9 (or 0xBB74A9) is known color: Bouquet. HEX triplet: BB, 74 and A9. RGB value is (187,116,169). Sum of RGB (Red+Green+Blue) = 187+116+169=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB74A9 is #448B56. Grayscale: #8F8F8F. Windows color (decimal): -4492119 or 11105467. OLE color: 11105467.
HSL color Cylindrical-coordinate representation of color #BB74A9: hue angle of 315.21º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB74A9 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 169 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.27 |
| HSL | 315.21º | 0.34% | 0.59% | - |
| HSV(B) | 315.21º | 0.38% | 0.73% | - |
| XYZ | 33.9 | 25.92 | 40.75 | - |
| YUV | 143.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 169 | 0 | 0.38 | 0.10 | 0.27 | 315.21 | 0.34 | 0.59 |
| Hex | BB | 74 | A9 | 0 | 26 | A | 1B | 13B | 22 | 3B |
| Octal | 273 | 164 | 251 | 0 | 46 | 12 | 33 | 473 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10101001 | 0 | 100110 | 1010 | 11011 | 100111011 | 100010 | 111011 |
Color Harmonies of #BB74A9
Complementary color
Monochromatic Colors of #BB74A9
Black with #BB74A9
Text Example
Text Example
White with #BB74A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74A9; }
p { color: rgb(187,116,169); }
H1.HeaderClassName
{
color: #BB74A9;
}
.AnyTagClassName
{
color: #BB74A9;
}
</style>
background-color css
<style>
a { background-color: #BB74A9; }
a { background-color: rgb(187,116,169); }
div.DivClassName
{
background-color: #BB74A9;
}
.BgClassName
{
background-color: #BB74A9;
}
</style>
border-color css
<style>
span { border-color: #BB74A9; }
span { border-color: rgb(187,116,169); }
td.TdClassName
{
border-color: #BB74A9;
}
.TagClassName
{
border-color: #BB74A9;
}
</style>