Shades of Jazzberry Jam #B8046F
Tints of Jazzberry Jam #B8046F
RGB
CMYK
RGB Variations
Color information
#B8046F (or 0xB8046F) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 6F. RGB value is (184,4,111). Sum of RGB (Red+Green+Blue) = 184+4+111=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8046F is #47FB90. Grayscale: #454545. Windows color (decimal): -4717457 or 7275704. OLE color: 7275704.
HSL color Cylindrical-coordinate representation of color #B8046F: hue angle of 324.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8046F is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.28 |
| HSL | 324.33º | 0.96% | 0.37% | - |
| HSV(B) | 324.33º | 0.98% | 0.72% | - |
| XYZ | 22.68 | 11.42 | 16.05 | - |
| YUV | 70.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 111 | 0 | 0.98 | 0.40 | 0.28 | 324.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 6F | 0 | 62 | 28 | 1C | 144 | 60 | 25 |
| Octal | 270 | 4 | 157 | 0 | 142 | 50 | 34 | 504 | 140 | 45 |
| Binary | 10111000 | 100 | 1101111 | 0 | 1100010 | 101000 | 11100 | 101000100 | 1100000 | 100101 |
Color Harmonies of #B8046F
Complementary color
Monochromatic Colors of #B8046F
Black with #B8046F
Text Example
Text Example
White with #B8046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8046F; }
p { color: rgb(184,4,111); }
H1.HeaderClassName
{
color: #B8046F;
}
.AnyTagClassName
{
color: #B8046F;
}
</style>
background-color css
<style>
a { background-color: #B8046F; }
a { background-color: rgb(184,4,111); }
div.DivClassName
{
background-color: #B8046F;
}
.BgClassName
{
background-color: #B8046F;
}
</style>
border-color css
<style>
span { border-color: #B8046F; }
span { border-color: rgb(184,4,111); }
td.TdClassName
{
border-color: #B8046F;
}
.TagClassName
{
border-color: #B8046F;
}
</style>