Shades of Jazzberry Jam #BF1069
Tints of Jazzberry Jam #BF1069
RGB
CMYK
RGB Variations
Color information
#BF1069 (or 0xBF1069) is known color: Jazzberry Jam. HEX triplet: BF, 10 and 69. RGB value is (191,16,105). Sum of RGB (Red+Green+Blue) = 191+16+105=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1069 is #40EF96. Grayscale: #4E4E4E. Windows color (decimal): -4255639 or 6885567. OLE color: 6885567.
HSL color Cylindrical-coordinate representation of color #BF1069: hue angle of 329.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1069 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 105 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.25 |
| HSL | 329.49º | 0.85% | 0.41% | - |
| HSV(B) | 329.49º | 0.92% | 0.75% | - |
| XYZ | 24.22 | 12.47 | 14.49 | - |
| YUV | 78.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 105 | 0 | 0.92 | 0.45 | 0.25 | 329.49 | 0.85 | 0.41 |
| Hex | BF | 10 | 69 | 0 | 5C | 2D | 19 | 149 | 55 | 29 |
| Octal | 277 | 20 | 151 | 0 | 134 | 55 | 31 | 511 | 125 | 51 |
| Binary | 10111111 | 10000 | 1101001 | 0 | 1011100 | 101101 | 11001 | 101001001 | 1010101 | 101001 |
Color Harmonies of #BF1069
Complementary color
Monochromatic Colors of #BF1069
Black with #BF1069
Text Example
Text Example
White with #BF1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1069; }
p { color: rgb(191,16,105); }
H1.HeaderClassName
{
color: #BF1069;
}
.AnyTagClassName
{
color: #BF1069;
}
</style>
background-color css
<style>
a { background-color: #BF1069; }
a { background-color: rgb(191,16,105); }
div.DivClassName
{
background-color: #BF1069;
}
.BgClassName
{
background-color: #BF1069;
}
</style>
border-color css
<style>
span { border-color: #BF1069; }
span { border-color: rgb(191,16,105); }
td.TdClassName
{
border-color: #BF1069;
}
.TagClassName
{
border-color: #BF1069;
}
</style>