Shades of Jazzberry Jam #B81A5E
Tints of Jazzberry Jam #B81A5E
RGB
CMYK
RGB Variations
Color information
#B81A5E (or 0xB81A5E) is known color: Jazzberry Jam. HEX triplet: B8, 1A and 5E. RGB value is (184,26,94). Sum of RGB (Red+Green+Blue) = 184+26+94=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A5E is #47E5A1. Grayscale: #505050. Windows color (decimal): -4711842 or 6167224. OLE color: 6167224.
HSL color Cylindrical-coordinate representation of color #B81A5E: hue angle of 334.18º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A5E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.28 |
| HSL | 334.18º | 0.75% | 0.41% | - |
| HSV(B) | 334.18º | 0.86% | 0.72% | - |
| XYZ | 22.16 | 11.74 | 11.69 | - |
| YUV | 80.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 94 | 0 | 0.86 | 0.49 | 0.28 | 334.18 | 0.75 | 0.41 |
| Hex | B8 | 1A | 5E | 0 | 56 | 31 | 1C | 14E | 4B | 29 |
| Octal | 270 | 32 | 136 | 0 | 126 | 61 | 34 | 516 | 113 | 51 |
| Binary | 10111000 | 11010 | 1011110 | 0 | 1010110 | 110001 | 11100 | 101001110 | 1001011 | 101001 |
Color Harmonies of #B81A5E
Complementary color
Monochromatic Colors of #B81A5E
Black with #B81A5E
Text Example
Text Example
White with #B81A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A5E; }
p { color: rgb(184,26,94); }
H1.HeaderClassName
{
color: #B81A5E;
}
.AnyTagClassName
{
color: #B81A5E;
}
</style>
background-color css
<style>
a { background-color: #B81A5E; }
a { background-color: rgb(184,26,94); }
div.DivClassName
{
background-color: #B81A5E;
}
.BgClassName
{
background-color: #B81A5E;
}
</style>
border-color css
<style>
span { border-color: #B81A5E; }
span { border-color: rgb(184,26,94); }
td.TdClassName
{
border-color: #B81A5E;
}
.TagClassName
{
border-color: #B81A5E;
}
</style>