Shades of Jazzberry Jam #BF004C
Tints of Jazzberry Jam #BF004C
RGB
CMYK
RGB Variations
Color information
#BF004C (or 0xBF004C) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 4C. RGB value is (191,0,76). Sum of RGB (Red+Green+Blue) = 191+0+76=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF004C is #40FFB3. Grayscale: #414141. Windows color (decimal): -4259764 or 4980927. OLE color: 4980927.
HSL color Cylindrical-coordinate representation of color #BF004C: hue angle of 336.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF004C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.60 | 0.25 |
| HSL | 336.13º | 1% | 0.37% | - |
| HSV(B) | 336.13º | 1% | 0.75% | - |
| XYZ | 22.79 | 11.6 | 7.87 | - |
| YUV | 65.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 76 | 0 | 1 | 0.60 | 0.25 | 336.13 | 1 | 0.37 |
| Hex | BF | 0 | 4C | 0 | 64 | 3C | 19 | 150 | 64 | 25 |
| Octal | 277 | 0 | 114 | 0 | 144 | 74 | 31 | 520 | 144 | 45 |
| Binary | 10111111 | 0 | 1001100 | 0 | 1100100 | 111100 | 11001 | 101010000 | 1100100 | 100101 |
Color Harmonies of #BF004C
Complementary color
Monochromatic Colors of #BF004C
Black with #BF004C
Text Example
Text Example
White with #BF004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF004C; }
p { color: rgb(191,0,76); }
H1.HeaderClassName
{
color: #BF004C;
}
.AnyTagClassName
{
color: #BF004C;
}
</style>
background-color css
<style>
a { background-color: #BF004C; }
a { background-color: rgb(191,0,76); }
div.DivClassName
{
background-color: #BF004C;
}
.BgClassName
{
background-color: #BF004C;
}
</style>
border-color css
<style>
span { border-color: #BF004C; }
span { border-color: rgb(191,0,76); }
td.TdClassName
{
border-color: #BF004C;
}
.TagClassName
{
border-color: #BF004C;
}
</style>