Shades of Jazzberry Jam #BF0856
Tints of Jazzberry Jam #BF0856
RGB
CMYK
RGB Variations
Color information
#BF0856 (or 0xBF0856) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 56. RGB value is (191,8,86). Sum of RGB (Red+Green+Blue) = 191+8+86=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0856 is #40F7A9. Grayscale: #474747. Windows color (decimal): -4257706 or 5638335. OLE color: 5638335.
HSL color Cylindrical-coordinate representation of color #BF0856: hue angle of 334.43º 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 #BF0856 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.25 |
| HSL | 334.43º | 0.92% | 0.39% | - |
| HSV(B) | 334.43º | 0.96% | 0.75% | - |
| XYZ | 23.25 | 11.92 | 9.88 | - |
| YUV | 71.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 86 | 0 | 0.96 | 0.55 | 0.25 | 334.43 | 0.92 | 0.39 |
| Hex | BF | 8 | 56 | 0 | 60 | 37 | 19 | 14E | 5C | 27 |
| Octal | 277 | 10 | 126 | 0 | 140 | 67 | 31 | 516 | 134 | 47 |
| Binary | 10111111 | 1000 | 1010110 | 0 | 1100000 | 110111 | 11001 | 101001110 | 1011100 | 100111 |
Color Harmonies of #BF0856
Complementary color
Monochromatic Colors of #BF0856
Black with #BF0856
Text Example
Text Example
White with #BF0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0856; }
p { color: rgb(191,8,86); }
H1.HeaderClassName
{
color: #BF0856;
}
.AnyTagClassName
{
color: #BF0856;
}
</style>
background-color css
<style>
a { background-color: #BF0856; }
a { background-color: rgb(191,8,86); }
div.DivClassName
{
background-color: #BF0856;
}
.BgClassName
{
background-color: #BF0856;
}
</style>
border-color css
<style>
span { border-color: #BF0856; }
span { border-color: rgb(191,8,86); }
td.TdClassName
{
border-color: #BF0856;
}
.TagClassName
{
border-color: #BF0856;
}
</style>