Shades of Jazzberry Jam #BF005C
Tints of Jazzberry Jam #BF005C
RGB
CMYK
RGB Variations
Color information
#BF005C (or 0xBF005C) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 5C. RGB value is (191,0,92). Sum of RGB (Red+Green+Blue) = 191+0+92=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF005C is #40FFA3. Grayscale: #434343. Windows color (decimal): -4259748 or 6029503. OLE color: 6029503.
HSL color Cylindrical-coordinate representation of color #BF005C: hue angle of 331.1º 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 #BF005C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.52 | 0.25 |
| HSL | 331.1º | 1% | 0.37% | - |
| HSV(B) | 331.1º | 1% | 0.75% | - |
| XYZ | 23.42 | 11.85 | 11.18 | - |
| YUV | 67.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 92 | 0 | 1 | 0.52 | 0.25 | 331.1 | 1 | 0.37 |
| Hex | BF | 0 | 5C | 0 | 64 | 34 | 19 | 14B | 64 | 25 |
| Octal | 277 | 0 | 134 | 0 | 144 | 64 | 31 | 513 | 144 | 45 |
| Binary | 10111111 | 0 | 1011100 | 0 | 1100100 | 110100 | 11001 | 101001011 | 1100100 | 100101 |
Color Harmonies of #BF005C
Complementary color
Monochromatic Colors of #BF005C
Black with #BF005C
Text Example
Text Example
White with #BF005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF005C; }
p { color: rgb(191,0,92); }
H1.HeaderClassName
{
color: #BF005C;
}
.AnyTagClassName
{
color: #BF005C;
}
</style>
background-color css
<style>
a { background-color: #BF005C; }
a { background-color: rgb(191,0,92); }
div.DivClassName
{
background-color: #BF005C;
}
.BgClassName
{
background-color: #BF005C;
}
</style>
border-color css
<style>
span { border-color: #BF005C; }
span { border-color: rgb(191,0,92); }
td.TdClassName
{
border-color: #BF005C;
}
.TagClassName
{
border-color: #BF005C;
}
</style>