Shades of Jazzberry Jam #BD0E5A
Tints of Jazzberry Jam #BD0E5A
RGB
CMYK
RGB Variations
Color information
#BD0E5A (or 0xBD0E5A) is known color: Jazzberry Jam. HEX triplet: BD, 0E and 5A. RGB value is (189,14,90). Sum of RGB (Red+Green+Blue) = 189+14+90=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E5A is #42F1A5. Grayscale: #4A4A4A. Windows color (decimal): -4387238 or 5902013. OLE color: 5902013.
HSL color Cylindrical-coordinate representation of color #BD0E5A: hue angle of 333.94º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E5A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 90 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.26 |
| HSL | 333.94º | 0.86% | 0.4% | - |
| HSV(B) | 333.94º | 0.93% | 0.74% | - |
| XYZ | 22.99 | 11.87 | 10.75 | - |
| YUV | 74.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 90 | 0 | 0.93 | 0.52 | 0.26 | 333.94 | 0.86 | 0.4 |
| Hex | BD | E | 5A | 0 | 5D | 34 | 1A | 14E | 56 | 28 |
| Octal | 275 | 16 | 132 | 0 | 135 | 64 | 32 | 516 | 126 | 50 |
| Binary | 10111101 | 1110 | 1011010 | 0 | 1011101 | 110100 | 11010 | 101001110 | 1010110 | 101000 |
Color Harmonies of #BD0E5A
Complementary color
Monochromatic Colors of #BD0E5A
Black with #BD0E5A
Text Example
Text Example
White with #BD0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E5A; }
p { color: rgb(189,14,90); }
H1.HeaderClassName
{
color: #BD0E5A;
}
.AnyTagClassName
{
color: #BD0E5A;
}
</style>
background-color css
<style>
a { background-color: #BD0E5A; }
a { background-color: rgb(189,14,90); }
div.DivClassName
{
background-color: #BD0E5A;
}
.BgClassName
{
background-color: #BD0E5A;
}
</style>
border-color css
<style>
span { border-color: #BD0E5A; }
span { border-color: rgb(189,14,90); }
td.TdClassName
{
border-color: #BD0E5A;
}
.TagClassName
{
border-color: #BD0E5A;
}
</style>