Shades of Jazzberry Jam #B00666
Tints of Jazzberry Jam #B00666
RGB
CMYK
RGB Variations
Color information
#B00666 (or 0xB00666) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 66. RGB value is (176,6,102). Sum of RGB (Red+Green+Blue) = 176+6+102=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B00666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00666 is #4FF999. Grayscale: #434343. Windows color (decimal): -5241242 or 6686384. OLE color: 6686384.
HSL color Cylindrical-coordinate representation of color #B00666: hue angle of 326.12º 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 #B00666 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.31 |
| HSL | 326.12º | 0.93% | 0.36% | - |
| HSV(B) | 326.12º | 0.97% | 0.69% | - |
| XYZ | 20.37 | 10.32 | 13.49 | - |
| YUV | 67.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 102 | 0 | 0.97 | 0.42 | 0.31 | 326.12 | 0.93 | 0.36 |
| Hex | B0 | 6 | 66 | 0 | 61 | 2A | 1F | 146 | 5D | 24 |
| Octal | 260 | 6 | 146 | 0 | 141 | 52 | 37 | 506 | 135 | 44 |
| Binary | 10110000 | 110 | 1100110 | 0 | 1100001 | 101010 | 11111 | 101000110 | 1011101 | 100100 |
Color Harmonies of #B00666
Complementary color
Monochromatic Colors of #B00666
Black with #B00666
Text Example
Text Example
White with #B00666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00666; }
p { color: rgb(176,6,102); }
H1.HeaderClassName
{
color: #B00666;
}
.AnyTagClassName
{
color: #B00666;
}
</style>
background-color css
<style>
a { background-color: #B00666; }
a { background-color: rgb(176,6,102); }
div.DivClassName
{
background-color: #B00666;
}
.BgClassName
{
background-color: #B00666;
}
</style>
border-color css
<style>
span { border-color: #B00666; }
span { border-color: rgb(176,6,102); }
td.TdClassName
{
border-color: #B00666;
}
.TagClassName
{
border-color: #B00666;
}
</style>