Shades of Old Rose #BD2F55
Tints of Old Rose #BD2F55
RGB
CMYK
RGB Variations
Color information
#BD2F55 (or 0xBD2F55) is known color: Old Rose. HEX triplet: BD, 2F and 55. RGB value is (189,47,85). Sum of RGB (Red+Green+Blue) = 189+47+85=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F55 is #42D0AA. Grayscale: #5D5D5D. Windows color (decimal): -4378795 or 5582781. OLE color: 5582781.
HSL color Cylindrical-coordinate representation of color #BD2F55: hue angle of 343.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F55 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 85 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.26 |
| HSL | 343.94º | 0.6% | 0.46% | - |
| HSV(B) | 343.94º | 0.75% | 0.74% | - |
| XYZ | 23.64 | 13.51 | 9.96 | - |
| YUV | 93.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 85 | 0 | 0.75 | 0.55 | 0.26 | 343.94 | 0.6 | 0.46 |
| Hex | BD | 2F | 55 | 0 | 4B | 37 | 1A | 158 | 3C | 2E |
| Octal | 275 | 57 | 125 | 0 | 113 | 67 | 32 | 530 | 74 | 56 |
| Binary | 10111101 | 101111 | 1010101 | 0 | 1001011 | 110111 | 11010 | 101011000 | 111100 | 101110 |
Color Harmonies of #BD2F55
Complementary color
Monochromatic Colors of #BD2F55
Black with #BD2F55
Text Example
Text Example
White with #BD2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F55; }
p { color: rgb(189,47,85); }
H1.HeaderClassName
{
color: #BD2F55;
}
.AnyTagClassName
{
color: #BD2F55;
}
</style>
background-color css
<style>
a { background-color: #BD2F55; }
a { background-color: rgb(189,47,85); }
div.DivClassName
{
background-color: #BD2F55;
}
.BgClassName
{
background-color: #BD2F55;
}
</style>
border-color css
<style>
span { border-color: #BD2F55; }
span { border-color: rgb(189,47,85); }
td.TdClassName
{
border-color: #BD2F55;
}
.TagClassName
{
border-color: #BD2F55;
}
</style>