Shades of Jazzberry Jam #B20C4D
Tints of Jazzberry Jam #B20C4D
RGB
CMYK
RGB Variations
Color information
#B20C4D (or 0xB20C4D) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 4D. RGB value is (178,12,77). Sum of RGB (Red+Green+Blue) = 178+12+77=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C4D is #4DF3B2. Grayscale: #444444. Windows color (decimal): -5108659 or 5049522. OLE color: 5049522.
HSL color Cylindrical-coordinate representation of color #B20C4D: hue angle of 336.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C4D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 77 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.30 |
| HSL | 336.51º | 0.87% | 0.37% | - |
| HSV(B) | 336.51º | 0.93% | 0.7% | - |
| XYZ | 19.83 | 10.26 | 7.96 | - |
| YUV | 69.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 77 | 0 | 0.93 | 0.57 | 0.30 | 336.51 | 0.87 | 0.37 |
| Hex | B2 | C | 4D | 0 | 5D | 39 | 1E | 151 | 57 | 25 |
| Octal | 262 | 14 | 115 | 0 | 135 | 71 | 36 | 521 | 127 | 45 |
| Binary | 10110010 | 1100 | 1001101 | 0 | 1011101 | 111001 | 11110 | 101010001 | 1010111 | 100101 |
Color Harmonies of #B20C4D
Complementary color
Monochromatic Colors of #B20C4D
Black with #B20C4D
Text Example
Text Example
White with #B20C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C4D; }
p { color: rgb(178,12,77); }
H1.HeaderClassName
{
color: #B20C4D;
}
.AnyTagClassName
{
color: #B20C4D;
}
</style>
background-color css
<style>
a { background-color: #B20C4D; }
a { background-color: rgb(178,12,77); }
div.DivClassName
{
background-color: #B20C4D;
}
.BgClassName
{
background-color: #B20C4D;
}
</style>
border-color css
<style>
span { border-color: #B20C4D; }
span { border-color: rgb(178,12,77); }
td.TdClassName
{
border-color: #B20C4D;
}
.TagClassName
{
border-color: #B20C4D;
}
</style>