Shades of Jazzberry Jam #BB1467
Tints of Jazzberry Jam #BB1467
RGB
CMYK
RGB Variations
Color information
#BB1467 (or 0xBB1467) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 67. RGB value is (187,20,103). Sum of RGB (Red+Green+Blue) = 187+20+103=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1467 is #44EB98. Grayscale: #4F4F4F. Windows color (decimal): -4516761 or 6755515. OLE color: 6755515.
HSL color Cylindrical-coordinate representation of color #BB1467: hue angle of 330.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1467 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 103 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.27 |
| HSL | 330.18º | 0.81% | 0.41% | - |
| HSV(B) | 330.18º | 0.89% | 0.73% | - |
| XYZ | 23.19 | 12.04 | 13.93 | - |
| YUV | 79.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 103 | 0 | 0.89 | 0.45 | 0.27 | 330.18 | 0.81 | 0.41 |
| Hex | BB | 14 | 67 | 0 | 59 | 2D | 1B | 14A | 51 | 29 |
| Octal | 273 | 24 | 147 | 0 | 131 | 55 | 33 | 512 | 121 | 51 |
| Binary | 10111011 | 10100 | 1100111 | 0 | 1011001 | 101101 | 11011 | 101001010 | 1010001 | 101001 |
Color Harmonies of #BB1467
Complementary color
Monochromatic Colors of #BB1467
Black with #BB1467
Text Example
Text Example
White with #BB1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1467; }
p { color: rgb(187,20,103); }
H1.HeaderClassName
{
color: #BB1467;
}
.AnyTagClassName
{
color: #BB1467;
}
</style>
background-color css
<style>
a { background-color: #BB1467; }
a { background-color: rgb(187,20,103); }
div.DivClassName
{
background-color: #BB1467;
}
.BgClassName
{
background-color: #BB1467;
}
</style>
border-color css
<style>
span { border-color: #BB1467; }
span { border-color: rgb(187,20,103); }
td.TdClassName
{
border-color: #BB1467;
}
.TagClassName
{
border-color: #BB1467;
}
</style>