Shades of Jazzberry Jam #B0065E
Tints of Jazzberry Jam #B0065E
RGB
CMYK
RGB Variations
Color information
#B0065E (or 0xB0065E) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 5E. RGB value is (176,6,94). Sum of RGB (Red+Green+Blue) = 176+6+94=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0065E is #4FF9A1. Grayscale: #424242. Windows color (decimal): -5241250 or 6162096. OLE color: 6162096.
HSL color Cylindrical-coordinate representation of color #B0065E: hue angle of 328.94º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0065E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.31 |
| HSL | 328.94º | 0.93% | 0.36% | - |
| HSV(B) | 328.94º | 0.97% | 0.69% | - |
| XYZ | 19.99 | 10.17 | 11.5 | - |
| YUV | 66.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 94 | 0 | 0.97 | 0.47 | 0.31 | 328.94 | 0.93 | 0.36 |
| Hex | B0 | 6 | 5E | 0 | 61 | 2F | 1F | 149 | 5D | 24 |
| Octal | 260 | 6 | 136 | 0 | 141 | 57 | 37 | 511 | 135 | 44 |
| Binary | 10110000 | 110 | 1011110 | 0 | 1100001 | 101111 | 11111 | 101001001 | 1011101 | 100100 |
Color Harmonies of #B0065E
Complementary color
Monochromatic Colors of #B0065E
Black with #B0065E
Text Example
Text Example
White with #B0065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0065E; }
p { color: rgb(176,6,94); }
H1.HeaderClassName
{
color: #B0065E;
}
.AnyTagClassName
{
color: #B0065E;
}
</style>
background-color css
<style>
a { background-color: #B0065E; }
a { background-color: rgb(176,6,94); }
div.DivClassName
{
background-color: #B0065E;
}
.BgClassName
{
background-color: #B0065E;
}
</style>
border-color css
<style>
span { border-color: #B0065E; }
span { border-color: rgb(176,6,94); }
td.TdClassName
{
border-color: #B0065E;
}
.TagClassName
{
border-color: #B0065E;
}
</style>