Shades of Jazzberry Jam #BD1A5E
Tints of Jazzberry Jam #BD1A5E
RGB
CMYK
RGB Variations
Color information
#BD1A5E (or 0xBD1A5E) is known color: Jazzberry Jam. HEX triplet: BD, 1A and 5E. RGB value is (189,26,94). Sum of RGB (Red+Green+Blue) = 189+26+94=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A5E is #42E5A1. Grayscale: #525252. Windows color (decimal): -4384162 or 6167229. OLE color: 6167229.
HSL color Cylindrical-coordinate representation of color #BD1A5E: hue angle of 334.97º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A5E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.26 |
| HSL | 334.97º | 0.76% | 0.42% | - |
| HSV(B) | 334.97º | 0.86% | 0.74% | - |
| XYZ | 23.38 | 12.37 | 11.74 | - |
| YUV | 82.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 94 | 0 | 0.86 | 0.50 | 0.26 | 334.97 | 0.76 | 0.42 |
| Hex | BD | 1A | 5E | 0 | 56 | 32 | 1A | 14F | 4C | 2A |
| Octal | 275 | 32 | 136 | 0 | 126 | 62 | 32 | 517 | 114 | 52 |
| Binary | 10111101 | 11010 | 1011110 | 0 | 1010110 | 110010 | 11010 | 101001111 | 1001100 | 101010 |
Color Harmonies of #BD1A5E
Complementary color
Monochromatic Colors of #BD1A5E
Black with #BD1A5E
Text Example
Text Example
White with #BD1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A5E; }
p { color: rgb(189,26,94); }
H1.HeaderClassName
{
color: #BD1A5E;
}
.AnyTagClassName
{
color: #BD1A5E;
}
</style>
background-color css
<style>
a { background-color: #BD1A5E; }
a { background-color: rgb(189,26,94); }
div.DivClassName
{
background-color: #BD1A5E;
}
.BgClassName
{
background-color: #BD1A5E;
}
</style>
border-color css
<style>
span { border-color: #BD1A5E; }
span { border-color: rgb(189,26,94); }
td.TdClassName
{
border-color: #BD1A5E;
}
.TagClassName
{
border-color: #BD1A5E;
}
</style>