Shades of Old Rose #BD1857
Tints of Old Rose #BD1857
RGB
CMYK
RGB Variations
Color information
#BD1857 (or 0xBD1857) is known color: Old Rose. HEX triplet: BD, 18 and 57. RGB value is (189,24,87). Sum of RGB (Red+Green+Blue) = 189+24+87=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1857 is #42E7A8. Grayscale: #505050. Windows color (decimal): -4384681 or 5707965. OLE color: 5707965.
HSL color Cylindrical-coordinate representation of color #BD1857: hue angle of 337.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1857 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 87 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.26 |
| HSL | 337.09º | 0.77% | 0.42% | - |
| HSV(B) | 337.09º | 0.87% | 0.74% | - |
| XYZ | 23.03 | 12.16 | 10.15 | - |
| YUV | 80.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 87 | 0 | 0.87 | 0.54 | 0.26 | 337.09 | 0.77 | 0.42 |
| Hex | BD | 18 | 57 | 0 | 57 | 36 | 1A | 151 | 4D | 2A |
| Octal | 275 | 30 | 127 | 0 | 127 | 66 | 32 | 521 | 115 | 52 |
| Binary | 10111101 | 11000 | 1010111 | 0 | 1010111 | 110110 | 11010 | 101010001 | 1001101 | 101010 |
Color Harmonies of #BD1857
Complementary color
Monochromatic Colors of #BD1857
Black with #BD1857
Text Example
Text Example
White with #BD1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1857; }
p { color: rgb(189,24,87); }
H1.HeaderClassName
{
color: #BD1857;
}
.AnyTagClassName
{
color: #BD1857;
}
</style>
background-color css
<style>
a { background-color: #BD1857; }
a { background-color: rgb(189,24,87); }
div.DivClassName
{
background-color: #BD1857;
}
.BgClassName
{
background-color: #BD1857;
}
</style>
border-color css
<style>
span { border-color: #BD1857; }
span { border-color: rgb(189,24,87); }
td.TdClassName
{
border-color: #BD1857;
}
.TagClassName
{
border-color: #BD1857;
}
</style>