Shades of Jazzberry Jam #B00C65
Tints of Jazzberry Jam #B00C65
RGB
CMYK
RGB Variations
Color information
#B00C65 (or 0xB00C65) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 65. RGB value is (176,12,101). Sum of RGB (Red+Green+Blue) = 176+12+101=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C65 is #4FF39A. Grayscale: #464646. Windows color (decimal): -5239707 or 6622384. OLE color: 6622384.
HSL color Cylindrical-coordinate representation of color #B00C65: hue angle of 327.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C65 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 101 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.31 |
| HSL | 327.44º | 0.87% | 0.37% | - |
| HSV(B) | 327.44º | 0.93% | 0.69% | - |
| XYZ | 20.38 | 10.43 | 13.25 | - |
| YUV | 71.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 101 | 0 | 0.93 | 0.43 | 0.31 | 327.44 | 0.87 | 0.37 |
| Hex | B0 | C | 65 | 0 | 5D | 2B | 1F | 147 | 57 | 25 |
| Octal | 260 | 14 | 145 | 0 | 135 | 53 | 37 | 507 | 127 | 45 |
| Binary | 10110000 | 1100 | 1100101 | 0 | 1011101 | 101011 | 11111 | 101000111 | 1010111 | 100101 |
Color Harmonies of #B00C65
Complementary color
Monochromatic Colors of #B00C65
Black with #B00C65
Text Example
Text Example
White with #B00C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C65; }
p { color: rgb(176,12,101); }
H1.HeaderClassName
{
color: #B00C65;
}
.AnyTagClassName
{
color: #B00C65;
}
</style>
background-color css
<style>
a { background-color: #B00C65; }
a { background-color: rgb(176,12,101); }
div.DivClassName
{
background-color: #B00C65;
}
.BgClassName
{
background-color: #B00C65;
}
</style>
border-color css
<style>
span { border-color: #B00C65; }
span { border-color: rgb(176,12,101); }
td.TdClassName
{
border-color: #B00C65;
}
.TagClassName
{
border-color: #B00C65;
}
</style>