Shades of Jazzberry Jam #B8064D
Tints of Jazzberry Jam #B8064D
RGB
CMYK
RGB Variations
Color information
#B8064D (or 0xB8064D) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 4D. RGB value is (184,6,77). Sum of RGB (Red+Green+Blue) = 184+6+77=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8064D is #47F9B2. Grayscale: #434343. Windows color (decimal): -4716979 or 5047992. OLE color: 5047992.
HSL color Cylindrical-coordinate representation of color #B8064D: hue angle of 336.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8064D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.28 |
| HSL | 336.07º | 0.94% | 0.37% | - |
| HSV(B) | 336.07º | 0.97% | 0.72% | - |
| XYZ | 21.17 | 10.86 | 8 | - |
| YUV | 67.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 77 | 0 | 0.97 | 0.58 | 0.28 | 336.07 | 0.94 | 0.37 |
| Hex | B8 | 6 | 4D | 0 | 61 | 3A | 1C | 150 | 5E | 25 |
| Octal | 270 | 6 | 115 | 0 | 141 | 72 | 34 | 520 | 136 | 45 |
| Binary | 10111000 | 110 | 1001101 | 0 | 1100001 | 111010 | 11100 | 101010000 | 1011110 | 100101 |
Color Harmonies of #B8064D
Complementary color
Monochromatic Colors of #B8064D
Black with #B8064D
Text Example
Text Example
White with #B8064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8064D; }
p { color: rgb(184,6,77); }
H1.HeaderClassName
{
color: #B8064D;
}
.AnyTagClassName
{
color: #B8064D;
}
</style>
background-color css
<style>
a { background-color: #B8064D; }
a { background-color: rgb(184,6,77); }
div.DivClassName
{
background-color: #B8064D;
}
.BgClassName
{
background-color: #B8064D;
}
</style>
border-color css
<style>
span { border-color: #B8064D; }
span { border-color: rgb(184,6,77); }
td.TdClassName
{
border-color: #B8064D;
}
.TagClassName
{
border-color: #B8064D;
}
</style>