Shades of Jazzberry Jam #BF1163
Tints of Jazzberry Jam #BF1163
RGB
CMYK
RGB Variations
Color information
#BF1163 (or 0xBF1163) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 63. RGB value is (191,17,99). Sum of RGB (Red+Green+Blue) = 191+17+99=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1163 is #40EE9C. Grayscale: #4E4E4E. Windows color (decimal): -4255389 or 6492607. OLE color: 6492607.
HSL color Cylindrical-coordinate representation of color #BF1163: hue angle of 331.72º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1163 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 99 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.25 |
| HSL | 331.72º | 0.84% | 0.41% | - |
| HSV(B) | 331.72º | 0.91% | 0.75% | - |
| XYZ | 23.94 | 12.38 | 12.93 | - |
| YUV | 78.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 99 | 0 | 0.91 | 0.48 | 0.25 | 331.72 | 0.84 | 0.41 |
| Hex | BF | 11 | 63 | 0 | 5B | 30 | 19 | 14C | 54 | 29 |
| Octal | 277 | 21 | 143 | 0 | 133 | 60 | 31 | 514 | 124 | 51 |
| Binary | 10111111 | 10001 | 1100011 | 0 | 1011011 | 110000 | 11001 | 101001100 | 1010100 | 101001 |
Color Harmonies of #BF1163
Complementary color
Monochromatic Colors of #BF1163
Black with #BF1163
Text Example
Text Example
White with #BF1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1163; }
p { color: rgb(191,17,99); }
H1.HeaderClassName
{
color: #BF1163;
}
.AnyTagClassName
{
color: #BF1163;
}
</style>
background-color css
<style>
a { background-color: #BF1163; }
a { background-color: rgb(191,17,99); }
div.DivClassName
{
background-color: #BF1163;
}
.BgClassName
{
background-color: #BF1163;
}
</style>
border-color css
<style>
span { border-color: #BF1163; }
span { border-color: rgb(191,17,99); }
td.TdClassName
{
border-color: #BF1163;
}
.TagClassName
{
border-color: #BF1163;
}
</style>