Shades of Jazzberry Jam #BB1A5C
Tints of Jazzberry Jam #BB1A5C
RGB
CMYK
RGB Variations
Color information
#BB1A5C (or 0xBB1A5C) is known color: Jazzberry Jam. HEX triplet: BB, 1A and 5C. RGB value is (187,26,92). Sum of RGB (Red+Green+Blue) = 187+26+92=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A5C is #44E5A3. Grayscale: #515151. Windows color (decimal): -4515236 or 6036155. OLE color: 6036155.
HSL color Cylindrical-coordinate representation of color #BB1A5C: hue angle of 335.4º 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 #BB1A5C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 92 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.27 |
| HSL | 335.4º | 0.76% | 0.42% | - |
| HSV(B) | 335.4º | 0.86% | 0.73% | - |
| XYZ | 22.79 | 12.08 | 11.25 | - |
| YUV | 81.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 92 | 0 | 0.86 | 0.51 | 0.27 | 335.4 | 0.76 | 0.42 |
| Hex | BB | 1A | 5C | 0 | 56 | 33 | 1B | 14F | 4C | 2A |
| Octal | 273 | 32 | 134 | 0 | 126 | 63 | 33 | 517 | 114 | 52 |
| Binary | 10111011 | 11010 | 1011100 | 0 | 1010110 | 110011 | 11011 | 101001111 | 1001100 | 101010 |
Color Harmonies of #BB1A5C
Complementary color
Monochromatic Colors of #BB1A5C
Black with #BB1A5C
Text Example
Text Example
White with #BB1A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A5C; }
p { color: rgb(187,26,92); }
H1.HeaderClassName
{
color: #BB1A5C;
}
.AnyTagClassName
{
color: #BB1A5C;
}
</style>
background-color css
<style>
a { background-color: #BB1A5C; }
a { background-color: rgb(187,26,92); }
div.DivClassName
{
background-color: #BB1A5C;
}
.BgClassName
{
background-color: #BB1A5C;
}
</style>
border-color css
<style>
span { border-color: #BB1A5C; }
span { border-color: rgb(187,26,92); }
td.TdClassName
{
border-color: #BB1A5C;
}
.TagClassName
{
border-color: #BB1A5C;
}
</style>