Shades of Jazzberry Jam #BF0B56
Tints of Jazzberry Jam #BF0B56
RGB
CMYK
RGB Variations
Color information
#BF0B56 (or 0xBF0B56) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 56. RGB value is (191,11,86). Sum of RGB (Red+Green+Blue) = 191+11+86=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B56 is #40F4A9. Grayscale: #494949. Windows color (decimal): -4256938 or 5639103. OLE color: 5639103.
HSL color Cylindrical-coordinate representation of color #BF0B56: hue angle of 335º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B56 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 86 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.25 |
| HSL | 335º | 0.89% | 0.4% | - |
| HSV(B) | 335º | 0.94% | 0.75% | - |
| XYZ | 23.29 | 11.99 | 9.89 | - |
| YUV | 73.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 86 | 0 | 0.94 | 0.55 | 0.25 | 335 | 0.89 | 0.4 |
| Hex | BF | B | 56 | 0 | 5E | 37 | 19 | 14F | 59 | 28 |
| Octal | 277 | 13 | 126 | 0 | 136 | 67 | 31 | 517 | 131 | 50 |
| Binary | 10111111 | 1011 | 1010110 | 0 | 1011110 | 110111 | 11001 | 101001111 | 1011001 | 101000 |
Color Harmonies of #BF0B56
Complementary color
Monochromatic Colors of #BF0B56
Black with #BF0B56
Text Example
Text Example
White with #BF0B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B56; }
p { color: rgb(191,11,86); }
H1.HeaderClassName
{
color: #BF0B56;
}
.AnyTagClassName
{
color: #BF0B56;
}
</style>
background-color css
<style>
a { background-color: #BF0B56; }
a { background-color: rgb(191,11,86); }
div.DivClassName
{
background-color: #BF0B56;
}
.BgClassName
{
background-color: #BF0B56;
}
</style>
border-color css
<style>
span { border-color: #BF0B56; }
span { border-color: rgb(191,11,86); }
td.TdClassName
{
border-color: #BF0B56;
}
.TagClassName
{
border-color: #BF0B56;
}
</style>