Shades of Jazzberry Jam #BB1A65
Tints of Jazzberry Jam #BB1A65
RGB
CMYK
RGB Variations
Color information
#BB1A65 (or 0xBB1A65) is known color: Jazzberry Jam. HEX triplet: BB, 1A and 65. RGB value is (187,26,101). Sum of RGB (Red+Green+Blue) = 187+26+101=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A65 is #44E59A. Grayscale: #525252. Windows color (decimal): -4515227 or 6625979. OLE color: 6625979.
HSL color Cylindrical-coordinate representation of color #BB1A65: hue angle of 332.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A65 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 101 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.27 |
| HSL | 332.05º | 0.76% | 0.42% | - |
| HSV(B) | 332.05º | 0.86% | 0.73% | - |
| XYZ | 23.21 | 12.24 | 13.45 | - |
| YUV | 82.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 101 | 0 | 0.86 | 0.46 | 0.27 | 332.05 | 0.76 | 0.42 |
| Hex | BB | 1A | 65 | 0 | 56 | 2E | 1B | 14C | 4C | 2A |
| Octal | 273 | 32 | 145 | 0 | 126 | 56 | 33 | 514 | 114 | 52 |
| Binary | 10111011 | 11010 | 1100101 | 0 | 1010110 | 101110 | 11011 | 101001100 | 1001100 | 101010 |
Color Harmonies of #BB1A65
Complementary color
Monochromatic Colors of #BB1A65
Black with #BB1A65
Text Example
Text Example
White with #BB1A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A65; }
p { color: rgb(187,26,101); }
H1.HeaderClassName
{
color: #BB1A65;
}
.AnyTagClassName
{
color: #BB1A65;
}
</style>
background-color css
<style>
a { background-color: #BB1A65; }
a { background-color: rgb(187,26,101); }
div.DivClassName
{
background-color: #BB1A65;
}
.BgClassName
{
background-color: #BB1A65;
}
</style>
border-color css
<style>
span { border-color: #BB1A65; }
span { border-color: rgb(187,26,101); }
td.TdClassName
{
border-color: #BB1A65;
}
.TagClassName
{
border-color: #BB1A65;
}
</style>