Shades of Jazzberry Jam #BF0851
Tints of Jazzberry Jam #BF0851
RGB
CMYK
RGB Variations
Color information
#BF0851 (or 0xBF0851) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 51. RGB value is (191,8,81). Sum of RGB (Red+Green+Blue) = 191+8+81=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0851 is #40F7AE. Grayscale: #464646. Windows color (decimal): -4257711 or 5310655. OLE color: 5310655.
HSL color Cylindrical-coordinate representation of color #BF0851: hue angle of 336.07º 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 #BF0851 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.25 |
| HSL | 336.07º | 0.92% | 0.39% | - |
| HSV(B) | 336.07º | 0.96% | 0.75% | - |
| XYZ | 23.06 | 11.84 | 8.86 | - |
| YUV | 71.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 81 | 0 | 0.96 | 0.58 | 0.25 | 336.07 | 0.92 | 0.39 |
| Hex | BF | 8 | 51 | 0 | 60 | 3A | 19 | 150 | 5C | 27 |
| Octal | 277 | 10 | 121 | 0 | 140 | 72 | 31 | 520 | 134 | 47 |
| Binary | 10111111 | 1000 | 1010001 | 0 | 1100000 | 111010 | 11001 | 101010000 | 1011100 | 100111 |
Color Harmonies of #BF0851
Complementary color
Monochromatic Colors of #BF0851
Black with #BF0851
Text Example
Text Example
White with #BF0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0851; }
p { color: rgb(191,8,81); }
H1.HeaderClassName
{
color: #BF0851;
}
.AnyTagClassName
{
color: #BF0851;
}
</style>
background-color css
<style>
a { background-color: #BF0851; }
a { background-color: rgb(191,8,81); }
div.DivClassName
{
background-color: #BF0851;
}
.BgClassName
{
background-color: #BF0851;
}
</style>
border-color css
<style>
span { border-color: #BF0851; }
span { border-color: rgb(191,8,81); }
td.TdClassName
{
border-color: #BF0851;
}
.TagClassName
{
border-color: #BF0851;
}
</style>