Shades of Jazzberry Jam #BB1869
Tints of Jazzberry Jam #BB1869
RGB
CMYK
RGB Variations
Color information
#BB1869 (or 0xBB1869) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 69. RGB value is (187,24,105). Sum of RGB (Red+Green+Blue) = 187+24+105=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1869 is #44E796. Grayscale: #515151. Windows color (decimal): -4515735 or 6887611. OLE color: 6887611.
HSL color Cylindrical-coordinate representation of color #BB1869: hue angle of 330.18º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1869 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 105 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.27 |
| HSL | 330.18º | 0.77% | 0.41% | - |
| HSV(B) | 330.18º | 0.87% | 0.73% | - |
| XYZ | 23.37 | 12.24 | 14.5 | - |
| YUV | 81.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 105 | 0 | 0.87 | 0.44 | 0.27 | 330.18 | 0.77 | 0.41 |
| Hex | BB | 18 | 69 | 0 | 57 | 2C | 1B | 14A | 4D | 29 |
| Octal | 273 | 30 | 151 | 0 | 127 | 54 | 33 | 512 | 115 | 51 |
| Binary | 10111011 | 11000 | 1101001 | 0 | 1010111 | 101100 | 11011 | 101001010 | 1001101 | 101001 |
Color Harmonies of #BB1869
Complementary color
Monochromatic Colors of #BB1869
Black with #BB1869
Text Example
Text Example
White with #BB1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1869; }
p { color: rgb(187,24,105); }
H1.HeaderClassName
{
color: #BB1869;
}
.AnyTagClassName
{
color: #BB1869;
}
</style>
background-color css
<style>
a { background-color: #BB1869; }
a { background-color: rgb(187,24,105); }
div.DivClassName
{
background-color: #BB1869;
}
.BgClassName
{
background-color: #BB1869;
}
</style>
border-color css
<style>
span { border-color: #BB1869; }
span { border-color: rgb(187,24,105); }
td.TdClassName
{
border-color: #BB1869;
}
.TagClassName
{
border-color: #BB1869;
}
</style>