Shades of Jazzberry Jam #B8045D
Tints of Jazzberry Jam #B8045D
RGB
CMYK
RGB Variations
Color information
#B8045D (or 0xB8045D) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 5D. RGB value is (184,4,93). Sum of RGB (Red+Green+Blue) = 184+4+93=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8045D is #47FBA2. Grayscale: #434343. Windows color (decimal): -4717475 or 6096056. OLE color: 6096056.
HSL color Cylindrical-coordinate representation of color #B8045D: hue angle of 330.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 #B8045D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.28 |
| HSL | 330.33º | 0.96% | 0.37% | - |
| HSV(B) | 330.33º | 0.98% | 0.72% | - |
| XYZ | 21.79 | 11.07 | 11.34 | - |
| YUV | 67.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 93 | 0 | 0.98 | 0.49 | 0.28 | 330.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 5D | 0 | 62 | 31 | 1C | 14A | 60 | 25 |
| Octal | 270 | 4 | 135 | 0 | 142 | 61 | 34 | 512 | 140 | 45 |
| Binary | 10111000 | 100 | 1011101 | 0 | 1100010 | 110001 | 11100 | 101001010 | 1100000 | 100101 |
Color Harmonies of #B8045D
Complementary color
Monochromatic Colors of #B8045D
Black with #B8045D
Text Example
Text Example
White with #B8045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8045D; }
p { color: rgb(184,4,93); }
H1.HeaderClassName
{
color: #B8045D;
}
.AnyTagClassName
{
color: #B8045D;
}
</style>
background-color css
<style>
a { background-color: #B8045D; }
a { background-color: rgb(184,4,93); }
div.DivClassName
{
background-color: #B8045D;
}
.BgClassName
{
background-color: #B8045D;
}
</style>
border-color css
<style>
span { border-color: #B8045D; }
span { border-color: rgb(184,4,93); }
td.TdClassName
{
border-color: #B8045D;
}
.TagClassName
{
border-color: #B8045D;
}
</style>