Shades of Jazzberry Jam #B8146B
Tints of Jazzberry Jam #B8146B
RGB
CMYK
RGB Variations
Color information
#B8146B (or 0xB8146B) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 6B. RGB value is (184,20,107). Sum of RGB (Red+Green+Blue) = 184+20+107=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8146B is #47EB94. Grayscale: #4E4E4E. Windows color (decimal): -4713365 or 7017656. OLE color: 7017656.
HSL color Cylindrical-coordinate representation of color #B8146B: hue angle of 328.17º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8146B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 107 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.28 |
| HSL | 328.17º | 0.8% | 0.4% | - |
| HSV(B) | 328.17º | 0.89% | 0.72% | - |
| XYZ | 22.67 | 11.75 | 14.98 | - |
| YUV | 78.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 107 | 0 | 0.89 | 0.42 | 0.28 | 328.17 | 0.8 | 0.4 |
| Hex | B8 | 14 | 6B | 0 | 59 | 2A | 1C | 148 | 50 | 28 |
| Octal | 270 | 24 | 153 | 0 | 131 | 52 | 34 | 510 | 120 | 50 |
| Binary | 10111000 | 10100 | 1101011 | 0 | 1011001 | 101010 | 11100 | 101001000 | 1010000 | 101000 |
Color Harmonies of #B8146B
Complementary color
Monochromatic Colors of #B8146B
Black with #B8146B
Text Example
Text Example
White with #B8146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8146B; }
p { color: rgb(184,20,107); }
H1.HeaderClassName
{
color: #B8146B;
}
.AnyTagClassName
{
color: #B8146B;
}
</style>
background-color css
<style>
a { background-color: #B8146B; }
a { background-color: rgb(184,20,107); }
div.DivClassName
{
background-color: #B8146B;
}
.BgClassName
{
background-color: #B8146B;
}
</style>
border-color css
<style>
span { border-color: #B8146B; }
span { border-color: rgb(184,20,107); }
td.TdClassName
{
border-color: #B8146B;
}
.TagClassName
{
border-color: #B8146B;
}
</style>