Shades of Jazzberry Jam #BF1665
Tints of Jazzberry Jam #BF1665
RGB
CMYK
RGB Variations
Color information
#BF1665 (or 0xBF1665) is known color: Jazzberry Jam. HEX triplet: BF, 16 and 65. RGB value is (191,22,101). Sum of RGB (Red+Green+Blue) = 191+22+101=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1665 is #40E99A. Grayscale: #515151. Windows color (decimal): -4254107 or 6624959. OLE color: 6624959.
HSL color Cylindrical-coordinate representation of color #BF1665: hue angle of 331.95º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1665 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 101 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.25 |
| HSL | 331.95º | 0.79% | 0.42% | - |
| HSV(B) | 331.95º | 0.88% | 0.75% | - |
| XYZ | 24.12 | 12.59 | 13.47 | - |
| YUV | 81.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 101 | 0 | 0.88 | 0.47 | 0.25 | 331.95 | 0.79 | 0.42 |
| Hex | BF | 16 | 65 | 0 | 58 | 2F | 19 | 14C | 4F | 2A |
| Octal | 277 | 26 | 145 | 0 | 130 | 57 | 31 | 514 | 117 | 52 |
| Binary | 10111111 | 10110 | 1100101 | 0 | 1011000 | 101111 | 11001 | 101001100 | 1001111 | 101010 |
Color Harmonies of #BF1665
Complementary color
Monochromatic Colors of #BF1665
Black with #BF1665
Text Example
Text Example
White with #BF1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1665; }
p { color: rgb(191,22,101); }
H1.HeaderClassName
{
color: #BF1665;
}
.AnyTagClassName
{
color: #BF1665;
}
</style>
background-color css
<style>
a { background-color: #BF1665; }
a { background-color: rgb(191,22,101); }
div.DivClassName
{
background-color: #BF1665;
}
.BgClassName
{
background-color: #BF1665;
}
</style>
border-color css
<style>
span { border-color: #BF1665; }
span { border-color: rgb(191,22,101); }
td.TdClassName
{
border-color: #BF1665;
}
.TagClassName
{
border-color: #BF1665;
}
</style>