Shades of Jazzberry Jam #BF105C
Tints of Jazzberry Jam #BF105C
RGB
CMYK
RGB Variations
Color information
#BF105C (or 0xBF105C) is known color: Jazzberry Jam. HEX triplet: BF, 10 and 5C. RGB value is (191,16,92). Sum of RGB (Red+Green+Blue) = 191+16+92=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF105C is #40EFA3. Grayscale: #4C4C4C. Windows color (decimal): -4255652 or 6033599. OLE color: 6033599.
HSL color Cylindrical-coordinate representation of color #BF105C: hue angle of 333.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF105C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.25 |
| HSL | 333.94º | 0.85% | 0.41% | - |
| HSV(B) | 333.94º | 0.92% | 0.75% | - |
| XYZ | 23.6 | 12.22 | 11.24 | - |
| YUV | 76.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 92 | 0 | 0.92 | 0.52 | 0.25 | 333.94 | 0.85 | 0.41 |
| Hex | BF | 10 | 5C | 0 | 5C | 34 | 19 | 14E | 55 | 29 |
| Octal | 277 | 20 | 134 | 0 | 134 | 64 | 31 | 516 | 125 | 51 |
| Binary | 10111111 | 10000 | 1011100 | 0 | 1011100 | 110100 | 11001 | 101001110 | 1010101 | 101001 |
Color Harmonies of #BF105C
Complementary color
Monochromatic Colors of #BF105C
Black with #BF105C
Text Example
Text Example
White with #BF105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF105C; }
p { color: rgb(191,16,92); }
H1.HeaderClassName
{
color: #BF105C;
}
.AnyTagClassName
{
color: #BF105C;
}
</style>
background-color css
<style>
a { background-color: #BF105C; }
a { background-color: rgb(191,16,92); }
div.DivClassName
{
background-color: #BF105C;
}
.BgClassName
{
background-color: #BF105C;
}
</style>
border-color css
<style>
span { border-color: #BF105C; }
span { border-color: rgb(191,16,92); }
td.TdClassName
{
border-color: #BF105C;
}
.TagClassName
{
border-color: #BF105C;
}
</style>