Shades of Jazzberry Jam #B80763
Tints of Jazzberry Jam #B80763
RGB
CMYK
RGB Variations
Color information
#B80763 (or 0xB80763) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 63. RGB value is (184,7,99). Sum of RGB (Red+Green+Blue) = 184+7+99=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80763 is #47F89C. Grayscale: #464646. Windows color (decimal): -4716701 or 6490040. OLE color: 6490040.
HSL color Cylindrical-coordinate representation of color #B80763: hue angle of 328.81º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80763 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.28 |
| HSL | 328.81º | 0.93% | 0.37% | - |
| HSV(B) | 328.81º | 0.96% | 0.72% | - |
| XYZ | 22.1 | 11.24 | 12.81 | - |
| YUV | 70.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 99 | 0 | 0.96 | 0.46 | 0.28 | 328.81 | 0.93 | 0.37 |
| Hex | B8 | 7 | 63 | 0 | 60 | 2E | 1C | 149 | 5D | 25 |
| Octal | 270 | 7 | 143 | 0 | 140 | 56 | 34 | 511 | 135 | 45 |
| Binary | 10111000 | 111 | 1100011 | 0 | 1100000 | 101110 | 11100 | 101001001 | 1011101 | 100101 |
Color Harmonies of #B80763
Complementary color
Monochromatic Colors of #B80763
Black with #B80763
Text Example
Text Example
White with #B80763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80763; }
p { color: rgb(184,7,99); }
H1.HeaderClassName
{
color: #B80763;
}
.AnyTagClassName
{
color: #B80763;
}
</style>
background-color css
<style>
a { background-color: #B80763; }
a { background-color: rgb(184,7,99); }
div.DivClassName
{
background-color: #B80763;
}
.BgClassName
{
background-color: #B80763;
}
</style>
border-color css
<style>
span { border-color: #B80763; }
span { border-color: rgb(184,7,99); }
td.TdClassName
{
border-color: #B80763;
}
.TagClassName
{
border-color: #B80763;
}
</style>