Shades of Old Rose #BD3E57
Tints of Old Rose #BD3E57
RGB
CMYK
RGB Variations
Color information
#BD3E57 (or 0xBD3E57) is known color: Old Rose. HEX triplet: BD, 3E and 57. RGB value is (189,62,87). Sum of RGB (Red+Green+Blue) = 189+62+87=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E57 is #42C1A8. Grayscale: #666666. Windows color (decimal): -4374953 or 5717693. OLE color: 5717693.
HSL color Cylindrical-coordinate representation of color #BD3E57: hue angle of 348.19º degrees, saturation: 0.51, 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 #BD3E57 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 87 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.26 |
| HSL | 348.19º | 0.51% | 0.49% | - |
| HSV(B) | 348.19º | 0.67% | 0.74% | - |
| XYZ | 24.43 | 14.95 | 10.62 | - |
| YUV | 102.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 87 | 0 | 0.67 | 0.54 | 0.26 | 348.19 | 0.51 | 0.49 |
| Hex | BD | 3E | 57 | 0 | 43 | 36 | 1A | 15C | 33 | 31 |
| Octal | 275 | 76 | 127 | 0 | 103 | 66 | 32 | 534 | 63 | 61 |
| Binary | 10111101 | 111110 | 1010111 | 0 | 1000011 | 110110 | 11010 | 101011100 | 110011 | 110001 |
Color Harmonies of #BD3E57
Complementary color
Monochromatic Colors of #BD3E57
Black with #BD3E57
Text Example
Text Example
White with #BD3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E57; }
p { color: rgb(189,62,87); }
H1.HeaderClassName
{
color: #BD3E57;
}
.AnyTagClassName
{
color: #BD3E57;
}
</style>
background-color css
<style>
a { background-color: #BD3E57; }
a { background-color: rgb(189,62,87); }
div.DivClassName
{
background-color: #BD3E57;
}
.BgClassName
{
background-color: #BD3E57;
}
</style>
border-color css
<style>
span { border-color: #BD3E57; }
span { border-color: rgb(189,62,87); }
td.TdClassName
{
border-color: #BD3E57;
}
.TagClassName
{
border-color: #BD3E57;
}
</style>