Shades of Jazzberry Jam #B90D6B
Tints of Jazzberry Jam #B90D6B
RGB
CMYK
RGB Variations
Color information
#B90D6B (or 0xB90D6B) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 6B. RGB value is (185,13,107). Sum of RGB (Red+Green+Blue) = 185+13+107=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D6B is #46F294. Grayscale: #4A4A4A. Windows color (decimal): -4649621 or 7015865. OLE color: 7015865.
HSL color Cylindrical-coordinate representation of color #B90D6B: hue angle of 327.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D6B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 107 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.27 |
| HSL | 327.21º | 0.87% | 0.39% | - |
| HSV(B) | 327.21º | 0.93% | 0.73% | - |
| XYZ | 22.81 | 11.66 | 14.96 | - |
| YUV | 75.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 107 | 0 | 0.93 | 0.42 | 0.27 | 327.21 | 0.87 | 0.39 |
| Hex | B9 | D | 6B | 0 | 5D | 2A | 1B | 147 | 57 | 27 |
| Octal | 271 | 15 | 153 | 0 | 135 | 52 | 33 | 507 | 127 | 47 |
| Binary | 10111001 | 1101 | 1101011 | 0 | 1011101 | 101010 | 11011 | 101000111 | 1010111 | 100111 |
Color Harmonies of #B90D6B
Complementary color
Monochromatic Colors of #B90D6B
Black with #B90D6B
Text Example
Text Example
White with #B90D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D6B; }
p { color: rgb(185,13,107); }
H1.HeaderClassName
{
color: #B90D6B;
}
.AnyTagClassName
{
color: #B90D6B;
}
</style>
background-color css
<style>
a { background-color: #B90D6B; }
a { background-color: rgb(185,13,107); }
div.DivClassName
{
background-color: #B90D6B;
}
.BgClassName
{
background-color: #B90D6B;
}
</style>
border-color css
<style>
span { border-color: #B90D6B; }
span { border-color: rgb(185,13,107); }
td.TdClassName
{
border-color: #B90D6B;
}
.TagClassName
{
border-color: #B90D6B;
}
</style>