Shades of Jazzberry Jam #B90E6A
Tints of Jazzberry Jam #B90E6A
RGB
CMYK
RGB Variations
Color information
#B90E6A (or 0xB90E6A) is known color: Jazzberry Jam. HEX triplet: B9, 0E and 6A. RGB value is (185,14,106). Sum of RGB (Red+Green+Blue) = 185+14+106=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E6A is #46F195. Grayscale: #4B4B4B. Windows color (decimal): -4649366 or 6950585. OLE color: 6950585.
HSL color Cylindrical-coordinate representation of color #B90E6A: hue angle of 327.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E6A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.27 |
| HSL | 327.72º | 0.86% | 0.39% | - |
| HSV(B) | 327.72º | 0.92% | 0.73% | - |
| XYZ | 22.77 | 11.67 | 14.69 | - |
| YUV | 75.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 106 | 0 | 0.92 | 0.43 | 0.27 | 327.72 | 0.86 | 0.39 |
| Hex | B9 | E | 6A | 0 | 5C | 2B | 1B | 148 | 56 | 27 |
| Octal | 271 | 16 | 152 | 0 | 134 | 53 | 33 | 510 | 126 | 47 |
| Binary | 10111001 | 1110 | 1101010 | 0 | 1011100 | 101011 | 11011 | 101001000 | 1010110 | 100111 |
Color Harmonies of #B90E6A
Complementary color
Monochromatic Colors of #B90E6A
Black with #B90E6A
Text Example
Text Example
White with #B90E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E6A; }
p { color: rgb(185,14,106); }
H1.HeaderClassName
{
color: #B90E6A;
}
.AnyTagClassName
{
color: #B90E6A;
}
</style>
background-color css
<style>
a { background-color: #B90E6A; }
a { background-color: rgb(185,14,106); }
div.DivClassName
{
background-color: #B90E6A;
}
.BgClassName
{
background-color: #B90E6A;
}
</style>
border-color css
<style>
span { border-color: #B90E6A; }
span { border-color: rgb(185,14,106); }
td.TdClassName
{
border-color: #B90E6A;
}
.TagClassName
{
border-color: #B90E6A;
}
</style>