Shades of Jazzberry Jam #B0195A
Tints of Jazzberry Jam #B0195A
RGB
CMYK
RGB Variations
Color information
#B0195A (or 0xB0195A) is known color: Jazzberry Jam. HEX triplet: B0, 19 and 5A. RGB value is (176,25,90). Sum of RGB (Red+Green+Blue) = 176+25+90=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0195A is #4FE6A5. Grayscale: #4D4D4D. Windows color (decimal): -5236390 or 5904816. OLE color: 5904816.
HSL color Cylindrical-coordinate representation of color #B0195A: hue angle of 334.17º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0195A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 90 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.31 |
| HSL | 334.17º | 0.75% | 0.39% | - |
| HSV(B) | 334.17º | 0.86% | 0.69% | - |
| XYZ | 20.1 | 10.66 | 10.67 | - |
| YUV | 77.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 90 | 0 | 0.86 | 0.49 | 0.31 | 334.17 | 0.75 | 0.39 |
| Hex | B0 | 19 | 5A | 0 | 56 | 31 | 1F | 14E | 4B | 27 |
| Octal | 260 | 31 | 132 | 0 | 126 | 61 | 37 | 516 | 113 | 47 |
| Binary | 10110000 | 11001 | 1011010 | 0 | 1010110 | 110001 | 11111 | 101001110 | 1001011 | 100111 |
Color Harmonies of #B0195A
Complementary color
Monochromatic Colors of #B0195A
Black with #B0195A
Text Example
Text Example
White with #B0195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0195A; }
p { color: rgb(176,25,90); }
H1.HeaderClassName
{
color: #B0195A;
}
.AnyTagClassName
{
color: #B0195A;
}
</style>
background-color css
<style>
a { background-color: #B0195A; }
a { background-color: rgb(176,25,90); }
div.DivClassName
{
background-color: #B0195A;
}
.BgClassName
{
background-color: #B0195A;
}
</style>
border-color css
<style>
span { border-color: #B0195A; }
span { border-color: rgb(176,25,90); }
td.TdClassName
{
border-color: #B0195A;
}
.TagClassName
{
border-color: #B0195A;
}
</style>