Shades of Jazzberry Jam #B0065A
Tints of Jazzberry Jam #B0065A
RGB
CMYK
RGB Variations
Color information
#B0065A (or 0xB0065A) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 5A. RGB value is (176,6,90). Sum of RGB (Red+Green+Blue) = 176+6+90=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0065A is #4FF9A5. Grayscale: #424242. Windows color (decimal): -5241254 or 5899952. OLE color: 5899952.
HSL color Cylindrical-coordinate representation of color #B0065A: hue angle of 330.35º 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 #B0065A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.31 |
| HSL | 330.35º | 0.93% | 0.36% | - |
| HSV(B) | 330.35º | 0.97% | 0.69% | - |
| XYZ | 19.82 | 10.1 | 10.58 | - |
| YUV | 66.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 90 | 0 | 0.97 | 0.49 | 0.31 | 330.35 | 0.93 | 0.36 |
| Hex | B0 | 6 | 5A | 0 | 61 | 31 | 1F | 14A | 5D | 24 |
| Octal | 260 | 6 | 132 | 0 | 141 | 61 | 37 | 512 | 135 | 44 |
| Binary | 10110000 | 110 | 1011010 | 0 | 1100001 | 110001 | 11111 | 101001010 | 1011101 | 100100 |
Color Harmonies of #B0065A
Complementary color
Monochromatic Colors of #B0065A
Black with #B0065A
Text Example
Text Example
White with #B0065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0065A; }
p { color: rgb(176,6,90); }
H1.HeaderClassName
{
color: #B0065A;
}
.AnyTagClassName
{
color: #B0065A;
}
</style>
background-color css
<style>
a { background-color: #B0065A; }
a { background-color: rgb(176,6,90); }
div.DivClassName
{
background-color: #B0065A;
}
.BgClassName
{
background-color: #B0065A;
}
</style>
border-color css
<style>
span { border-color: #B0065A; }
span { border-color: rgb(176,6,90); }
td.TdClassName
{
border-color: #B0065A;
}
.TagClassName
{
border-color: #B0065A;
}
</style>