Shades of Jazzberry Jam #B6044C
Tints of Jazzberry Jam #B6044C
RGB
CMYK
RGB Variations
Color information
#B6044C (or 0xB6044C) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 4C. RGB value is (182,4,76). Sum of RGB (Red+Green+Blue) = 182+4+76=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6044C is #49FBB3. Grayscale: #414141. Windows color (decimal): -4848564 or 4981942. OLE color: 4981942.
HSL color Cylindrical-coordinate representation of color #B6044C: hue angle of 335.73º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6044C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.29 |
| HSL | 335.73º | 0.96% | 0.36% | - |
| HSV(B) | 335.73º | 0.98% | 0.71% | - |
| XYZ | 20.64 | 10.55 | 7.79 | - |
| YUV | 65.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 76 | 0 | 0.98 | 0.58 | 0.29 | 335.73 | 0.96 | 0.36 |
| Hex | B6 | 4 | 4C | 0 | 62 | 3A | 1D | 150 | 60 | 24 |
| Octal | 266 | 4 | 114 | 0 | 142 | 72 | 35 | 520 | 140 | 44 |
| Binary | 10110110 | 100 | 1001100 | 0 | 1100010 | 111010 | 11101 | 101010000 | 1100000 | 100100 |
Color Harmonies of #B6044C
Complementary color
Monochromatic Colors of #B6044C
Black with #B6044C
Text Example
Text Example
White with #B6044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6044C; }
p { color: rgb(182,4,76); }
H1.HeaderClassName
{
color: #B6044C;
}
.AnyTagClassName
{
color: #B6044C;
}
</style>
background-color css
<style>
a { background-color: #B6044C; }
a { background-color: rgb(182,4,76); }
div.DivClassName
{
background-color: #B6044C;
}
.BgClassName
{
background-color: #B6044C;
}
</style>
border-color css
<style>
span { border-color: #B6044C; }
span { border-color: rgb(182,4,76); }
td.TdClassName
{
border-color: #B6044C;
}
.TagClassName
{
border-color: #B6044C;
}
</style>