Shades of Jazzberry Jam #BD185E
Tints of Jazzberry Jam #BD185E
RGB
CMYK
RGB Variations
Color information
#BD185E (or 0xBD185E) is known color: Jazzberry Jam. HEX triplet: BD, 18 and 5E. RGB value is (189,24,94). Sum of RGB (Red+Green+Blue) = 189+24+94=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185E is #42E7A1. Grayscale: #515151. Windows color (decimal): -4384674 or 6166717. OLE color: 6166717.
HSL color Cylindrical-coordinate representation of color #BD185E: hue angle of 334.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD185E is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 94 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.26 |
| HSL | 334.55º | 0.77% | 0.42% | - |
| HSV(B) | 334.55º | 0.87% | 0.74% | - |
| XYZ | 23.33 | 12.28 | 11.73 | - |
| YUV | 81.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 94 | 0 | 0.87 | 0.50 | 0.26 | 334.55 | 0.77 | 0.42 |
| Hex | BD | 18 | 5E | 0 | 57 | 32 | 1A | 14F | 4D | 2A |
| Octal | 275 | 30 | 136 | 0 | 127 | 62 | 32 | 517 | 115 | 52 |
| Binary | 10111101 | 11000 | 1011110 | 0 | 1010111 | 110010 | 11010 | 101001111 | 1001101 | 101010 |
Color Harmonies of #BD185E
Complementary color
Monochromatic Colors of #BD185E
Black with #BD185E
Text Example
Text Example
White with #BD185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD185E; }
p { color: rgb(189,24,94); }
H1.HeaderClassName
{
color: #BD185E;
}
.AnyTagClassName
{
color: #BD185E;
}
</style>
background-color css
<style>
a { background-color: #BD185E; }
a { background-color: rgb(189,24,94); }
div.DivClassName
{
background-color: #BD185E;
}
.BgClassName
{
background-color: #BD185E;
}
</style>
border-color css
<style>
span { border-color: #BD185E; }
span { border-color: rgb(189,24,94); }
td.TdClassName
{
border-color: #BD185E;
}
.TagClassName
{
border-color: #BD185E;
}
</style>