Shades of Jazzberry Jam #B4066C
Tints of Jazzberry Jam #B4066C
RGB
CMYK
RGB Variations
Color information
#B4066C (or 0xB4066C) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 6C. RGB value is (180,6,108). Sum of RGB (Red+Green+Blue) = 180+6+108=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4066C is #4BF993. Grayscale: #454545. Windows color (decimal): -4979092 or 7079604. OLE color: 7079604.
HSL color Cylindrical-coordinate representation of color #B4066C: hue angle of 324.83º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4066C is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.29 |
| HSL | 324.83º | 0.94% | 0.36% | - |
| HSV(B) | 324.83º | 0.97% | 0.71% | - |
| XYZ | 21.59 | 10.92 | 15.16 | - |
| YUV | 69.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 108 | 0 | 0.97 | 0.40 | 0.29 | 324.83 | 0.94 | 0.36 |
| Hex | B4 | 6 | 6C | 0 | 61 | 28 | 1D | 145 | 5E | 24 |
| Octal | 264 | 6 | 154 | 0 | 141 | 50 | 35 | 505 | 136 | 44 |
| Binary | 10110100 | 110 | 1101100 | 0 | 1100001 | 101000 | 11101 | 101000101 | 1011110 | 100100 |
Color Harmonies of #B4066C
Complementary color
Monochromatic Colors of #B4066C
Black with #B4066C
Text Example
Text Example
White with #B4066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4066C; }
p { color: rgb(180,6,108); }
H1.HeaderClassName
{
color: #B4066C;
}
.AnyTagClassName
{
color: #B4066C;
}
</style>
background-color css
<style>
a { background-color: #B4066C; }
a { background-color: rgb(180,6,108); }
div.DivClassName
{
background-color: #B4066C;
}
.BgClassName
{
background-color: #B4066C;
}
</style>
border-color css
<style>
span { border-color: #B4066C; }
span { border-color: rgb(180,6,108); }
td.TdClassName
{
border-color: #B4066C;
}
.TagClassName
{
border-color: #B4066C;
}
</style>