Shades of Jazzberry Jam #BF095A
Tints of Jazzberry Jam #BF095A
RGB
CMYK
RGB Variations
Color information
#BF095A (or 0xBF095A) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 5A. RGB value is (191,9,90). Sum of RGB (Red+Green+Blue) = 191+9+90=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF095A is #40F6A5. Grayscale: #484848. Windows color (decimal): -4257446 or 5900735. OLE color: 5900735.
HSL color Cylindrical-coordinate representation of color #BF095A: hue angle of 333.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF095A is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.25 |
| HSL | 333.3º | 0.91% | 0.39% | - |
| HSV(B) | 333.3º | 0.95% | 0.75% | - |
| XYZ | 23.43 | 12.01 | 10.76 | - |
| YUV | 72.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 90 | 0 | 0.95 | 0.53 | 0.25 | 333.3 | 0.91 | 0.39 |
| Hex | BF | 9 | 5A | 0 | 5F | 35 | 19 | 14D | 5B | 27 |
| Octal | 277 | 11 | 132 | 0 | 137 | 65 | 31 | 515 | 133 | 47 |
| Binary | 10111111 | 1001 | 1011010 | 0 | 1011111 | 110101 | 11001 | 101001101 | 1011011 | 100111 |
Color Harmonies of #BF095A
Complementary color
Monochromatic Colors of #BF095A
Black with #BF095A
Text Example
Text Example
White with #BF095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF095A; }
p { color: rgb(191,9,90); }
H1.HeaderClassName
{
color: #BF095A;
}
.AnyTagClassName
{
color: #BF095A;
}
</style>
background-color css
<style>
a { background-color: #BF095A; }
a { background-color: rgb(191,9,90); }
div.DivClassName
{
background-color: #BF095A;
}
.BgClassName
{
background-color: #BF095A;
}
</style>
border-color css
<style>
span { border-color: #BF095A; }
span { border-color: rgb(191,9,90); }
td.TdClassName
{
border-color: #BF095A;
}
.TagClassName
{
border-color: #BF095A;
}
</style>