Shades of Jazzberry Jam #B0184D
Tints of Jazzberry Jam #B0184D
RGB
CMYK
RGB Variations
Color information
#B0184D (or 0xB0184D) is known color: Jazzberry Jam. HEX triplet: B0, 18 and 4D. RGB value is (176,24,77). Sum of RGB (Red+Green+Blue) = 176+24+77=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0184D is #4FE7B2. Grayscale: #4B4B4B. Windows color (decimal): -5236659 or 5052592. OLE color: 5052592.
HSL color Cylindrical-coordinate representation of color #B0184D: hue angle of 339.08º degrees, saturation: 0.76, 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 #B0184D is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 77 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.31 |
| HSL | 339.08º | 0.76% | 0.39% | - |
| HSV(B) | 339.08º | 0.86% | 0.69% | - |
| XYZ | 19.57 | 10.42 | 8 | - |
| YUV | 75.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 77 | 0 | 0.86 | 0.56 | 0.31 | 339.08 | 0.76 | 0.39 |
| Hex | B0 | 18 | 4D | 0 | 56 | 38 | 1F | 153 | 4C | 27 |
| Octal | 260 | 30 | 115 | 0 | 126 | 70 | 37 | 523 | 114 | 47 |
| Binary | 10110000 | 11000 | 1001101 | 0 | 1010110 | 111000 | 11111 | 101010011 | 1001100 | 100111 |
Color Harmonies of #B0184D
Complementary color
Monochromatic Colors of #B0184D
Black with #B0184D
Text Example
Text Example
White with #B0184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0184D; }
p { color: rgb(176,24,77); }
H1.HeaderClassName
{
color: #B0184D;
}
.AnyTagClassName
{
color: #B0184D;
}
</style>
background-color css
<style>
a { background-color: #B0184D; }
a { background-color: rgb(176,24,77); }
div.DivClassName
{
background-color: #B0184D;
}
.BgClassName
{
background-color: #B0184D;
}
</style>
border-color css
<style>
span { border-color: #B0184D; }
span { border-color: rgb(176,24,77); }
td.TdClassName
{
border-color: #B0184D;
}
.TagClassName
{
border-color: #B0184D;
}
</style>