Shades of Jazzberry Jam #BB1058
Tints of Jazzberry Jam #BB1058
RGB
CMYK
RGB Variations
Color information
#BB1058 (or 0xBB1058) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 58. RGB value is (187,16,88). Sum of RGB (Red+Green+Blue) = 187+16+88=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1058 is #44EFA7. Grayscale: #4B4B4B. Windows color (decimal): -4517800 or 5771451. OLE color: 5771451.
HSL color Cylindrical-coordinate representation of color #BB1058: hue angle of 334.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1058 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 88 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.27 |
| HSL | 334.74º | 0.84% | 0.4% | - |
| HSV(B) | 334.74º | 0.91% | 0.73% | - |
| XYZ | 22.44 | 11.64 | 10.3 | - |
| YUV | 75.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 88 | 0 | 0.91 | 0.53 | 0.27 | 334.74 | 0.84 | 0.4 |
| Hex | BB | 10 | 58 | 0 | 5B | 35 | 1B | 14F | 54 | 28 |
| Octal | 273 | 20 | 130 | 0 | 133 | 65 | 33 | 517 | 124 | 50 |
| Binary | 10111011 | 10000 | 1011000 | 0 | 1011011 | 110101 | 11011 | 101001111 | 1010100 | 101000 |
Color Harmonies of #BB1058
Complementary color
Monochromatic Colors of #BB1058
Black with #BB1058
Text Example
Text Example
White with #BB1058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1058; }
p { color: rgb(187,16,88); }
H1.HeaderClassName
{
color: #BB1058;
}
.AnyTagClassName
{
color: #BB1058;
}
</style>
background-color css
<style>
a { background-color: #BB1058; }
a { background-color: rgb(187,16,88); }
div.DivClassName
{
background-color: #BB1058;
}
.BgClassName
{
background-color: #BB1058;
}
</style>
border-color css
<style>
span { border-color: #BB1058; }
span { border-color: rgb(187,16,88); }
td.TdClassName
{
border-color: #BB1058;
}
.TagClassName
{
border-color: #BB1058;
}
</style>