Shades of Jazzberry Jam #B80A6B
Tints of Jazzberry Jam #B80A6B
RGB
CMYK
RGB Variations
Color information
#B80A6B (or 0xB80A6B) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 6B. RGB value is (184,10,107). Sum of RGB (Red+Green+Blue) = 184+10+107=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A6B is #47F594. Grayscale: #484848. Windows color (decimal): -4715925 or 7015096. OLE color: 7015096.
HSL color Cylindrical-coordinate representation of color #B80A6B: hue angle of 326.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A6B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.28 |
| HSL | 326.55º | 0.9% | 0.38% | - |
| HSV(B) | 326.55º | 0.95% | 0.72% | - |
| XYZ | 22.53 | 11.47 | 14.94 | - |
| YUV | 73.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 107 | 0 | 0.95 | 0.42 | 0.28 | 326.55 | 0.9 | 0.38 |
| Hex | B8 | A | 6B | 0 | 5F | 2A | 1C | 147 | 5A | 26 |
| Octal | 270 | 12 | 153 | 0 | 137 | 52 | 34 | 507 | 132 | 46 |
| Binary | 10111000 | 1010 | 1101011 | 0 | 1011111 | 101010 | 11100 | 101000111 | 1011010 | 100110 |
Color Harmonies of #B80A6B
Complementary color
Monochromatic Colors of #B80A6B
Black with #B80A6B
Text Example
Text Example
White with #B80A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A6B; }
p { color: rgb(184,10,107); }
H1.HeaderClassName
{
color: #B80A6B;
}
.AnyTagClassName
{
color: #B80A6B;
}
</style>
background-color css
<style>
a { background-color: #B80A6B; }
a { background-color: rgb(184,10,107); }
div.DivClassName
{
background-color: #B80A6B;
}
.BgClassName
{
background-color: #B80A6B;
}
</style>
border-color css
<style>
span { border-color: #B80A6B; }
span { border-color: rgb(184,10,107); }
td.TdClassName
{
border-color: #B80A6B;
}
.TagClassName
{
border-color: #B80A6B;
}
</style>