Shades of Jazzberry Jam #B4145C
Tints of Jazzberry Jam #B4145C
RGB
CMYK
RGB Variations
Color information
#B4145C (or 0xB4145C) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 5C. RGB value is (180,20,92). Sum of RGB (Red+Green+Blue) = 180+20+92=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4145C is #4BEBA3. Grayscale: #4B4B4B. Windows color (decimal): -4975524 or 6034612. OLE color: 6034612.
HSL color Cylindrical-coordinate representation of color #B4145C: hue angle of 333º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4145C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 92 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.29 |
| HSL | 333º | 0.8% | 0.39% | - |
| HSV(B) | 333º | 0.89% | 0.71% | - |
| XYZ | 21 | 10.98 | 11.14 | - |
| YUV | 76.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 92 | 0 | 0.89 | 0.49 | 0.29 | 333 | 0.8 | 0.39 |
| Hex | B4 | 14 | 5C | 0 | 59 | 31 | 1D | 14D | 50 | 27 |
| Octal | 264 | 24 | 134 | 0 | 131 | 61 | 35 | 515 | 120 | 47 |
| Binary | 10110100 | 10100 | 1011100 | 0 | 1011001 | 110001 | 11101 | 101001101 | 1010000 | 100111 |
Color Harmonies of #B4145C
Complementary color
Monochromatic Colors of #B4145C
Black with #B4145C
Text Example
Text Example
White with #B4145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4145C; }
p { color: rgb(180,20,92); }
H1.HeaderClassName
{
color: #B4145C;
}
.AnyTagClassName
{
color: #B4145C;
}
</style>
background-color css
<style>
a { background-color: #B4145C; }
a { background-color: rgb(180,20,92); }
div.DivClassName
{
background-color: #B4145C;
}
.BgClassName
{
background-color: #B4145C;
}
</style>
border-color css
<style>
span { border-color: #B4145C; }
span { border-color: rgb(180,20,92); }
td.TdClassName
{
border-color: #B4145C;
}
.TagClassName
{
border-color: #B4145C;
}
</style>