Shades of Jazzberry Jam #BF095E
Tints of Jazzberry Jam #BF095E
RGB
CMYK
RGB Variations
Color information
#BF095E (or 0xBF095E) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 5E. RGB value is (191,9,94). Sum of RGB (Red+Green+Blue) = 191+9+94=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF095E is #40F6A1. Grayscale: #484848. Windows color (decimal): -4257442 or 6162879. OLE color: 6162879.
HSL color Cylindrical-coordinate representation of color #BF095E: hue angle of 331.98º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF095E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.25 |
| HSL | 331.98º | 0.91% | 0.39% | - |
| HSV(B) | 331.98º | 0.95% | 0.75% | - |
| XYZ | 23.6 | 12.08 | 11.68 | - |
| YUV | 73.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 94 | 0 | 0.95 | 0.51 | 0.25 | 331.98 | 0.91 | 0.39 |
| Hex | BF | 9 | 5E | 0 | 5F | 33 | 19 | 14C | 5B | 27 |
| Octal | 277 | 11 | 136 | 0 | 137 | 63 | 31 | 514 | 133 | 47 |
| Binary | 10111111 | 1001 | 1011110 | 0 | 1011111 | 110011 | 11001 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BF095E
Complementary color
Monochromatic Colors of #BF095E
Black with #BF095E
Text Example
Text Example
White with #BF095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF095E; }
p { color: rgb(191,9,94); }
H1.HeaderClassName
{
color: #BF095E;
}
.AnyTagClassName
{
color: #BF095E;
}
</style>
background-color css
<style>
a { background-color: #BF095E; }
a { background-color: rgb(191,9,94); }
div.DivClassName
{
background-color: #BF095E;
}
.BgClassName
{
background-color: #BF095E;
}
</style>
border-color css
<style>
span { border-color: #BF095E; }
span { border-color: rgb(191,9,94); }
td.TdClassName
{
border-color: #BF095E;
}
.TagClassName
{
border-color: #BF095E;
}
</style>