Shades of Jazzberry Jam #BF0E5D
Tints of Jazzberry Jam #BF0E5D
RGB
CMYK
RGB Variations
Color information
#BF0E5D (or 0xBF0E5D) is known color: Jazzberry Jam. HEX triplet: BF, 0E and 5D. RGB value is (191,14,93). Sum of RGB (Red+Green+Blue) = 191+14+93=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E5D is #40F1A2. Grayscale: #4B4B4B. Windows color (decimal): -4256163 or 6098623. OLE color: 6098623.
HSL color Cylindrical-coordinate representation of color #BF0E5D: hue angle of 333.22º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E5D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 93 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.25 |
| HSL | 333.22º | 0.86% | 0.4% | - |
| HSV(B) | 333.22º | 0.93% | 0.75% | - |
| XYZ | 23.62 | 12.18 | 11.46 | - |
| YUV | 75.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 93 | 0 | 0.93 | 0.51 | 0.25 | 333.22 | 0.86 | 0.4 |
| Hex | BF | E | 5D | 0 | 5D | 33 | 19 | 14D | 56 | 28 |
| Octal | 277 | 16 | 135 | 0 | 135 | 63 | 31 | 515 | 126 | 50 |
| Binary | 10111111 | 1110 | 1011101 | 0 | 1011101 | 110011 | 11001 | 101001101 | 1010110 | 101000 |
Color Harmonies of #BF0E5D
Complementary color
Monochromatic Colors of #BF0E5D
Black with #BF0E5D
Text Example
Text Example
White with #BF0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0E5D; }
p { color: rgb(191,14,93); }
H1.HeaderClassName
{
color: #BF0E5D;
}
.AnyTagClassName
{
color: #BF0E5D;
}
</style>
background-color css
<style>
a { background-color: #BF0E5D; }
a { background-color: rgb(191,14,93); }
div.DivClassName
{
background-color: #BF0E5D;
}
.BgClassName
{
background-color: #BF0E5D;
}
</style>
border-color css
<style>
span { border-color: #BF0E5D; }
span { border-color: rgb(191,14,93); }
td.TdClassName
{
border-color: #BF0E5D;
}
.TagClassName
{
border-color: #BF0E5D;
}
</style>