Shades of Jazzberry Jam #B4005E
Tints of Jazzberry Jam #B4005E
RGB
CMYK
RGB Variations
Color information
#B4005E (or 0xB4005E) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 5E. RGB value is (180,0,94). Sum of RGB (Red+Green+Blue) = 180+0+94=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4005E is #4BFFA1. Grayscale: #404040. Windows color (decimal): -4980642 or 6160564. OLE color: 6160564.
HSL color Cylindrical-coordinate representation of color #B4005E: hue angle of 328.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4005E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.48 | 0.29 |
| HSL | 328.67º | 1% | 0.35% | - |
| HSV(B) | 328.67º | 1% | 0.71% | - |
| XYZ | 20.84 | 10.51 | 11.52 | - |
| YUV | 64.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 94 | 0 | 1 | 0.48 | 0.29 | 328.67 | 1 | 0.35 |
| Hex | B4 | 0 | 5E | 0 | 64 | 30 | 1D | 149 | 64 | 23 |
| Octal | 264 | 0 | 136 | 0 | 144 | 60 | 35 | 511 | 144 | 43 |
| Binary | 10110100 | 0 | 1011110 | 0 | 1100100 | 110000 | 11101 | 101001001 | 1100100 | 100011 |
Color Harmonies of #B4005E
Complementary color
Monochromatic Colors of #B4005E
Black with #B4005E
Text Example
Text Example
White with #B4005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4005E; }
p { color: rgb(180,0,94); }
H1.HeaderClassName
{
color: #B4005E;
}
.AnyTagClassName
{
color: #B4005E;
}
</style>
background-color css
<style>
a { background-color: #B4005E; }
a { background-color: rgb(180,0,94); }
div.DivClassName
{
background-color: #B4005E;
}
.BgClassName
{
background-color: #B4005E;
}
</style>
border-color css
<style>
span { border-color: #B4005E; }
span { border-color: rgb(180,0,94); }
td.TdClassName
{
border-color: #B4005E;
}
.TagClassName
{
border-color: #B4005E;
}
</style>