Shades of Jazzberry Jam #BB1269
Tints of Jazzberry Jam #BB1269
RGB
CMYK
RGB Variations
Color information
#BB1269 (or 0xBB1269) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 69. RGB value is (187,18,105). Sum of RGB (Red+Green+Blue) = 187+18+105=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1269 is #44ED96. Grayscale: #4E4E4E. Windows color (decimal): -4517271 or 6886075. OLE color: 6886075.
HSL color Cylindrical-coordinate representation of color #BB1269: hue angle of 329.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1269 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 105 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.27 |
| HSL | 329.11º | 0.82% | 0.4% | - |
| HSV(B) | 329.11º | 0.9% | 0.73% | - |
| XYZ | 23.26 | 12.02 | 14.46 | - |
| YUV | 78.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 105 | 0 | 0.90 | 0.44 | 0.27 | 329.11 | 0.82 | 0.4 |
| Hex | BB | 12 | 69 | 0 | 5A | 2C | 1B | 149 | 52 | 28 |
| Octal | 273 | 22 | 151 | 0 | 132 | 54 | 33 | 511 | 122 | 50 |
| Binary | 10111011 | 10010 | 1101001 | 0 | 1011010 | 101100 | 11011 | 101001001 | 1010010 | 101000 |
Color Harmonies of #BB1269
Complementary color
Monochromatic Colors of #BB1269
Black with #BB1269
Text Example
Text Example
White with #BB1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1269; }
p { color: rgb(187,18,105); }
H1.HeaderClassName
{
color: #BB1269;
}
.AnyTagClassName
{
color: #BB1269;
}
</style>
background-color css
<style>
a { background-color: #BB1269; }
a { background-color: rgb(187,18,105); }
div.DivClassName
{
background-color: #BB1269;
}
.BgClassName
{
background-color: #BB1269;
}
</style>
border-color css
<style>
span { border-color: #BB1269; }
span { border-color: rgb(187,18,105); }
td.TdClassName
{
border-color: #BB1269;
}
.TagClassName
{
border-color: #BB1269;
}
</style>