Shades of Jazzberry Jam #B8014D
Tints of Jazzberry Jam #B8014D
RGB
CMYK
RGB Variations
Color information
#B8014D (or 0xB8014D) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 4D. RGB value is (184,1,77). Sum of RGB (Red+Green+Blue) = 184+1+77=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8014D is #47FEB2. Grayscale: #404040. Windows color (decimal): -4718259 or 5046712. OLE color: 5046712.
HSL color Cylindrical-coordinate representation of color #B8014D: hue angle of 335.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8014D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.28 |
| HSL | 335.08º | 0.99% | 0.36% | - |
| HSV(B) | 335.08º | 0.99% | 0.72% | - |
| XYZ | 21.12 | 10.75 | 7.98 | - |
| YUV | 64.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 77 | 0 | 0.99 | 0.58 | 0.28 | 335.08 | 0.99 | 0.36 |
| Hex | B8 | 1 | 4D | 0 | 63 | 3A | 1C | 14F | 63 | 24 |
| Octal | 270 | 1 | 115 | 0 | 143 | 72 | 34 | 517 | 143 | 44 |
| Binary | 10111000 | 1 | 1001101 | 0 | 1100011 | 111010 | 11100 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B8014D
Complementary color
Monochromatic Colors of #B8014D
Black with #B8014D
Text Example
Text Example
White with #B8014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8014D; }
p { color: rgb(184,1,77); }
H1.HeaderClassName
{
color: #B8014D;
}
.AnyTagClassName
{
color: #B8014D;
}
</style>
background-color css
<style>
a { background-color: #B8014D; }
a { background-color: rgb(184,1,77); }
div.DivClassName
{
background-color: #B8014D;
}
.BgClassName
{
background-color: #B8014D;
}
</style>
border-color css
<style>
span { border-color: #B8014D; }
span { border-color: rgb(184,1,77); }
td.TdClassName
{
border-color: #B8014D;
}
.TagClassName
{
border-color: #B8014D;
}
</style>