Shades of Jazzberry Jam #B10F5E
Tints of Jazzberry Jam #B10F5E
RGB
CMYK
RGB Variations
Color information
#B10F5E (or 0xB10F5E) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 5E. RGB value is (177,15,94). Sum of RGB (Red+Green+Blue) = 177+15+94=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F5E is #4EF0A1. Grayscale: #484848. Windows color (decimal): -5173410 or 6164401. OLE color: 6164401.
HSL color Cylindrical-coordinate representation of color #B10F5E: hue angle of 330.74º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F5E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 94 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.31 |
| HSL | 330.74º | 0.84% | 0.38% | - |
| HSV(B) | 330.74º | 0.92% | 0.69% | - |
| XYZ | 20.32 | 10.5 | 11.54 | - |
| YUV | 72.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 94 | 0 | 0.92 | 0.47 | 0.31 | 330.74 | 0.84 | 0.38 |
| Hex | B1 | F | 5E | 0 | 5C | 2F | 1F | 14B | 54 | 26 |
| Octal | 261 | 17 | 136 | 0 | 134 | 57 | 37 | 513 | 124 | 46 |
| Binary | 10110001 | 1111 | 1011110 | 0 | 1011100 | 101111 | 11111 | 101001011 | 1010100 | 100110 |
Color Harmonies of #B10F5E
Complementary color
Monochromatic Colors of #B10F5E
Black with #B10F5E
Text Example
Text Example
White with #B10F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F5E; }
p { color: rgb(177,15,94); }
H1.HeaderClassName
{
color: #B10F5E;
}
.AnyTagClassName
{
color: #B10F5E;
}
</style>
background-color css
<style>
a { background-color: #B10F5E; }
a { background-color: rgb(177,15,94); }
div.DivClassName
{
background-color: #B10F5E;
}
.BgClassName
{
background-color: #B10F5E;
}
</style>
border-color css
<style>
span { border-color: #B10F5E; }
span { border-color: rgb(177,15,94); }
td.TdClassName
{
border-color: #B10F5E;
}
.TagClassName
{
border-color: #B10F5E;
}
</style>