Shades of Jazzberry Jam #BB0169
Tints of Jazzberry Jam #BB0169
RGB
CMYK
RGB Variations
Color information
#BB0169 (or 0xBB0169) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 69. RGB value is (187,1,105). Sum of RGB (Red+Green+Blue) = 187+1+105=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0169 is #44FE96. Grayscale: #444444. Windows color (decimal): -4521623 or 6881723. OLE color: 6881723.
HSL color Cylindrical-coordinate representation of color #BB0169: hue angle of 326.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0169 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.27 |
| HSL | 326.45º | 0.99% | 0.37% | - |
| HSV(B) | 326.45º | 0.99% | 0.73% | - |
| XYZ | 23.05 | 11.61 | 14.39 | - |
| YUV | 68.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 105 | 0 | 0.99 | 0.44 | 0.27 | 326.45 | 0.99 | 0.37 |
| Hex | BB | 1 | 69 | 0 | 63 | 2C | 1B | 146 | 63 | 25 |
| Octal | 273 | 1 | 151 | 0 | 143 | 54 | 33 | 506 | 143 | 45 |
| Binary | 10111011 | 1 | 1101001 | 0 | 1100011 | 101100 | 11011 | 101000110 | 1100011 | 100101 |
Color Harmonies of #BB0169
Complementary color
Monochromatic Colors of #BB0169
Black with #BB0169
Text Example
Text Example
White with #BB0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0169; }
p { color: rgb(187,1,105); }
H1.HeaderClassName
{
color: #BB0169;
}
.AnyTagClassName
{
color: #BB0169;
}
</style>
background-color css
<style>
a { background-color: #BB0169; }
a { background-color: rgb(187,1,105); }
div.DivClassName
{
background-color: #BB0169;
}
.BgClassName
{
background-color: #BB0169;
}
</style>
border-color css
<style>
span { border-color: #BB0169; }
span { border-color: rgb(187,1,105); }
td.TdClassName
{
border-color: #BB0169;
}
.TagClassName
{
border-color: #BB0169;
}
</style>