Shades of Old Rose #BD2F54
Tints of Old Rose #BD2F54
RGB
CMYK
RGB Variations
Color information
#BD2F54 (or 0xBD2F54) is known color: Old Rose. HEX triplet: BD, 2F and 54. RGB value is (189,47,84). Sum of RGB (Red+Green+Blue) = 189+47+84=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F54 is #42D0AB. Grayscale: #5D5D5D. Windows color (decimal): -4378796 or 5517245. OLE color: 5517245.
HSL color Cylindrical-coordinate representation of color #BD2F54: hue angle of 344.37º 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 #BD2F54 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 84 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.26 |
| HSL | 344.37º | 0.6% | 0.46% | - |
| HSV(B) | 344.37º | 0.75% | 0.74% | - |
| XYZ | 23.6 | 13.49 | 9.75 | - |
| YUV | 93.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 84 | 0 | 0.75 | 0.56 | 0.26 | 344.37 | 0.6 | 0.46 |
| Hex | BD | 2F | 54 | 0 | 4B | 38 | 1A | 158 | 3C | 2E |
| Octal | 275 | 57 | 124 | 0 | 113 | 70 | 32 | 530 | 74 | 56 |
| Binary | 10111101 | 101111 | 1010100 | 0 | 1001011 | 111000 | 11010 | 101011000 | 111100 | 101110 |
Color Harmonies of #BD2F54
Complementary color
Monochromatic Colors of #BD2F54
Black with #BD2F54
Text Example
Text Example
White with #BD2F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F54; }
p { color: rgb(189,47,84); }
H1.HeaderClassName
{
color: #BD2F54;
}
.AnyTagClassName
{
color: #BD2F54;
}
</style>
background-color css
<style>
a { background-color: #BD2F54; }
a { background-color: rgb(189,47,84); }
div.DivClassName
{
background-color: #BD2F54;
}
.BgClassName
{
background-color: #BD2F54;
}
</style>
border-color css
<style>
span { border-color: #BD2F54; }
span { border-color: rgb(189,47,84); }
td.TdClassName
{
border-color: #BD2F54;
}
.TagClassName
{
border-color: #BD2F54;
}
</style>