Shades of Jazzberry Jam #B90A6B
Tints of Jazzberry Jam #B90A6B
RGB
CMYK
RGB Variations
Color information
#B90A6B (or 0xB90A6B) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 6B. RGB value is (185,10,107). Sum of RGB (Red+Green+Blue) = 185+10+107=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A6B is #46F594. Grayscale: #494949. Windows color (decimal): -4650389 or 7015097. OLE color: 7015097.
HSL color Cylindrical-coordinate representation of color #B90A6B: hue angle of 326.74º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90A6B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.27 |
| HSL | 326.74º | 0.9% | 0.38% | - |
| HSV(B) | 326.74º | 0.95% | 0.73% | - |
| XYZ | 22.77 | 11.59 | 14.95 | - |
| YUV | 73.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 107 | 0 | 0.95 | 0.42 | 0.27 | 326.74 | 0.9 | 0.38 |
| Hex | B9 | A | 6B | 0 | 5F | 2A | 1B | 147 | 5A | 26 |
| Octal | 271 | 12 | 153 | 0 | 137 | 52 | 33 | 507 | 132 | 46 |
| Binary | 10111001 | 1010 | 1101011 | 0 | 1011111 | 101010 | 11011 | 101000111 | 1011010 | 100110 |
Color Harmonies of #B90A6B
Complementary color
Monochromatic Colors of #B90A6B
Black with #B90A6B
Text Example
Text Example
White with #B90A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90A6B; }
p { color: rgb(185,10,107); }
H1.HeaderClassName
{
color: #B90A6B;
}
.AnyTagClassName
{
color: #B90A6B;
}
</style>
background-color css
<style>
a { background-color: #B90A6B; }
a { background-color: rgb(185,10,107); }
div.DivClassName
{
background-color: #B90A6B;
}
.BgClassName
{
background-color: #B90A6B;
}
</style>
border-color css
<style>
span { border-color: #B90A6B; }
span { border-color: rgb(185,10,107); }
td.TdClassName
{
border-color: #B90A6B;
}
.TagClassName
{
border-color: #B90A6B;
}
</style>