Shades of Jazzberry Jam #B00F76
Tints of Jazzberry Jam #B00F76
RGB
CMYK
RGB Variations
Color information
#B00F76 (or 0xB00F76) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 76. RGB value is (176,15,118). Sum of RGB (Red+Green+Blue) = 176+15+118=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F76 is #4FF089. Grayscale: #4A4A4A. Windows color (decimal): -5238922 or 7737264. OLE color: 7737264.
HSL color Cylindrical-coordinate representation of color #B00F76: hue angle of 321.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F76 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 118 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.31 |
| HSL | 321.61º | 0.84% | 0.37% | - |
| HSV(B) | 321.61º | 0.91% | 0.69% | - |
| XYZ | 21.35 | 10.88 | 18.11 | - |
| YUV | 74.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 118 | 0 | 0.91 | 0.33 | 0.31 | 321.61 | 0.84 | 0.37 |
| Hex | B0 | F | 76 | 0 | 5B | 21 | 1F | 142 | 54 | 25 |
| Octal | 260 | 17 | 166 | 0 | 133 | 41 | 37 | 502 | 124 | 45 |
| Binary | 10110000 | 1111 | 1110110 | 0 | 1011011 | 100001 | 11111 | 101000010 | 1010100 | 100101 |
Color Harmonies of #B00F76
Complementary color
Monochromatic Colors of #B00F76
Black with #B00F76
Text Example
Text Example
White with #B00F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F76; }
p { color: rgb(176,15,118); }
H1.HeaderClassName
{
color: #B00F76;
}
.AnyTagClassName
{
color: #B00F76;
}
</style>
background-color css
<style>
a { background-color: #B00F76; }
a { background-color: rgb(176,15,118); }
div.DivClassName
{
background-color: #B00F76;
}
.BgClassName
{
background-color: #B00F76;
}
</style>
border-color css
<style>
span { border-color: #B00F76; }
span { border-color: rgb(176,15,118); }
td.TdClassName
{
border-color: #B00F76;
}
.TagClassName
{
border-color: #B00F76;
}
</style>