Shades of Jazzberry Jam #BF185D
Tints of Jazzberry Jam #BF185D
RGB
CMYK
RGB Variations
Color information
#BF185D (or 0xBF185D) is known color: Jazzberry Jam. HEX triplet: BF, 18 and 5D. RGB value is (191,24,93). Sum of RGB (Red+Green+Blue) = 191+24+93=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF185D is #40E7A2. Grayscale: #515151. Windows color (decimal): -4253603 or 6101183. OLE color: 6101183.
HSL color Cylindrical-coordinate representation of color #BF185D: hue angle of 335.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF185D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 93 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.25 |
| HSL | 335.21º | 0.78% | 0.42% | - |
| HSV(B) | 335.21º | 0.87% | 0.75% | - |
| XYZ | 23.79 | 12.52 | 11.52 | - |
| YUV | 81.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 93 | 0 | 0.87 | 0.51 | 0.25 | 335.21 | 0.78 | 0.42 |
| Hex | BF | 18 | 5D | 0 | 57 | 33 | 19 | 14F | 4E | 2A |
| Octal | 277 | 30 | 135 | 0 | 127 | 63 | 31 | 517 | 116 | 52 |
| Binary | 10111111 | 11000 | 1011101 | 0 | 1010111 | 110011 | 11001 | 101001111 | 1001110 | 101010 |
Color Harmonies of #BF185D
Complementary color
Monochromatic Colors of #BF185D
Black with #BF185D
Text Example
Text Example
White with #BF185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF185D; }
p { color: rgb(191,24,93); }
H1.HeaderClassName
{
color: #BF185D;
}
.AnyTagClassName
{
color: #BF185D;
}
</style>
background-color css
<style>
a { background-color: #BF185D; }
a { background-color: rgb(191,24,93); }
div.DivClassName
{
background-color: #BF185D;
}
.BgClassName
{
background-color: #BF185D;
}
</style>
border-color css
<style>
span { border-color: #BF185D; }
span { border-color: rgb(191,24,93); }
td.TdClassName
{
border-color: #BF185D;
}
.TagClassName
{
border-color: #BF185D;
}
</style>