Shades of Old Rose #BD2159
Tints of Old Rose #BD2159
RGB
CMYK
RGB Variations
Color information
#BD2159 (or 0xBD2159) is known color: Old Rose. HEX triplet: BD, 21 and 59. RGB value is (189,33,89). Sum of RGB (Red+Green+Blue) = 189+33+89=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2159 is #42DEA6. Grayscale: #555555. Windows color (decimal): -4382375 or 5841341. OLE color: 5841341.
HSL color Cylindrical-coordinate representation of color #BD2159: hue angle of 338.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2159 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 89 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.26 |
| HSL | 338.46º | 0.7% | 0.44% | - |
| HSV(B) | 338.46º | 0.83% | 0.74% | - |
| XYZ | 23.33 | 12.63 | 10.66 | - |
| YUV | 86.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 89 | 0 | 0.83 | 0.53 | 0.26 | 338.46 | 0.7 | 0.44 |
| Hex | BD | 21 | 59 | 0 | 53 | 35 | 1A | 152 | 46 | 2C |
| Octal | 275 | 41 | 131 | 0 | 123 | 65 | 32 | 522 | 106 | 54 |
| Binary | 10111101 | 100001 | 1011001 | 0 | 1010011 | 110101 | 11010 | 101010010 | 1000110 | 101100 |
Color Harmonies of #BD2159
Complementary color
Monochromatic Colors of #BD2159
Black with #BD2159
Text Example
Text Example
White with #BD2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2159; }
p { color: rgb(189,33,89); }
H1.HeaderClassName
{
color: #BD2159;
}
.AnyTagClassName
{
color: #BD2159;
}
</style>
background-color css
<style>
a { background-color: #BD2159; }
a { background-color: rgb(189,33,89); }
div.DivClassName
{
background-color: #BD2159;
}
.BgClassName
{
background-color: #BD2159;
}
</style>
border-color css
<style>
span { border-color: #BD2159; }
span { border-color: rgb(189,33,89); }
td.TdClassName
{
border-color: #BD2159;
}
.TagClassName
{
border-color: #BD2159;
}
</style>