Shades of Jazzberry Jam #B9105A
Tints of Jazzberry Jam #B9105A
RGB
CMYK
RGB Variations
Color information
#B9105A (or 0xB9105A) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 5A. RGB value is (185,16,90). Sum of RGB (Red+Green+Blue) = 185+16+90=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B9105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9105A is #46EFA5. Grayscale: #4A4A4A. Windows color (decimal): -4648870 or 5902521. OLE color: 5902521.
HSL color Cylindrical-coordinate representation of color #B9105A: hue angle of 333.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9105A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 90 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.27 |
| HSL | 333.73º | 0.84% | 0.39% | - |
| HSV(B) | 333.73º | 0.91% | 0.73% | - |
| XYZ | 22.04 | 11.42 | 10.72 | - |
| YUV | 74.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 90 | 0 | 0.91 | 0.51 | 0.27 | 333.73 | 0.84 | 0.39 |
| Hex | B9 | 10 | 5A | 0 | 5B | 33 | 1B | 14E | 54 | 27 |
| Octal | 271 | 20 | 132 | 0 | 133 | 63 | 33 | 516 | 124 | 47 |
| Binary | 10111001 | 10000 | 1011010 | 0 | 1011011 | 110011 | 11011 | 101001110 | 1010100 | 100111 |
Color Harmonies of #B9105A
Complementary color
Monochromatic Colors of #B9105A
Black with #B9105A
Text Example
Text Example
White with #B9105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9105A; }
p { color: rgb(185,16,90); }
H1.HeaderClassName
{
color: #B9105A;
}
.AnyTagClassName
{
color: #B9105A;
}
</style>
background-color css
<style>
a { background-color: #B9105A; }
a { background-color: rgb(185,16,90); }
div.DivClassName
{
background-color: #B9105A;
}
.BgClassName
{
background-color: #B9105A;
}
</style>
border-color css
<style>
span { border-color: #B9105A; }
span { border-color: rgb(185,16,90); }
td.TdClassName
{
border-color: #B9105A;
}
.TagClassName
{
border-color: #B9105A;
}
</style>