Shades of Jazzberry Jam #BF0B5E
Tints of Jazzberry Jam #BF0B5E
RGB
CMYK
RGB Variations
Color information
#BF0B5E (or 0xBF0B5E) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 5E. RGB value is (191,11,94). Sum of RGB (Red+Green+Blue) = 191+11+94=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B5E is #40F4A1. Grayscale: #4A4A4A. Windows color (decimal): -4256930 or 6163391. OLE color: 6163391.
HSL color Cylindrical-coordinate representation of color #BF0B5E: hue angle of 332.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B5E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.25 |
| HSL | 332.33º | 0.89% | 0.4% | - |
| HSV(B) | 332.33º | 0.94% | 0.75% | - |
| XYZ | 23.63 | 12.12 | 11.68 | - |
| YUV | 74.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 94 | 0 | 0.94 | 0.51 | 0.25 | 332.33 | 0.89 | 0.4 |
| Hex | BF | B | 5E | 0 | 5E | 33 | 19 | 14C | 59 | 28 |
| Octal | 277 | 13 | 136 | 0 | 136 | 63 | 31 | 514 | 131 | 50 |
| Binary | 10111111 | 1011 | 1011110 | 0 | 1011110 | 110011 | 11001 | 101001100 | 1011001 | 101000 |
Color Harmonies of #BF0B5E
Complementary color
Monochromatic Colors of #BF0B5E
Black with #BF0B5E
Text Example
Text Example
White with #BF0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B5E; }
p { color: rgb(191,11,94); }
H1.HeaderClassName
{
color: #BF0B5E;
}
.AnyTagClassName
{
color: #BF0B5E;
}
</style>
background-color css
<style>
a { background-color: #BF0B5E; }
a { background-color: rgb(191,11,94); }
div.DivClassName
{
background-color: #BF0B5E;
}
.BgClassName
{
background-color: #BF0B5E;
}
</style>
border-color css
<style>
span { border-color: #BF0B5E; }
span { border-color: rgb(191,11,94); }
td.TdClassName
{
border-color: #BF0B5E;
}
.TagClassName
{
border-color: #BF0B5E;
}
</style>