Shades of Old Rose #BD2047
Tints of Old Rose #BD2047
RGB
CMYK
RGB Variations
Color information
#BD2047 (or 0xBD2047) is known color: Old Rose. HEX triplet: BD, 20 and 47. RGB value is (189,32,71). Sum of RGB (Red+Green+Blue) = 189+32+71=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2047 is #42DFB8. Grayscale: #535353. Windows color (decimal): -4382649 or 4661437. OLE color: 4661437.
HSL color Cylindrical-coordinate representation of color #BD2047: hue angle of 345.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2047 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 71 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.26 |
| HSL | 345.1º | 0.71% | 0.43% | - |
| HSV(B) | 345.1º | 0.83% | 0.74% | - |
| XYZ | 22.64 | 12.31 | 7.14 | - |
| YUV | 83.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 71 | 0 | 0.83 | 0.62 | 0.26 | 345.1 | 0.71 | 0.43 |
| Hex | BD | 20 | 47 | 0 | 53 | 3E | 1A | 159 | 47 | 2B |
| Octal | 275 | 40 | 107 | 0 | 123 | 76 | 32 | 531 | 107 | 53 |
| Binary | 10111101 | 100000 | 1000111 | 0 | 1010011 | 111110 | 11010 | 101011001 | 1000111 | 101011 |
Color Harmonies of #BD2047
Complementary color
Monochromatic Colors of #BD2047
Black with #BD2047
Text Example
Text Example
White with #BD2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2047; }
p { color: rgb(189,32,71); }
H1.HeaderClassName
{
color: #BD2047;
}
.AnyTagClassName
{
color: #BD2047;
}
</style>
background-color css
<style>
a { background-color: #BD2047; }
a { background-color: rgb(189,32,71); }
div.DivClassName
{
background-color: #BD2047;
}
.BgClassName
{
background-color: #BD2047;
}
</style>
border-color css
<style>
span { border-color: #BD2047; }
span { border-color: rgb(189,32,71); }
td.TdClassName
{
border-color: #BD2047;
}
.TagClassName
{
border-color: #BD2047;
}
</style>