Shades of Jazzberry Jam #BF0861
Tints of Jazzberry Jam #BF0861
RGB
CMYK
RGB Variations
Color information
#BF0861 (or 0xBF0861) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 61. RGB value is (191,8,97). Sum of RGB (Red+Green+Blue) = 191+8+97=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0861 is #40F79E. Grayscale: #484848. Windows color (decimal): -4257695 or 6359231. OLE color: 6359231.
HSL color Cylindrical-coordinate representation of color #BF0861: hue angle of 330.82º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0861 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.25 |
| HSL | 330.82º | 0.92% | 0.39% | - |
| HSV(B) | 330.82º | 0.96% | 0.75% | - |
| XYZ | 23.73 | 12.11 | 12.4 | - |
| YUV | 72.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 97 | 0 | 0.96 | 0.49 | 0.25 | 330.82 | 0.92 | 0.39 |
| Hex | BF | 8 | 61 | 0 | 60 | 31 | 19 | 14B | 5C | 27 |
| Octal | 277 | 10 | 141 | 0 | 140 | 61 | 31 | 513 | 134 | 47 |
| Binary | 10111111 | 1000 | 1100001 | 0 | 1100000 | 110001 | 11001 | 101001011 | 1011100 | 100111 |
Color Harmonies of #BF0861
Complementary color
Monochromatic Colors of #BF0861
Black with #BF0861
Text Example
Text Example
White with #BF0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0861; }
p { color: rgb(191,8,97); }
H1.HeaderClassName
{
color: #BF0861;
}
.AnyTagClassName
{
color: #BF0861;
}
</style>
background-color css
<style>
a { background-color: #BF0861; }
a { background-color: rgb(191,8,97); }
div.DivClassName
{
background-color: #BF0861;
}
.BgClassName
{
background-color: #BF0861;
}
</style>
border-color css
<style>
span { border-color: #BF0861; }
span { border-color: rgb(191,8,97); }
td.TdClassName
{
border-color: #BF0861;
}
.TagClassName
{
border-color: #BF0861;
}
</style>