Shades of Old Rose #BD3F57
Tints of Old Rose #BD3F57
RGB
CMYK
RGB Variations
Color information
#BD3F57 (or 0xBD3F57) is known color: Old Rose. HEX triplet: BD, 3F and 57. RGB value is (189,63,87). Sum of RGB (Red+Green+Blue) = 189+63+87=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F57 is #42C0A8. Grayscale: #676767. Windows color (decimal): -4374697 or 5717949. OLE color: 5717949.
HSL color Cylindrical-coordinate representation of color #BD3F57: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F57 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 87 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.26 |
| HSL | 348.57º | 0.5% | 0.49% | - |
| HSV(B) | 348.57º | 0.67% | 0.74% | - |
| XYZ | 24.48 | 15.06 | 10.63 | - |
| YUV | 103.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 87 | 0 | 0.67 | 0.54 | 0.26 | 348.57 | 0.5 | 0.49 |
| Hex | BD | 3F | 57 | 0 | 43 | 36 | 1A | 15D | 32 | 31 |
| Octal | 275 | 77 | 127 | 0 | 103 | 66 | 32 | 535 | 62 | 61 |
| Binary | 10111101 | 111111 | 1010111 | 0 | 1000011 | 110110 | 11010 | 101011101 | 110010 | 110001 |
Color Harmonies of #BD3F57
Complementary color
Monochromatic Colors of #BD3F57
Black with #BD3F57
Text Example
Text Example
White with #BD3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F57; }
p { color: rgb(189,63,87); }
H1.HeaderClassName
{
color: #BD3F57;
}
.AnyTagClassName
{
color: #BD3F57;
}
</style>
background-color css
<style>
a { background-color: #BD3F57; }
a { background-color: rgb(189,63,87); }
div.DivClassName
{
background-color: #BD3F57;
}
.BgClassName
{
background-color: #BD3F57;
}
</style>
border-color css
<style>
span { border-color: #BD3F57; }
span { border-color: rgb(189,63,87); }
td.TdClassName
{
border-color: #BD3F57;
}
.TagClassName
{
border-color: #BD3F57;
}
</style>