Shades of Jazzberry Jam #BF1469
Tints of Jazzberry Jam #BF1469
RGB
CMYK
RGB Variations
Color information
#BF1469 (or 0xBF1469) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 69. RGB value is (191,20,105). Sum of RGB (Red+Green+Blue) = 191+20+105=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1469 is #40EB96. Grayscale: #505050. Windows color (decimal): -4254615 or 6886591. OLE color: 6886591.
HSL color Cylindrical-coordinate representation of color #BF1469: hue angle of 330.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1469 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.25 |
| HSL | 330.18º | 0.81% | 0.41% | - |
| HSV(B) | 330.18º | 0.9% | 0.75% | - |
| XYZ | 24.29 | 12.6 | 14.52 | - |
| YUV | 80.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 105 | 0 | 0.90 | 0.45 | 0.25 | 330.18 | 0.81 | 0.41 |
| Hex | BF | 14 | 69 | 0 | 5A | 2D | 19 | 14A | 51 | 29 |
| Octal | 277 | 24 | 151 | 0 | 132 | 55 | 31 | 512 | 121 | 51 |
| Binary | 10111111 | 10100 | 1101001 | 0 | 1011010 | 101101 | 11001 | 101001010 | 1010001 | 101001 |
Color Harmonies of #BF1469
Complementary color
Monochromatic Colors of #BF1469
Black with #BF1469
Text Example
Text Example
White with #BF1469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1469; }
p { color: rgb(191,20,105); }
H1.HeaderClassName
{
color: #BF1469;
}
.AnyTagClassName
{
color: #BF1469;
}
</style>
background-color css
<style>
a { background-color: #BF1469; }
a { background-color: rgb(191,20,105); }
div.DivClassName
{
background-color: #BF1469;
}
.BgClassName
{
background-color: #BF1469;
}
</style>
border-color css
<style>
span { border-color: #BF1469; }
span { border-color: rgb(191,20,105); }
td.TdClassName
{
border-color: #BF1469;
}
.TagClassName
{
border-color: #BF1469;
}
</style>