Shades of Jazzberry Jam #B00E6B
Tints of Jazzberry Jam #B00E6B
RGB
CMYK
RGB Variations
Color information
#B00E6B (or 0xB00E6B) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 6B. RGB value is (176,14,107). Sum of RGB (Red+Green+Blue) = 176+14+107=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E6B is #4FF194. Grayscale: #484848. Windows color (decimal): -5239189 or 7016112. OLE color: 7016112.
HSL color Cylindrical-coordinate representation of color #B00E6B: hue angle of 325.56º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E6B is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.31 |
| HSL | 325.56º | 0.85% | 0.37% | - |
| HSV(B) | 325.56º | 0.92% | 0.69% | - |
| XYZ | 20.72 | 10.61 | 14.87 | - |
| YUV | 73.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 107 | 0 | 0.92 | 0.39 | 0.31 | 325.56 | 0.85 | 0.37 |
| Hex | B0 | E | 6B | 0 | 5C | 27 | 1F | 146 | 55 | 25 |
| Octal | 260 | 16 | 153 | 0 | 134 | 47 | 37 | 506 | 125 | 45 |
| Binary | 10110000 | 1110 | 1101011 | 0 | 1011100 | 100111 | 11111 | 101000110 | 1010101 | 100101 |
Color Harmonies of #B00E6B
Complementary color
Monochromatic Colors of #B00E6B
Black with #B00E6B
Text Example
Text Example
White with #B00E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E6B; }
p { color: rgb(176,14,107); }
H1.HeaderClassName
{
color: #B00E6B;
}
.AnyTagClassName
{
color: #B00E6B;
}
</style>
background-color css
<style>
a { background-color: #B00E6B; }
a { background-color: rgb(176,14,107); }
div.DivClassName
{
background-color: #B00E6B;
}
.BgClassName
{
background-color: #B00E6B;
}
</style>
border-color css
<style>
span { border-color: #B00E6B; }
span { border-color: rgb(176,14,107); }
td.TdClassName
{
border-color: #B00E6B;
}
.TagClassName
{
border-color: #B00E6B;
}
</style>