Shades of Jazzberry Jam #B8014C
Tints of Jazzberry Jam #B8014C
RGB
CMYK
RGB Variations
Color information
#B8014C (or 0xB8014C) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 4C. RGB value is (184,1,76). Sum of RGB (Red+Green+Blue) = 184+1+76=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8014C is #47FEB3. Grayscale: #404040. Windows color (decimal): -4718260 or 4981176. OLE color: 4981176.
HSL color Cylindrical-coordinate representation of color #B8014C: hue angle of 335.41º 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 #B8014C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.28 |
| HSL | 335.41º | 0.99% | 0.36% | - |
| HSV(B) | 335.41º | 0.99% | 0.72% | - |
| XYZ | 21.08 | 10.73 | 7.8 | - |
| YUV | 64.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 76 | 0 | 0.99 | 0.59 | 0.28 | 335.41 | 0.99 | 0.36 |
| Hex | B8 | 1 | 4C | 0 | 63 | 3B | 1C | 14F | 63 | 24 |
| Octal | 270 | 1 | 114 | 0 | 143 | 73 | 34 | 517 | 143 | 44 |
| Binary | 10111000 | 1 | 1001100 | 0 | 1100011 | 111011 | 11100 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B8014C
Complementary color
Monochromatic Colors of #B8014C
Black with #B8014C
Text Example
Text Example
White with #B8014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8014C; }
p { color: rgb(184,1,76); }
H1.HeaderClassName
{
color: #B8014C;
}
.AnyTagClassName
{
color: #B8014C;
}
</style>
background-color css
<style>
a { background-color: #B8014C; }
a { background-color: rgb(184,1,76); }
div.DivClassName
{
background-color: #B8014C;
}
.BgClassName
{
background-color: #B8014C;
}
</style>
border-color css
<style>
span { border-color: #B8014C; }
span { border-color: rgb(184,1,76); }
td.TdClassName
{
border-color: #B8014C;
}
.TagClassName
{
border-color: #B8014C;
}
</style>