Shades of Jazzberry Jam #B9145A
Tints of Jazzberry Jam #B9145A
RGB
CMYK
RGB Variations
Color information
#B9145A (or 0xB9145A) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 5A. RGB value is (185,20,90). Sum of RGB (Red+Green+Blue) = 185+20+90=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9145A is #46EBA5. Grayscale: #4D4D4D. Windows color (decimal): -4647846 or 5903545. OLE color: 5903545.
HSL color Cylindrical-coordinate representation of color #B9145A: hue angle of 334.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9145A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 90 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.27 |
| HSL | 334.55º | 0.8% | 0.4% | - |
| HSV(B) | 334.55º | 0.89% | 0.73% | - |
| XYZ | 22.1 | 11.55 | 10.74 | - |
| YUV | 77.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 90 | 0 | 0.89 | 0.51 | 0.27 | 334.55 | 0.8 | 0.4 |
| Hex | B9 | 14 | 5A | 0 | 59 | 33 | 1B | 14F | 50 | 28 |
| Octal | 271 | 24 | 132 | 0 | 131 | 63 | 33 | 517 | 120 | 50 |
| Binary | 10111001 | 10100 | 1011010 | 0 | 1011001 | 110011 | 11011 | 101001111 | 1010000 | 101000 |
Color Harmonies of #B9145A
Complementary color
Monochromatic Colors of #B9145A
Black with #B9145A
Text Example
Text Example
White with #B9145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9145A; }
p { color: rgb(185,20,90); }
H1.HeaderClassName
{
color: #B9145A;
}
.AnyTagClassName
{
color: #B9145A;
}
</style>
background-color css
<style>
a { background-color: #B9145A; }
a { background-color: rgb(185,20,90); }
div.DivClassName
{
background-color: #B9145A;
}
.BgClassName
{
background-color: #B9145A;
}
</style>
border-color css
<style>
span { border-color: #B9145A; }
span { border-color: rgb(185,20,90); }
td.TdClassName
{
border-color: #B9145A;
}
.TagClassName
{
border-color: #B9145A;
}
</style>