Shades of Jazzberry Jam #B00566
Tints of Jazzberry Jam #B00566
RGB
CMYK
RGB Variations
Color information
#B00566 (or 0xB00566) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 66. RGB value is (176,5,102). Sum of RGB (Red+Green+Blue) = 176+5+102=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00566 is #4FFA99. Grayscale: #424242. Windows color (decimal): -5241498 or 6686128. OLE color: 6686128.
HSL color Cylindrical-coordinate representation of color #B00566: hue angle of 325.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00566 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.31 |
| HSL | 325.96º | 0.94% | 0.35% | - |
| HSV(B) | 325.96º | 0.97% | 0.69% | - |
| XYZ | 20.36 | 10.3 | 13.49 | - |
| YUV | 67.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 102 | 0 | 0.97 | 0.42 | 0.31 | 325.96 | 0.94 | 0.35 |
| Hex | B0 | 5 | 66 | 0 | 61 | 2A | 1F | 146 | 5E | 23 |
| Octal | 260 | 5 | 146 | 0 | 141 | 52 | 37 | 506 | 136 | 43 |
| Binary | 10110000 | 101 | 1100110 | 0 | 1100001 | 101010 | 11111 | 101000110 | 1011110 | 100011 |
Color Harmonies of #B00566
Complementary color
Monochromatic Colors of #B00566
Black with #B00566
Text Example
Text Example
White with #B00566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00566; }
p { color: rgb(176,5,102); }
H1.HeaderClassName
{
color: #B00566;
}
.AnyTagClassName
{
color: #B00566;
}
</style>
background-color css
<style>
a { background-color: #B00566; }
a { background-color: rgb(176,5,102); }
div.DivClassName
{
background-color: #B00566;
}
.BgClassName
{
background-color: #B00566;
}
</style>
border-color css
<style>
span { border-color: #B00566; }
span { border-color: rgb(176,5,102); }
td.TdClassName
{
border-color: #B00566;
}
.TagClassName
{
border-color: #B00566;
}
</style>