Shades of Jazzberry Jam #BF0769
Tints of Jazzberry Jam #BF0769
RGB
CMYK
RGB Variations
Color information
#BF0769 (or 0xBF0769) is known color: Jazzberry Jam. HEX triplet: BF, 07 and 69. RGB value is (191,7,105). Sum of RGB (Red+Green+Blue) = 191+7+105=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0769 is #40F896. Grayscale: #484848. Windows color (decimal): -4257943 or 6883263. OLE color: 6883263.
HSL color Cylindrical-coordinate representation of color #BF0769: hue angle of 328.04º degrees, saturation: 0.93, 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 #BF0769 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 105 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.25 |
| HSL | 328.04º | 0.93% | 0.39% | - |
| HSV(B) | 328.04º | 0.96% | 0.75% | - |
| XYZ | 24.11 | 12.25 | 14.46 | - |
| YUV | 73.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 105 | 0 | 0.96 | 0.45 | 0.25 | 328.04 | 0.93 | 0.39 |
| Hex | BF | 7 | 69 | 0 | 60 | 2D | 19 | 148 | 5D | 27 |
| Octal | 277 | 7 | 151 | 0 | 140 | 55 | 31 | 510 | 135 | 47 |
| Binary | 10111111 | 111 | 1101001 | 0 | 1100000 | 101101 | 11001 | 101001000 | 1011101 | 100111 |
Color Harmonies of #BF0769
Complementary color
Monochromatic Colors of #BF0769
Black with #BF0769
Text Example
Text Example
White with #BF0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0769; }
p { color: rgb(191,7,105); }
H1.HeaderClassName
{
color: #BF0769;
}
.AnyTagClassName
{
color: #BF0769;
}
</style>
background-color css
<style>
a { background-color: #BF0769; }
a { background-color: rgb(191,7,105); }
div.DivClassName
{
background-color: #BF0769;
}
.BgClassName
{
background-color: #BF0769;
}
</style>
border-color css
<style>
span { border-color: #BF0769; }
span { border-color: rgb(191,7,105); }
td.TdClassName
{
border-color: #BF0769;
}
.TagClassName
{
border-color: #BF0769;
}
</style>