Shades of Jazzberry Jam #B00866
Tints of Jazzberry Jam #B00866
RGB
CMYK
RGB Variations
Color information
#B00866 (or 0xB00866) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 66. RGB value is (176,8,102). Sum of RGB (Red+Green+Blue) = 176+8+102=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B00866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00866 is #4FF799. Grayscale: #444444. Windows color (decimal): -5240730 or 6686896. OLE color: 6686896.
HSL color Cylindrical-coordinate representation of color #B00866: hue angle of 326.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00866 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.31 |
| HSL | 326.43º | 0.91% | 0.36% | - |
| HSV(B) | 326.43º | 0.95% | 0.69% | - |
| XYZ | 20.39 | 10.36 | 13.5 | - |
| YUV | 68.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 102 | 0 | 0.95 | 0.42 | 0.31 | 326.43 | 0.91 | 0.36 |
| Hex | B0 | 8 | 66 | 0 | 5F | 2A | 1F | 146 | 5B | 24 |
| Octal | 260 | 10 | 146 | 0 | 137 | 52 | 37 | 506 | 133 | 44 |
| Binary | 10110000 | 1000 | 1100110 | 0 | 1011111 | 101010 | 11111 | 101000110 | 1011011 | 100100 |
Color Harmonies of #B00866
Complementary color
Monochromatic Colors of #B00866
Black with #B00866
Text Example
Text Example
White with #B00866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00866; }
p { color: rgb(176,8,102); }
H1.HeaderClassName
{
color: #B00866;
}
.AnyTagClassName
{
color: #B00866;
}
</style>
background-color css
<style>
a { background-color: #B00866; }
a { background-color: rgb(176,8,102); }
div.DivClassName
{
background-color: #B00866;
}
.BgClassName
{
background-color: #B00866;
}
</style>
border-color css
<style>
span { border-color: #B00866; }
span { border-color: rgb(176,8,102); }
td.TdClassName
{
border-color: #B00866;
}
.TagClassName
{
border-color: #B00866;
}
</style>