Shades of Old Rose #BD2959
Tints of Old Rose #BD2959
RGB
CMYK
RGB Variations
Color information
#BD2959 (or 0xBD2959) is known color: Old Rose. HEX triplet: BD, 29 and 59. RGB value is (189,41,89). Sum of RGB (Red+Green+Blue) = 189+41+89=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2959 is #42D6A6. Grayscale: #5A5A5A. Windows color (decimal): -4380327 or 5843389. OLE color: 5843389.
HSL color Cylindrical-coordinate representation of color #BD2959: hue angle of 340.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2959 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 89 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.26 |
| HSL | 340.54º | 0.64% | 0.45% | - |
| HSV(B) | 340.54º | 0.78% | 0.74% | - |
| XYZ | 23.58 | 13.13 | 10.74 | - |
| YUV | 90.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 89 | 0 | 0.78 | 0.53 | 0.26 | 340.54 | 0.64 | 0.45 |
| Hex | BD | 29 | 59 | 0 | 4E | 35 | 1A | 155 | 40 | 2D |
| Octal | 275 | 51 | 131 | 0 | 116 | 65 | 32 | 525 | 100 | 55 |
| Binary | 10111101 | 101001 | 1011001 | 0 | 1001110 | 110101 | 11010 | 101010101 | 1000000 | 101101 |
Color Harmonies of #BD2959
Complementary color
Monochromatic Colors of #BD2959
Black with #BD2959
Text Example
Text Example
White with #BD2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2959; }
p { color: rgb(189,41,89); }
H1.HeaderClassName
{
color: #BD2959;
}
.AnyTagClassName
{
color: #BD2959;
}
</style>
background-color css
<style>
a { background-color: #BD2959; }
a { background-color: rgb(189,41,89); }
div.DivClassName
{
background-color: #BD2959;
}
.BgClassName
{
background-color: #BD2959;
}
</style>
border-color css
<style>
span { border-color: #BD2959; }
span { border-color: rgb(189,41,89); }
td.TdClassName
{
border-color: #BD2959;
}
.TagClassName
{
border-color: #BD2959;
}
</style>