Shades of Old Rose #BD2D59
Tints of Old Rose #BD2D59
RGB
CMYK
RGB Variations
Color information
#BD2D59 (or 0xBD2D59) is known color: Old Rose. HEX triplet: BD, 2D and 59. RGB value is (189,45,89). Sum of RGB (Red+Green+Blue) = 189+45+89=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D59 is #42D2A6. Grayscale: #5D5D5D. Windows color (decimal): -4379303 or 5844413. OLE color: 5844413.
HSL color Cylindrical-coordinate representation of color #BD2D59: hue angle of 341.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D59 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 89 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.26 |
| HSL | 341.67º | 0.62% | 0.46% | - |
| HSV(B) | 341.67º | 0.76% | 0.74% | - |
| XYZ | 23.73 | 13.42 | 10.79 | - |
| YUV | 93.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 89 | 0 | 0.76 | 0.53 | 0.26 | 341.67 | 0.62 | 0.46 |
| Hex | BD | 2D | 59 | 0 | 4C | 35 | 1A | 156 | 3E | 2E |
| Octal | 275 | 55 | 131 | 0 | 114 | 65 | 32 | 526 | 76 | 56 |
| Binary | 10111101 | 101101 | 1011001 | 0 | 1001100 | 110101 | 11010 | 101010110 | 111110 | 101110 |
Color Harmonies of #BD2D59
Complementary color
Monochromatic Colors of #BD2D59
Black with #BD2D59
Text Example
Text Example
White with #BD2D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D59; }
p { color: rgb(189,45,89); }
H1.HeaderClassName
{
color: #BD2D59;
}
.AnyTagClassName
{
color: #BD2D59;
}
</style>
background-color css
<style>
a { background-color: #BD2D59; }
a { background-color: rgb(189,45,89); }
div.DivClassName
{
background-color: #BD2D59;
}
.BgClassName
{
background-color: #BD2D59;
}
</style>
border-color css
<style>
span { border-color: #BD2D59; }
span { border-color: rgb(189,45,89); }
td.TdClassName
{
border-color: #BD2D59;
}
.TagClassName
{
border-color: #BD2D59;
}
</style>