Shades of Jazzberry Jam #BF155C
Tints of Jazzberry Jam #BF155C
RGB
CMYK
RGB Variations
Color information
#BF155C (or 0xBF155C) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 5C. RGB value is (191,21,92). Sum of RGB (Red+Green+Blue) = 191+21+92=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF155C is #40EAA3. Grayscale: #4F4F4F. Windows color (decimal): -4254372 or 6034879. OLE color: 6034879.
HSL color Cylindrical-coordinate representation of color #BF155C: hue angle of 334.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF155C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 92 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.25 |
| HSL | 334.94º | 0.8% | 0.42% | - |
| HSV(B) | 334.94º | 0.89% | 0.75% | - |
| XYZ | 23.69 | 12.39 | 11.27 | - |
| YUV | 79.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 92 | 0 | 0.89 | 0.52 | 0.25 | 334.94 | 0.8 | 0.42 |
| Hex | BF | 15 | 5C | 0 | 59 | 34 | 19 | 14F | 50 | 2A |
| Octal | 277 | 25 | 134 | 0 | 131 | 64 | 31 | 517 | 120 | 52 |
| Binary | 10111111 | 10101 | 1011100 | 0 | 1011001 | 110100 | 11001 | 101001111 | 1010000 | 101010 |
Color Harmonies of #BF155C
Complementary color
Monochromatic Colors of #BF155C
Black with #BF155C
Text Example
Text Example
White with #BF155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF155C; }
p { color: rgb(191,21,92); }
H1.HeaderClassName
{
color: #BF155C;
}
.AnyTagClassName
{
color: #BF155C;
}
</style>
background-color css
<style>
a { background-color: #BF155C; }
a { background-color: rgb(191,21,92); }
div.DivClassName
{
background-color: #BF155C;
}
.BgClassName
{
background-color: #BF155C;
}
</style>
border-color css
<style>
span { border-color: #BF155C; }
span { border-color: rgb(191,21,92); }
td.TdClassName
{
border-color: #BF155C;
}
.TagClassName
{
border-color: #BF155C;
}
</style>