Shades of Jazzberry Jam #BF0B4F
Tints of Jazzberry Jam #BF0B4F
RGB
CMYK
RGB Variations
Color information
#BF0B4F (or 0xBF0B4F) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 4F. RGB value is (191,11,79). Sum of RGB (Red+Green+Blue) = 191+11+79=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B4F is #40F4B0. Grayscale: #484848. Windows color (decimal): -4256945 or 5180351. OLE color: 5180351.
HSL color Cylindrical-coordinate representation of color #BF0B4F: hue angle of 337.33º 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 #BF0B4F is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 79 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.25 |
| HSL | 337.33º | 0.89% | 0.4% | - |
| HSV(B) | 337.33º | 0.94% | 0.75% | - |
| XYZ | 23.02 | 11.88 | 8.48 | - |
| YUV | 72.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 79 | 0 | 0.94 | 0.59 | 0.25 | 337.33 | 0.89 | 0.4 |
| Hex | BF | B | 4F | 0 | 5E | 3B | 19 | 151 | 59 | 28 |
| Octal | 277 | 13 | 117 | 0 | 136 | 73 | 31 | 521 | 131 | 50 |
| Binary | 10111111 | 1011 | 1001111 | 0 | 1011110 | 111011 | 11001 | 101010001 | 1011001 | 101000 |
Color Harmonies of #BF0B4F
Complementary color
Monochromatic Colors of #BF0B4F
Black with #BF0B4F
Text Example
Text Example
White with #BF0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B4F; }
p { color: rgb(191,11,79); }
H1.HeaderClassName
{
color: #BF0B4F;
}
.AnyTagClassName
{
color: #BF0B4F;
}
</style>
background-color css
<style>
a { background-color: #BF0B4F; }
a { background-color: rgb(191,11,79); }
div.DivClassName
{
background-color: #BF0B4F;
}
.BgClassName
{
background-color: #BF0B4F;
}
</style>
border-color css
<style>
span { border-color: #BF0B4F; }
span { border-color: rgb(191,11,79); }
td.TdClassName
{
border-color: #BF0B4F;
}
.TagClassName
{
border-color: #BF0B4F;
}
</style>