Shades of Jazzberry Jam #B5104C
Tints of Jazzberry Jam #B5104C
RGB
CMYK
RGB Variations
Color information
#B5104C (or 0xB5104C) is known color: Jazzberry Jam. HEX triplet: B5, 10 and 4C. RGB value is (181,16,76). Sum of RGB (Red+Green+Blue) = 181+16+76=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5104C is #4AEFB3. Grayscale: #484848. Windows color (decimal): -4911028 or 4985013. OLE color: 4985013.
HSL color Cylindrical-coordinate representation of color #B5104C: hue angle of 338.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5104C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 76 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.29 |
| HSL | 338.18º | 0.84% | 0.39% | - |
| HSV(B) | 338.18º | 0.91% | 0.71% | - |
| XYZ | 20.55 | 10.72 | 7.82 | - |
| YUV | 72.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 76 | 0 | 0.91 | 0.58 | 0.29 | 338.18 | 0.84 | 0.39 |
| Hex | B5 | 10 | 4C | 0 | 5B | 3A | 1D | 152 | 54 | 27 |
| Octal | 265 | 20 | 114 | 0 | 133 | 72 | 35 | 522 | 124 | 47 |
| Binary | 10110101 | 10000 | 1001100 | 0 | 1011011 | 111010 | 11101 | 101010010 | 1010100 | 100111 |
Color Harmonies of #B5104C
Complementary color
Monochromatic Colors of #B5104C
Black with #B5104C
Text Example
Text Example
White with #B5104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5104C; }
p { color: rgb(181,16,76); }
H1.HeaderClassName
{
color: #B5104C;
}
.AnyTagClassName
{
color: #B5104C;
}
</style>
background-color css
<style>
a { background-color: #B5104C; }
a { background-color: rgb(181,16,76); }
div.DivClassName
{
background-color: #B5104C;
}
.BgClassName
{
background-color: #B5104C;
}
</style>
border-color css
<style>
span { border-color: #B5104C; }
span { border-color: rgb(181,16,76); }
td.TdClassName
{
border-color: #B5104C;
}
.TagClassName
{
border-color: #B5104C;
}
</style>