Shades of Jazzberry Jam #B90145
Tints of Jazzberry Jam #B90145
RGB
CMYK
RGB Variations
Color information
#B90145 (or 0xB90145) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 45. RGB value is (185,1,69). Sum of RGB (Red+Green+Blue) = 185+1+69=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90145 is #46FEBA. Grayscale: #3F3F3F. Windows color (decimal): -4652731 or 4522425. OLE color: 4522425.
HSL color Cylindrical-coordinate representation of color #B90145: hue angle of 337.83º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90145 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.27 |
| HSL | 337.83º | 0.99% | 0.36% | - |
| HSV(B) | 337.83º | 0.99% | 0.73% | - |
| XYZ | 21.09 | 10.77 | 6.6 | - |
| YUV | 63.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 69 | 0 | 0.99 | 0.63 | 0.27 | 337.83 | 0.99 | 0.36 |
| Hex | B9 | 1 | 45 | 0 | 63 | 3F | 1B | 152 | 63 | 24 |
| Octal | 271 | 1 | 105 | 0 | 143 | 77 | 33 | 522 | 143 | 44 |
| Binary | 10111001 | 1 | 1000101 | 0 | 1100011 | 111111 | 11011 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B90145
Complementary color
Monochromatic Colors of #B90145
Black with #B90145
Text Example
Text Example
White with #B90145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90145; }
p { color: rgb(185,1,69); }
H1.HeaderClassName
{
color: #B90145;
}
.AnyTagClassName
{
color: #B90145;
}
</style>
background-color css
<style>
a { background-color: #B90145; }
a { background-color: rgb(185,1,69); }
div.DivClassName
{
background-color: #B90145;
}
.BgClassName
{
background-color: #B90145;
}
</style>
border-color css
<style>
span { border-color: #B90145; }
span { border-color: rgb(185,1,69); }
td.TdClassName
{
border-color: #B90145;
}
.TagClassName
{
border-color: #B90145;
}
</style>