Shades of Jazzberry Jam #BF0B68
Tints of Jazzberry Jam #BF0B68
RGB
CMYK
RGB Variations
Color information
#BF0B68 (or 0xBF0B68) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 68. RGB value is (191,11,104). Sum of RGB (Red+Green+Blue) = 191+11+104=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B68 is #40F497. Grayscale: #4B4B4B. Windows color (decimal): -4256920 or 6818751. OLE color: 6818751.
HSL color Cylindrical-coordinate representation of color #BF0B68: hue angle of 329º 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 #BF0B68 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 104 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.25 |
| HSL | 329º | 0.89% | 0.4% | - |
| HSV(B) | 329º | 0.94% | 0.75% | - |
| XYZ | 24.1 | 12.32 | 14.2 | - |
| YUV | 75.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 104 | 0 | 0.94 | 0.46 | 0.25 | 329 | 0.89 | 0.4 |
| Hex | BF | B | 68 | 0 | 5E | 2E | 19 | 149 | 59 | 28 |
| Octal | 277 | 13 | 150 | 0 | 136 | 56 | 31 | 511 | 131 | 50 |
| Binary | 10111111 | 1011 | 1101000 | 0 | 1011110 | 101110 | 11001 | 101001001 | 1011001 | 101000 |
Color Harmonies of #BF0B68
Complementary color
Monochromatic Colors of #BF0B68
Black with #BF0B68
Text Example
Text Example
White with #BF0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B68; }
p { color: rgb(191,11,104); }
H1.HeaderClassName
{
color: #BF0B68;
}
.AnyTagClassName
{
color: #BF0B68;
}
</style>
background-color css
<style>
a { background-color: #BF0B68; }
a { background-color: rgb(191,11,104); }
div.DivClassName
{
background-color: #BF0B68;
}
.BgClassName
{
background-color: #BF0B68;
}
</style>
border-color css
<style>
span { border-color: #BF0B68; }
span { border-color: rgb(191,11,104); }
td.TdClassName
{
border-color: #BF0B68;
}
.TagClassName
{
border-color: #BF0B68;
}
</style>