Shades of Jazzberry Jam #BD135F
Tints of Jazzberry Jam #BD135F
RGB
CMYK
RGB Variations
Color information
#BD135F (or 0xBD135F) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 5F. RGB value is (189,19,95). Sum of RGB (Red+Green+Blue) = 189+19+95=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD135F is #42ECA0. Grayscale: #4E4E4E. Windows color (decimal): -4385953 or 6230973. OLE color: 6230973.
HSL color Cylindrical-coordinate representation of color #BD135F: hue angle of 333.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD135F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 95 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.26 |
| HSL | 333.18º | 0.82% | 0.41% | - |
| HSV(B) | 333.18º | 0.9% | 0.74% | - |
| XYZ | 23.28 | 12.11 | 11.94 | - |
| YUV | 78.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 95 | 0 | 0.90 | 0.50 | 0.26 | 333.18 | 0.82 | 0.41 |
| Hex | BD | 13 | 5F | 0 | 5A | 32 | 1A | 14D | 52 | 29 |
| Octal | 275 | 23 | 137 | 0 | 132 | 62 | 32 | 515 | 122 | 51 |
| Binary | 10111101 | 10011 | 1011111 | 0 | 1011010 | 110010 | 11010 | 101001101 | 1010010 | 101001 |
Color Harmonies of #BD135F
Complementary color
Monochromatic Colors of #BD135F
Black with #BD135F
Text Example
Text Example
White with #BD135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD135F; }
p { color: rgb(189,19,95); }
H1.HeaderClassName
{
color: #BD135F;
}
.AnyTagClassName
{
color: #BD135F;
}
</style>
background-color css
<style>
a { background-color: #BD135F; }
a { background-color: rgb(189,19,95); }
div.DivClassName
{
background-color: #BD135F;
}
.BgClassName
{
background-color: #BD135F;
}
</style>
border-color css
<style>
span { border-color: #BD135F; }
span { border-color: rgb(189,19,95); }
td.TdClassName
{
border-color: #BD135F;
}
.TagClassName
{
border-color: #BD135F;
}
</style>