Shades of Jazzberry Jam #B91F6C
Tints of Jazzberry Jam #B91F6C
RGB
CMYK
RGB Variations
Color information
#B91F6C (or 0xB91F6C) is known color: Jazzberry Jam. HEX triplet: B9, 1F and 6C. RGB value is (185,31,108). Sum of RGB (Red+Green+Blue) = 185+31+108=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F6C is #46E093. Grayscale: #555555. Windows color (decimal): -4645012 or 7086009. OLE color: 7086009.
HSL color Cylindrical-coordinate representation of color #B91F6C: hue angle of 330º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F6C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 108 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330º | 0.71% | 0.42% | - |
| HSV(B) | 330º | 0.83% | 0.73% | - |
| XYZ | 23.2 | 12.38 | 15.35 | - |
| YUV | 85.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 108 | 0 | 0.83 | 0.42 | 0.27 | 330 | 0.71 | 0.42 |
| Hex | B9 | 1F | 6C | 0 | 53 | 2A | 1B | 14A | 47 | 2A |
| Octal | 271 | 37 | 154 | 0 | 123 | 52 | 33 | 512 | 107 | 52 |
| Binary | 10111001 | 11111 | 1101100 | 0 | 1010011 | 101010 | 11011 | 101001010 | 1000111 | 101010 |
Color Harmonies of #B91F6C
Complementary color
Monochromatic Colors of #B91F6C
Black with #B91F6C
Text Example
Text Example
White with #B91F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F6C; }
p { color: rgb(185,31,108); }
H1.HeaderClassName
{
color: #B91F6C;
}
.AnyTagClassName
{
color: #B91F6C;
}
</style>
background-color css
<style>
a { background-color: #B91F6C; }
a { background-color: rgb(185,31,108); }
div.DivClassName
{
background-color: #B91F6C;
}
.BgClassName
{
background-color: #B91F6C;
}
</style>
border-color css
<style>
span { border-color: #B91F6C; }
span { border-color: rgb(185,31,108); }
td.TdClassName
{
border-color: #B91F6C;
}
.TagClassName
{
border-color: #B91F6C;
}
</style>