Shades of Hopbush #BB7499
Tints of Hopbush #BB7499
RGB
CMYK
RGB Variations
Color information
#BB7499 (or 0xBB7499) is known color: Hopbush. HEX triplet: BB, 74 and 99. RGB value is (187,116,153). Sum of RGB (Red+Green+Blue) = 187+116+153=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7499 is #448B66. Grayscale: #8D8D8D. Windows color (decimal): -4492135 or 10056891. OLE color: 10056891.
HSL color Cylindrical-coordinate representation of color #BB7499: hue angle of 328.73º 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 #BB7499 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 153 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.27 |
| HSL | 328.73º | 0.34% | 0.59% | - |
| HSV(B) | 328.73º | 0.38% | 0.73% | - |
| XYZ | 32.49 | 25.36 | 33.32 | - |
| YUV | 141.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 153 | 0 | 0.38 | 0.18 | 0.27 | 328.73 | 0.34 | 0.59 |
| Hex | BB | 74 | 99 | 0 | 26 | 12 | 1B | 149 | 22 | 3B |
| Octal | 273 | 164 | 231 | 0 | 46 | 22 | 33 | 511 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10011001 | 0 | 100110 | 10010 | 11011 | 101001001 | 100010 | 111011 |
Color Harmonies of #BB7499
Complementary color
Monochromatic Colors of #BB7499
Black with #BB7499
Text Example
Text Example
White with #BB7499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7499; }
p { color: rgb(187,116,153); }
H1.HeaderClassName
{
color: #BB7499;
}
.AnyTagClassName
{
color: #BB7499;
}
</style>
background-color css
<style>
a { background-color: #BB7499; }
a { background-color: rgb(187,116,153); }
div.DivClassName
{
background-color: #BB7499;
}
.BgClassName
{
background-color: #BB7499;
}
</style>
border-color css
<style>
span { border-color: #BB7499; }
span { border-color: rgb(187,116,153); }
td.TdClassName
{
border-color: #BB7499;
}
.TagClassName
{
border-color: #BB7499;
}
</style>