Shades of Jazzberry Jam #BF0656
Tints of Jazzberry Jam #BF0656
RGB
CMYK
RGB Variations
Color information
#BF0656 (or 0xBF0656) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 56. RGB value is (191,6,86). Sum of RGB (Red+Green+Blue) = 191+6+86=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0656 is #40F9A9. Grayscale: #464646. Windows color (decimal): -4258218 or 5637823. OLE color: 5637823.
HSL color Cylindrical-coordinate representation of color #BF0656: hue angle of 334.05º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0656 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.25 |
| HSL | 334.05º | 0.94% | 0.39% | - |
| HSV(B) | 334.05º | 0.97% | 0.75% | - |
| XYZ | 23.23 | 11.88 | 9.87 | - |
| YUV | 70.44 | 136.79 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 86 | 0 | 0.97 | 0.55 | 0.25 | 334.05 | 0.94 | 0.39 |
| Hex | BF | 6 | 56 | 0 | 61 | 37 | 19 | 14E | 5E | 27 |
| Octal | 277 | 6 | 126 | 0 | 141 | 67 | 31 | 516 | 136 | 47 |
| Binary | 10111111 | 110 | 1010110 | 0 | 1100001 | 110111 | 11001 | 101001110 | 1011110 | 100111 |
Color Harmonies of #BF0656
Complementary color
Monochromatic Colors of #BF0656
Black with #BF0656
Text Example
Text Example
White with #BF0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0656; }
p { color: rgb(191,6,86); }
H1.HeaderClassName
{
color: #BF0656;
}
.AnyTagClassName
{
color: #BF0656;
}
</style>
background-color css
<style>
a { background-color: #BF0656; }
a { background-color: rgb(191,6,86); }
div.DivClassName
{
background-color: #BF0656;
}
.BgClassName
{
background-color: #BF0656;
}
</style>
border-color css
<style>
span { border-color: #BF0656; }
span { border-color: rgb(191,6,86); }
td.TdClassName
{
border-color: #BF0656;
}
.TagClassName
{
border-color: #BF0656;
}
</style>