Shades of Jazzberry Jam #B81A6B
Tints of Jazzberry Jam #B81A6B
RGB
CMYK
RGB Variations
Color information
#B81A6B (or 0xB81A6B) is known color: Jazzberry Jam. HEX triplet: B8, 1A and 6B. RGB value is (184,26,107). Sum of RGB (Red+Green+Blue) = 184+26+107=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A6B is #47E594. Grayscale: #525252. Windows color (decimal): -4711829 or 7019192. OLE color: 7019192.
HSL color Cylindrical-coordinate representation of color #B81A6B: hue angle of 329.24º 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 #B81A6B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 107 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.28 |
| HSL | 329.24º | 0.75% | 0.41% | - |
| HSV(B) | 329.24º | 0.86% | 0.72% | - |
| XYZ | 22.79 | 11.99 | 15.02 | - |
| YUV | 82.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 107 | 0 | 0.86 | 0.42 | 0.28 | 329.24 | 0.75 | 0.41 |
| Hex | B8 | 1A | 6B | 0 | 56 | 2A | 1C | 149 | 4B | 29 |
| Octal | 270 | 32 | 153 | 0 | 126 | 52 | 34 | 511 | 113 | 51 |
| Binary | 10111000 | 11010 | 1101011 | 0 | 1010110 | 101010 | 11100 | 101001001 | 1001011 | 101001 |
Color Harmonies of #B81A6B
Complementary color
Monochromatic Colors of #B81A6B
Black with #B81A6B
Text Example
Text Example
White with #B81A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A6B; }
p { color: rgb(184,26,107); }
H1.HeaderClassName
{
color: #B81A6B;
}
.AnyTagClassName
{
color: #B81A6B;
}
</style>
background-color css
<style>
a { background-color: #B81A6B; }
a { background-color: rgb(184,26,107); }
div.DivClassName
{
background-color: #B81A6B;
}
.BgClassName
{
background-color: #B81A6B;
}
</style>
border-color css
<style>
span { border-color: #B81A6B; }
span { border-color: rgb(184,26,107); }
td.TdClassName
{
border-color: #B81A6B;
}
.TagClassName
{
border-color: #B81A6B;
}
</style>