Shades of Jazzberry Jam #BF095D
Tints of Jazzberry Jam #BF095D
RGB
CMYK
RGB Variations
Color information
#BF095D (or 0xBF095D) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 5D. RGB value is (191,9,93). Sum of RGB (Red+Green+Blue) = 191+9+93=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF095D is #40F6A2. Grayscale: #484848. Windows color (decimal): -4257443 or 6097343. OLE color: 6097343.
HSL color Cylindrical-coordinate representation of color #BF095D: hue angle of 332.31º 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 #BF095D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.25 |
| HSL | 332.31º | 0.91% | 0.39% | - |
| HSV(B) | 332.31º | 0.95% | 0.75% | - |
| XYZ | 23.56 | 12.06 | 11.44 | - |
| YUV | 72.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 93 | 0 | 0.95 | 0.51 | 0.25 | 332.31 | 0.91 | 0.39 |
| Hex | BF | 9 | 5D | 0 | 5F | 33 | 19 | 14C | 5B | 27 |
| Octal | 277 | 11 | 135 | 0 | 137 | 63 | 31 | 514 | 133 | 47 |
| Binary | 10111111 | 1001 | 1011101 | 0 | 1011111 | 110011 | 11001 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BF095D
Complementary color
Monochromatic Colors of #BF095D
Black with #BF095D
Text Example
Text Example
White with #BF095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF095D; }
p { color: rgb(191,9,93); }
H1.HeaderClassName
{
color: #BF095D;
}
.AnyTagClassName
{
color: #BF095D;
}
</style>
background-color css
<style>
a { background-color: #BF095D; }
a { background-color: rgb(191,9,93); }
div.DivClassName
{
background-color: #BF095D;
}
.BgClassName
{
background-color: #BF095D;
}
</style>
border-color css
<style>
span { border-color: #BF095D; }
span { border-color: rgb(191,9,93); }
td.TdClassName
{
border-color: #BF095D;
}
.TagClassName
{
border-color: #BF095D;
}
</style>