Shades of Jazzberry Jam #B90C6B
Tints of Jazzberry Jam #B90C6B
RGB
CMYK
RGB Variations
Color information
#B90C6B (or 0xB90C6B) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 6B. RGB value is (185,12,107). Sum of RGB (Red+Green+Blue) = 185+12+107=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C6B is #46F394. Grayscale: #4A4A4A. Windows color (decimal): -4649877 or 7015609. OLE color: 7015609.
HSL color Cylindrical-coordinate representation of color #B90C6B: hue angle of 327.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C6B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.27 |
| HSL | 327.05º | 0.88% | 0.39% | - |
| HSV(B) | 327.05º | 0.94% | 0.73% | - |
| XYZ | 22.79 | 11.64 | 14.96 | - |
| YUV | 74.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 107 | 0 | 0.94 | 0.42 | 0.27 | 327.05 | 0.88 | 0.39 |
| Hex | B9 | C | 6B | 0 | 5E | 2A | 1B | 147 | 58 | 27 |
| Octal | 271 | 14 | 153 | 0 | 136 | 52 | 33 | 507 | 130 | 47 |
| Binary | 10111001 | 1100 | 1101011 | 0 | 1011110 | 101010 | 11011 | 101000111 | 1011000 | 100111 |
Color Harmonies of #B90C6B
Complementary color
Monochromatic Colors of #B90C6B
Black with #B90C6B
Text Example
Text Example
White with #B90C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C6B; }
p { color: rgb(185,12,107); }
H1.HeaderClassName
{
color: #B90C6B;
}
.AnyTagClassName
{
color: #B90C6B;
}
</style>
background-color css
<style>
a { background-color: #B90C6B; }
a { background-color: rgb(185,12,107); }
div.DivClassName
{
background-color: #B90C6B;
}
.BgClassName
{
background-color: #B90C6B;
}
</style>
border-color css
<style>
span { border-color: #B90C6B; }
span { border-color: rgb(185,12,107); }
td.TdClassName
{
border-color: #B90C6B;
}
.TagClassName
{
border-color: #B90C6B;
}
</style>