Shades of Jazzberry Jam #B00E5E
Tints of Jazzberry Jam #B00E5E
RGB
CMYK
RGB Variations
Color information
#B00E5E (or 0xB00E5E) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 5E. RGB value is (176,14,94). Sum of RGB (Red+Green+Blue) = 176+14+94=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E5E is #4FF1A1. Grayscale: #474747. Windows color (decimal): -5239202 or 6164144. OLE color: 6164144.
HSL color Cylindrical-coordinate representation of color #B00E5E: hue angle of 330.37º 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 #B00E5E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 94 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.31 |
| HSL | 330.37º | 0.85% | 0.37% | - |
| HSV(B) | 330.37º | 0.92% | 0.69% | - |
| XYZ | 20.08 | 10.35 | 11.53 | - |
| YUV | 71.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 94 | 0 | 0.92 | 0.47 | 0.31 | 330.37 | 0.85 | 0.37 |
| Hex | B0 | E | 5E | 0 | 5C | 2F | 1F | 14A | 55 | 25 |
| Octal | 260 | 16 | 136 | 0 | 134 | 57 | 37 | 512 | 125 | 45 |
| Binary | 10110000 | 1110 | 1011110 | 0 | 1011100 | 101111 | 11111 | 101001010 | 1010101 | 100101 |
Color Harmonies of #B00E5E
Complementary color
Monochromatic Colors of #B00E5E
Black with #B00E5E
Text Example
Text Example
White with #B00E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E5E; }
p { color: rgb(176,14,94); }
H1.HeaderClassName
{
color: #B00E5E;
}
.AnyTagClassName
{
color: #B00E5E;
}
</style>
background-color css
<style>
a { background-color: #B00E5E; }
a { background-color: rgb(176,14,94); }
div.DivClassName
{
background-color: #B00E5E;
}
.BgClassName
{
background-color: #B00E5E;
}
</style>
border-color css
<style>
span { border-color: #B00E5E; }
span { border-color: rgb(176,14,94); }
td.TdClassName
{
border-color: #B00E5E;
}
.TagClassName
{
border-color: #B00E5E;
}
</style>