Shades of Jazzberry Jam #B00C6B
Tints of Jazzberry Jam #B00C6B
RGB
CMYK
RGB Variations
Color information
#B00C6B (or 0xB00C6B) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 6B. RGB value is (176,12,107). Sum of RGB (Red+Green+Blue) = 176+12+107=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C6B is #4FF394. Grayscale: #474747. Windows color (decimal): -5239701 or 7015600. OLE color: 7015600.
HSL color Cylindrical-coordinate representation of color #B00C6B: hue angle of 325.24º 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 #B00C6B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 107 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.31 |
| HSL | 325.24º | 0.87% | 0.37% | - |
| HSV(B) | 325.24º | 0.93% | 0.69% | - |
| XYZ | 20.69 | 10.55 | 14.86 | - |
| YUV | 71.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 107 | 0 | 0.93 | 0.39 | 0.31 | 325.24 | 0.87 | 0.37 |
| Hex | B0 | C | 6B | 0 | 5D | 27 | 1F | 145 | 57 | 25 |
| Octal | 260 | 14 | 153 | 0 | 135 | 47 | 37 | 505 | 127 | 45 |
| Binary | 10110000 | 1100 | 1101011 | 0 | 1011101 | 100111 | 11111 | 101000101 | 1010111 | 100101 |
Color Harmonies of #B00C6B
Complementary color
Monochromatic Colors of #B00C6B
Black with #B00C6B
Text Example
Text Example
White with #B00C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C6B; }
p { color: rgb(176,12,107); }
H1.HeaderClassName
{
color: #B00C6B;
}
.AnyTagClassName
{
color: #B00C6B;
}
</style>
background-color css
<style>
a { background-color: #B00C6B; }
a { background-color: rgb(176,12,107); }
div.DivClassName
{
background-color: #B00C6B;
}
.BgClassName
{
background-color: #B00C6B;
}
</style>
border-color css
<style>
span { border-color: #B00C6B; }
span { border-color: rgb(176,12,107); }
td.TdClassName
{
border-color: #B00C6B;
}
.TagClassName
{
border-color: #B00C6B;
}
</style>