Shades of Bouquet #BB709F
Tints of Bouquet #BB709F
RGB
CMYK
RGB Variations
Color information
#BB709F (or 0xBB709F) is known color: Bouquet. HEX triplet: BB, 70 and 9F. RGB value is (187,112,159). Sum of RGB (Red+Green+Blue) = 187+112+159=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB709F is #448F60. Grayscale: #8B8B8B. Windows color (decimal): -4493153 or 10449083. OLE color: 10449083.
HSL color Cylindrical-coordinate representation of color #BB709F: hue angle of 322.4º degrees, saturation: 0.36, 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 #BB709F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 159 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.27 |
| HSL | 322.4º | 0.36% | 0.59% | - |
| HSV(B) | 322.4º | 0.4% | 0.73% | - |
| XYZ | 32.55 | 24.66 | 35.84 | - |
| YUV | 139.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 159 | 0 | 0.40 | 0.15 | 0.27 | 322.4 | 0.36 | 0.59 |
| Hex | BB | 70 | 9F | 0 | 28 | F | 1B | 142 | 24 | 3B |
| Octal | 273 | 160 | 237 | 0 | 50 | 17 | 33 | 502 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10011111 | 0 | 101000 | 1111 | 11011 | 101000010 | 100100 | 111011 |
Color Harmonies of #BB709F
Complementary color
Monochromatic Colors of #BB709F
Black with #BB709F
Text Example
Text Example
White with #BB709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB709F; }
p { color: rgb(187,112,159); }
H1.HeaderClassName
{
color: #BB709F;
}
.AnyTagClassName
{
color: #BB709F;
}
</style>
background-color css
<style>
a { background-color: #BB709F; }
a { background-color: rgb(187,112,159); }
div.DivClassName
{
background-color: #BB709F;
}
.BgClassName
{
background-color: #BB709F;
}
</style>
border-color css
<style>
span { border-color: #BB709F; }
span { border-color: rgb(187,112,159); }
td.TdClassName
{
border-color: #BB709F;
}
.TagClassName
{
border-color: #BB709F;
}
</style>