Shades of Jazzberry Jam #BD155C
Tints of Jazzberry Jam #BD155C
RGB
CMYK
RGB Variations
Color information
#BD155C (or 0xBD155C) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 5C. RGB value is (189,21,92). Sum of RGB (Red+Green+Blue) = 189+21+92=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD155C is #42EAA3. Grayscale: #4F4F4F. Windows color (decimal): -4385444 or 6034877. OLE color: 6034877.
HSL color Cylindrical-coordinate representation of color #BD155C: hue angle of 334.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD155C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 92 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.26 |
| HSL | 334.64º | 0.8% | 0.41% | - |
| HSV(B) | 334.64º | 0.89% | 0.74% | - |
| XYZ | 23.19 | 12.13 | 11.24 | - |
| YUV | 79.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 92 | 0 | 0.89 | 0.51 | 0.26 | 334.64 | 0.8 | 0.41 |
| Hex | BD | 15 | 5C | 0 | 59 | 33 | 1A | 14F | 50 | 29 |
| Octal | 275 | 25 | 134 | 0 | 131 | 63 | 32 | 517 | 120 | 51 |
| Binary | 10111101 | 10101 | 1011100 | 0 | 1011001 | 110011 | 11010 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BD155C
Complementary color
Monochromatic Colors of #BD155C
Black with #BD155C
Text Example
Text Example
White with #BD155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD155C; }
p { color: rgb(189,21,92); }
H1.HeaderClassName
{
color: #BD155C;
}
.AnyTagClassName
{
color: #BD155C;
}
</style>
background-color css
<style>
a { background-color: #BD155C; }
a { background-color: rgb(189,21,92); }
div.DivClassName
{
background-color: #BD155C;
}
.BgClassName
{
background-color: #BD155C;
}
</style>
border-color css
<style>
span { border-color: #BD155C; }
span { border-color: rgb(189,21,92); }
td.TdClassName
{
border-color: #BD155C;
}
.TagClassName
{
border-color: #BD155C;
}
</style>