Shades of Jazzberry Jam #B00766
Tints of Jazzberry Jam #B00766
RGB
CMYK
RGB Variations
Color information
#B00766 (or 0xB00766) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 66. RGB value is (176,7,102). Sum of RGB (Red+Green+Blue) = 176+7+102=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B00766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00766 is #4FF899. Grayscale: #444444. Windows color (decimal): -5240986 or 6686640. OLE color: 6686640.
HSL color Cylindrical-coordinate representation of color #B00766: hue angle of 326.27º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00766 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.31 |
| HSL | 326.27º | 0.92% | 0.36% | - |
| HSV(B) | 326.27º | 0.96% | 0.69% | - |
| XYZ | 20.38 | 10.34 | 13.49 | - |
| YUV | 68.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 102 | 0 | 0.96 | 0.42 | 0.31 | 326.27 | 0.92 | 0.36 |
| Hex | B0 | 7 | 66 | 0 | 60 | 2A | 1F | 146 | 5C | 24 |
| Octal | 260 | 7 | 146 | 0 | 140 | 52 | 37 | 506 | 134 | 44 |
| Binary | 10110000 | 111 | 1100110 | 0 | 1100000 | 101010 | 11111 | 101000110 | 1011100 | 100100 |
Color Harmonies of #B00766
Complementary color
Monochromatic Colors of #B00766
Black with #B00766
Text Example
Text Example
White with #B00766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00766; }
p { color: rgb(176,7,102); }
H1.HeaderClassName
{
color: #B00766;
}
.AnyTagClassName
{
color: #B00766;
}
</style>
background-color css
<style>
a { background-color: #B00766; }
a { background-color: rgb(176,7,102); }
div.DivClassName
{
background-color: #B00766;
}
.BgClassName
{
background-color: #B00766;
}
</style>
border-color css
<style>
span { border-color: #B00766; }
span { border-color: rgb(176,7,102); }
td.TdClassName
{
border-color: #B00766;
}
.TagClassName
{
border-color: #B00766;
}
</style>