Shades of Old Rose #BD2559
Tints of Old Rose #BD2559
RGB
CMYK
RGB Variations
Color information
#BD2559 (or 0xBD2559) is known color: Old Rose. HEX triplet: BD, 25 and 59. RGB value is (189,37,89). Sum of RGB (Red+Green+Blue) = 189+37+89=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2559 is #42DAA6. Grayscale: #585858. Windows color (decimal): -4381351 or 5842365. OLE color: 5842365.
HSL color Cylindrical-coordinate representation of color #BD2559: hue angle of 339.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2559 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 89 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.26 |
| HSL | 339.47º | 0.67% | 0.44% | - |
| HSV(B) | 339.47º | 0.8% | 0.74% | - |
| XYZ | 23.45 | 12.86 | 10.7 | - |
| YUV | 88.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 89 | 0 | 0.80 | 0.53 | 0.26 | 339.47 | 0.67 | 0.44 |
| Hex | BD | 25 | 59 | 0 | 50 | 35 | 1A | 153 | 43 | 2C |
| Octal | 275 | 45 | 131 | 0 | 120 | 65 | 32 | 523 | 103 | 54 |
| Binary | 10111101 | 100101 | 1011001 | 0 | 1010000 | 110101 | 11010 | 101010011 | 1000011 | 101100 |
Color Harmonies of #BD2559
Complementary color
Monochromatic Colors of #BD2559
Black with #BD2559
Text Example
Text Example
White with #BD2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2559; }
p { color: rgb(189,37,89); }
H1.HeaderClassName
{
color: #BD2559;
}
.AnyTagClassName
{
color: #BD2559;
}
</style>
background-color css
<style>
a { background-color: #BD2559; }
a { background-color: rgb(189,37,89); }
div.DivClassName
{
background-color: #BD2559;
}
.BgClassName
{
background-color: #BD2559;
}
</style>
border-color css
<style>
span { border-color: #BD2559; }
span { border-color: rgb(189,37,89); }
td.TdClassName
{
border-color: #BD2559;
}
.TagClassName
{
border-color: #BD2559;
}
</style>