Shades of Jazzberry Jam #B91A5E
Tints of Jazzberry Jam #B91A5E
RGB
CMYK
RGB Variations
Color information
#B91A5E (or 0xB91A5E) is known color: Jazzberry Jam. HEX triplet: B9, 1A and 5E. RGB value is (185,26,94). Sum of RGB (Red+Green+Blue) = 185+26+94=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91A5E is #46E5A1. Grayscale: #515151. Windows color (decimal): -4646306 or 6167225. OLE color: 6167225.
HSL color Cylindrical-coordinate representation of color #B91A5E: hue angle of 334.34º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91A5E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.27 |
| HSL | 334.34º | 0.75% | 0.41% | - |
| HSV(B) | 334.34º | 0.86% | 0.73% | - |
| XYZ | 22.4 | 11.86 | 11.7 | - |
| YUV | 81.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 94 | 0 | 0.86 | 0.49 | 0.27 | 334.34 | 0.75 | 0.41 |
| Hex | B9 | 1A | 5E | 0 | 56 | 31 | 1B | 14E | 4B | 29 |
| Octal | 271 | 32 | 136 | 0 | 126 | 61 | 33 | 516 | 113 | 51 |
| Binary | 10111001 | 11010 | 1011110 | 0 | 1010110 | 110001 | 11011 | 101001110 | 1001011 | 101001 |
Color Harmonies of #B91A5E
Complementary color
Monochromatic Colors of #B91A5E
Black with #B91A5E
Text Example
Text Example
White with #B91A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91A5E; }
p { color: rgb(185,26,94); }
H1.HeaderClassName
{
color: #B91A5E;
}
.AnyTagClassName
{
color: #B91A5E;
}
</style>
background-color css
<style>
a { background-color: #B91A5E; }
a { background-color: rgb(185,26,94); }
div.DivClassName
{
background-color: #B91A5E;
}
.BgClassName
{
background-color: #B91A5E;
}
</style>
border-color css
<style>
span { border-color: #B91A5E; }
span { border-color: rgb(185,26,94); }
td.TdClassName
{
border-color: #B91A5E;
}
.TagClassName
{
border-color: #B91A5E;
}
</style>