Shades of Jazzberry Jam #B0134E
Tints of Jazzberry Jam #B0134E
RGB
CMYK
RGB Variations
Color information
#B0134E (or 0xB0134E) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 4E. RGB value is (176,19,78). Sum of RGB (Red+Green+Blue) = 176+19+78=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0134E is #4FECB1. Grayscale: #484848. Windows color (decimal): -5237938 or 5116848. OLE color: 5116848.
HSL color Cylindrical-coordinate representation of color #B0134E: hue angle of 337.45º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0134E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 78 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.31 |
| HSL | 337.45º | 0.81% | 0.38% | - |
| HSV(B) | 337.45º | 0.89% | 0.69% | - |
| XYZ | 19.51 | 10.25 | 8.16 | - |
| YUV | 72.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 78 | 0 | 0.89 | 0.56 | 0.31 | 337.45 | 0.81 | 0.38 |
| Hex | B0 | 13 | 4E | 0 | 59 | 38 | 1F | 151 | 51 | 26 |
| Octal | 260 | 23 | 116 | 0 | 131 | 70 | 37 | 521 | 121 | 46 |
| Binary | 10110000 | 10011 | 1001110 | 0 | 1011001 | 111000 | 11111 | 101010001 | 1010001 | 100110 |
Color Harmonies of #B0134E
Complementary color
Monochromatic Colors of #B0134E
Black with #B0134E
Text Example
Text Example
White with #B0134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0134E; }
p { color: rgb(176,19,78); }
H1.HeaderClassName
{
color: #B0134E;
}
.AnyTagClassName
{
color: #B0134E;
}
</style>
background-color css
<style>
a { background-color: #B0134E; }
a { background-color: rgb(176,19,78); }
div.DivClassName
{
background-color: #B0134E;
}
.BgClassName
{
background-color: #B0134E;
}
</style>
border-color css
<style>
span { border-color: #B0134E; }
span { border-color: rgb(176,19,78); }
td.TdClassName
{
border-color: #B0134E;
}
.TagClassName
{
border-color: #B0134E;
}
</style>