Shades of Old Rose #BD205F
Tints of Old Rose #BD205F
RGB
CMYK
RGB Variations
Color information
#BD205F (or 0xBD205F) is known color: Old Rose. HEX triplet: BD, 20 and 5F. RGB value is (189,32,95). Sum of RGB (Red+Green+Blue) = 189+32+95=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD205F is #42DFA0. Grayscale: #565656. Windows color (decimal): -4382625 or 6234301. OLE color: 6234301.
HSL color Cylindrical-coordinate representation of color #BD205F: hue angle of 335.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD205F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 95 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.26 |
| HSL | 335.92º | 0.71% | 0.43% | - |
| HSV(B) | 335.92º | 0.83% | 0.74% | - |
| XYZ | 23.57 | 12.68 | 12.03 | - |
| YUV | 86.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 95 | 0 | 0.83 | 0.50 | 0.26 | 335.92 | 0.71 | 0.43 |
| Hex | BD | 20 | 5F | 0 | 53 | 32 | 1A | 150 | 47 | 2B |
| Octal | 275 | 40 | 137 | 0 | 123 | 62 | 32 | 520 | 107 | 53 |
| Binary | 10111101 | 100000 | 1011111 | 0 | 1010011 | 110010 | 11010 | 101010000 | 1000111 | 101011 |
Color Harmonies of #BD205F
Complementary color
Monochromatic Colors of #BD205F
Black with #BD205F
Text Example
Text Example
White with #BD205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD205F; }
p { color: rgb(189,32,95); }
H1.HeaderClassName
{
color: #BD205F;
}
.AnyTagClassName
{
color: #BD205F;
}
</style>
background-color css
<style>
a { background-color: #BD205F; }
a { background-color: rgb(189,32,95); }
div.DivClassName
{
background-color: #BD205F;
}
.BgClassName
{
background-color: #BD205F;
}
</style>
border-color css
<style>
span { border-color: #BD205F; }
span { border-color: rgb(189,32,95); }
td.TdClassName
{
border-color: #BD205F;
}
.TagClassName
{
border-color: #BD205F;
}
</style>