Shades of Jazzberry Jam #BF155F
Tints of Jazzberry Jam #BF155F
RGB
CMYK
RGB Variations
Color information
#BF155F (or 0xBF155F) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 5F. RGB value is (191,21,95). Sum of RGB (Red+Green+Blue) = 191+21+95=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF155F is #40EAA0. Grayscale: #505050. Windows color (decimal): -4254369 or 6231487. OLE color: 6231487.
HSL color Cylindrical-coordinate representation of color #BF155F: hue angle of 333.88º 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 #BF155F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.25 |
| HSL | 333.88º | 0.8% | 0.42% | - |
| HSV(B) | 333.88º | 0.89% | 0.75% | - |
| XYZ | 23.82 | 12.44 | 11.97 | - |
| YUV | 80.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 95 | 0 | 0.89 | 0.50 | 0.25 | 333.88 | 0.8 | 0.42 |
| Hex | BF | 15 | 5F | 0 | 59 | 32 | 19 | 14E | 50 | 2A |
| Octal | 277 | 25 | 137 | 0 | 131 | 62 | 31 | 516 | 120 | 52 |
| Binary | 10111111 | 10101 | 1011111 | 0 | 1011001 | 110010 | 11001 | 101001110 | 1010000 | 101010 |
Color Harmonies of #BF155F
Complementary color
Monochromatic Colors of #BF155F
Black with #BF155F
Text Example
Text Example
White with #BF155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF155F; }
p { color: rgb(191,21,95); }
H1.HeaderClassName
{
color: #BF155F;
}
.AnyTagClassName
{
color: #BF155F;
}
</style>
background-color css
<style>
a { background-color: #BF155F; }
a { background-color: rgb(191,21,95); }
div.DivClassName
{
background-color: #BF155F;
}
.BgClassName
{
background-color: #BF155F;
}
</style>
border-color css
<style>
span { border-color: #BF155F; }
span { border-color: rgb(191,21,95); }
td.TdClassName
{
border-color: #BF155F;
}
.TagClassName
{
border-color: #BF155F;
}
</style>