Shades of Old Rose #BD3147
Tints of Old Rose #BD3147
RGB
CMYK
RGB Variations
Color information
#BD3147 (or 0xBD3147) is known color: Old Rose. HEX triplet: BD, 31 and 47. RGB value is (189,49,71). Sum of RGB (Red+Green+Blue) = 189+49+71=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3147 is #42CEB8. Grayscale: #5D5D5D. Windows color (decimal): -4378297 or 4665789. OLE color: 4665789.
HSL color Cylindrical-coordinate representation of color #BD3147: hue angle of 350.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3147 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 71 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.26 |
| HSL | 350.57º | 0.59% | 0.47% | - |
| HSV(B) | 350.57º | 0.74% | 0.74% | - |
| XYZ | 23.22 | 13.47 | 7.34 | - |
| YUV | 93.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 71 | 0 | 0.74 | 0.62 | 0.26 | 350.57 | 0.59 | 0.47 |
| Hex | BD | 31 | 47 | 0 | 4A | 3E | 1A | 15F | 3B | 2F |
| Octal | 275 | 61 | 107 | 0 | 112 | 76 | 32 | 537 | 73 | 57 |
| Binary | 10111101 | 110001 | 1000111 | 0 | 1001010 | 111110 | 11010 | 101011111 | 111011 | 101111 |
Color Harmonies of #BD3147
Complementary color
Monochromatic Colors of #BD3147
Black with #BD3147
Text Example
Text Example
White with #BD3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3147; }
p { color: rgb(189,49,71); }
H1.HeaderClassName
{
color: #BD3147;
}
.AnyTagClassName
{
color: #BD3147;
}
</style>
background-color css
<style>
a { background-color: #BD3147; }
a { background-color: rgb(189,49,71); }
div.DivClassName
{
background-color: #BD3147;
}
.BgClassName
{
background-color: #BD3147;
}
</style>
border-color css
<style>
span { border-color: #BD3147; }
span { border-color: rgb(189,49,71); }
td.TdClassName
{
border-color: #BD3147;
}
.TagClassName
{
border-color: #BD3147;
}
</style>