Shades of Jazzberry Jam #B2104C
Tints of Jazzberry Jam #B2104C
RGB
CMYK
RGB Variations
Color information
#B2104C (or 0xB2104C) is known color: Jazzberry Jam. HEX triplet: B2, 10 and 4C. RGB value is (178,16,76). Sum of RGB (Red+Green+Blue) = 178+16+76=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2104C is #4DEFB3. Grayscale: #474747. Windows color (decimal): -5107636 or 4985010. OLE color: 4985010.
HSL color Cylindrical-coordinate representation of color #B2104C: hue angle of 337.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2104C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 76 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.30 |
| HSL | 337.78º | 0.84% | 0.38% | - |
| HSV(B) | 337.78º | 0.91% | 0.7% | - |
| XYZ | 19.85 | 10.36 | 7.79 | - |
| YUV | 71.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 76 | 0 | 0.91 | 0.57 | 0.30 | 337.78 | 0.84 | 0.38 |
| Hex | B2 | 10 | 4C | 0 | 5B | 39 | 1E | 152 | 54 | 26 |
| Octal | 262 | 20 | 114 | 0 | 133 | 71 | 36 | 522 | 124 | 46 |
| Binary | 10110010 | 10000 | 1001100 | 0 | 1011011 | 111001 | 11110 | 101010010 | 1010100 | 100110 |
Color Harmonies of #B2104C
Complementary color
Monochromatic Colors of #B2104C
Black with #B2104C
Text Example
Text Example
White with #B2104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2104C; }
p { color: rgb(178,16,76); }
H1.HeaderClassName
{
color: #B2104C;
}
.AnyTagClassName
{
color: #B2104C;
}
</style>
background-color css
<style>
a { background-color: #B2104C; }
a { background-color: rgb(178,16,76); }
div.DivClassName
{
background-color: #B2104C;
}
.BgClassName
{
background-color: #B2104C;
}
</style>
border-color css
<style>
span { border-color: #B2104C; }
span { border-color: rgb(178,16,76); }
td.TdClassName
{
border-color: #B2104C;
}
.TagClassName
{
border-color: #B2104C;
}
</style>