Shades of Bouquet #BB759C
Tints of Bouquet #BB759C
RGB
CMYK
RGB Variations
Color information
#BB759C (or 0xBB759C) is known color: Bouquet. HEX triplet: BB, 75 and 9C. RGB value is (187,117,156). Sum of RGB (Red+Green+Blue) = 187+117+156=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB759C is #448A63. Grayscale: #8E8E8E. Windows color (decimal): -4491876 or 10253755. OLE color: 10253755.
HSL color Cylindrical-coordinate representation of color #BB759C: hue angle of 326.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB759C is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 156 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.27 |
| HSL | 326.57º | 0.34% | 0.6% | - |
| HSV(B) | 326.57º | 0.37% | 0.73% | - |
| XYZ | 32.86 | 25.69 | 34.68 | - |
| YUV | 142.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 156 | 0 | 0.37 | 0.17 | 0.27 | 326.57 | 0.34 | 0.6 |
| Hex | BB | 75 | 9C | 0 | 25 | 11 | 1B | 147 | 22 | 3C |
| Octal | 273 | 165 | 234 | 0 | 45 | 21 | 33 | 507 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10011100 | 0 | 100101 | 10001 | 11011 | 101000111 | 100010 | 111100 |
Color Harmonies of #BB759C
Complementary color
Monochromatic Colors of #BB759C
Black with #BB759C
Text Example
Text Example
White with #BB759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB759C; }
p { color: rgb(187,117,156); }
H1.HeaderClassName
{
color: #BB759C;
}
.AnyTagClassName
{
color: #BB759C;
}
</style>
background-color css
<style>
a { background-color: #BB759C; }
a { background-color: rgb(187,117,156); }
div.DivClassName
{
background-color: #BB759C;
}
.BgClassName
{
background-color: #BB759C;
}
</style>
border-color css
<style>
span { border-color: #BB759C; }
span { border-color: rgb(187,117,156); }
td.TdClassName
{
border-color: #BB759C;
}
.TagClassName
{
border-color: #BB759C;
}
</style>