Shades of Jazzberry Jam #BF115D
Tints of Jazzberry Jam #BF115D
RGB
CMYK
RGB Variations
Color information
#BF115D (or 0xBF115D) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 5D. RGB value is (191,17,93). Sum of RGB (Red+Green+Blue) = 191+17+93=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF115D is #40EEA2. Grayscale: #4D4D4D. Windows color (decimal): -4255395 or 6099391. OLE color: 6099391.
HSL color Cylindrical-coordinate representation of color #BF115D: hue angle of 333.79º 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 #BF115D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.25 |
| HSL | 333.79º | 0.84% | 0.41% | - |
| HSV(B) | 333.79º | 0.91% | 0.75% | - |
| XYZ | 23.66 | 12.27 | 11.48 | - |
| YUV | 77.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 93 | 0 | 0.91 | 0.51 | 0.25 | 333.79 | 0.84 | 0.41 |
| Hex | BF | 11 | 5D | 0 | 5B | 33 | 19 | 14E | 54 | 29 |
| Octal | 277 | 21 | 135 | 0 | 133 | 63 | 31 | 516 | 124 | 51 |
| Binary | 10111111 | 10001 | 1011101 | 0 | 1011011 | 110011 | 11001 | 101001110 | 1010100 | 101001 |
Color Harmonies of #BF115D
Complementary color
Monochromatic Colors of #BF115D
Black with #BF115D
Text Example
Text Example
White with #BF115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF115D; }
p { color: rgb(191,17,93); }
H1.HeaderClassName
{
color: #BF115D;
}
.AnyTagClassName
{
color: #BF115D;
}
</style>
background-color css
<style>
a { background-color: #BF115D; }
a { background-color: rgb(191,17,93); }
div.DivClassName
{
background-color: #BF115D;
}
.BgClassName
{
background-color: #BF115D;
}
</style>
border-color css
<style>
span { border-color: #BF115D; }
span { border-color: rgb(191,17,93); }
td.TdClassName
{
border-color: #BF115D;
}
.TagClassName
{
border-color: #BF115D;
}
</style>