Shades of Jazzberry Jam #B6005A
Tints of Jazzberry Jam #B6005A
RGB
CMYK
RGB Variations
Color information
#B6005A (or 0xB6005A) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 5A. RGB value is (182,0,90). Sum of RGB (Red+Green+Blue) = 182+0+90=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B6005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6005A is #49FFA5. Grayscale: #404040. Windows color (decimal): -4849574 or 5898422. OLE color: 5898422.
HSL color Cylindrical-coordinate representation of color #B6005A: hue angle of 330.33º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6005A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.51 | 0.29 |
| HSL | 330.33º | 1% | 0.36% | - |
| HSV(B) | 330.33º | 1% | 0.71% | - |
| XYZ | 21.14 | 10.68 | 10.62 | - |
| YUV | 64.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 90 | 0 | 1 | 0.51 | 0.29 | 330.33 | 1 | 0.36 |
| Hex | B6 | 0 | 5A | 0 | 64 | 33 | 1D | 14A | 64 | 24 |
| Octal | 266 | 0 | 132 | 0 | 144 | 63 | 35 | 512 | 144 | 44 |
| Binary | 10110110 | 0 | 1011010 | 0 | 1100100 | 110011 | 11101 | 101001010 | 1100100 | 100100 |
Color Harmonies of #B6005A
Complementary color
Monochromatic Colors of #B6005A
Black with #B6005A
Text Example
Text Example
White with #B6005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6005A; }
p { color: rgb(182,0,90); }
H1.HeaderClassName
{
color: #B6005A;
}
.AnyTagClassName
{
color: #B6005A;
}
</style>
background-color css
<style>
a { background-color: #B6005A; }
a { background-color: rgb(182,0,90); }
div.DivClassName
{
background-color: #B6005A;
}
.BgClassName
{
background-color: #B6005A;
}
</style>
border-color css
<style>
span { border-color: #B6005A; }
span { border-color: rgb(182,0,90); }
td.TdClassName
{
border-color: #B6005A;
}
.TagClassName
{
border-color: #B6005A;
}
</style>