Shades of Old Rose #BD2659
Tints of Old Rose #BD2659
RGB
CMYK
RGB Variations
Color information
#BD2659 (or 0xBD2659) is known color: Old Rose. HEX triplet: BD, 26 and 59. RGB value is (189,38,89). Sum of RGB (Red+Green+Blue) = 189+38+89=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2659 is #42D9A6. Grayscale: #585858. Windows color (decimal): -4381095 or 5842621. OLE color: 5842621.
HSL color Cylindrical-coordinate representation of color #BD2659: hue angle of 339.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2659 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 89 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.26 |
| HSL | 339.74º | 0.67% | 0.45% | - |
| HSV(B) | 339.74º | 0.8% | 0.74% | - |
| XYZ | 23.48 | 12.93 | 10.71 | - |
| YUV | 88.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 89 | 0 | 0.80 | 0.53 | 0.26 | 339.74 | 0.67 | 0.45 |
| Hex | BD | 26 | 59 | 0 | 50 | 35 | 1A | 154 | 43 | 2D |
| Octal | 275 | 46 | 131 | 0 | 120 | 65 | 32 | 524 | 103 | 55 |
| Binary | 10111101 | 100110 | 1011001 | 0 | 1010000 | 110101 | 11010 | 101010100 | 1000011 | 101101 |
Color Harmonies of #BD2659
Complementary color
Monochromatic Colors of #BD2659
Black with #BD2659
Text Example
Text Example
White with #BD2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2659; }
p { color: rgb(189,38,89); }
H1.HeaderClassName
{
color: #BD2659;
}
.AnyTagClassName
{
color: #BD2659;
}
</style>
background-color css
<style>
a { background-color: #BD2659; }
a { background-color: rgb(189,38,89); }
div.DivClassName
{
background-color: #BD2659;
}
.BgClassName
{
background-color: #BD2659;
}
</style>
border-color css
<style>
span { border-color: #BD2659; }
span { border-color: rgb(189,38,89); }
td.TdClassName
{
border-color: #BD2659;
}
.TagClassName
{
border-color: #BD2659;
}
</style>