Shades of Old Rose #BD205D
Tints of Old Rose #BD205D
RGB
CMYK
RGB Variations
Color information
#BD205D (or 0xBD205D) is known color: Old Rose. HEX triplet: BD, 20 and 5D. RGB value is (189,32,93). Sum of RGB (Red+Green+Blue) = 189+32+93=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD205D is #42DFA2. Grayscale: #555555. Windows color (decimal): -4382627 or 6103229. OLE color: 6103229.
HSL color Cylindrical-coordinate representation of color #BD205D: hue angle of 336.69º 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 #BD205D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.26 |
| HSL | 336.69º | 0.71% | 0.43% | - |
| HSV(B) | 336.69º | 0.83% | 0.74% | - |
| XYZ | 23.48 | 12.64 | 11.56 | - |
| YUV | 85.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 93 | 0 | 0.83 | 0.51 | 0.26 | 336.69 | 0.71 | 0.43 |
| Hex | BD | 20 | 5D | 0 | 53 | 33 | 1A | 151 | 47 | 2B |
| Octal | 275 | 40 | 135 | 0 | 123 | 63 | 32 | 521 | 107 | 53 |
| Binary | 10111101 | 100000 | 1011101 | 0 | 1010011 | 110011 | 11010 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BD205D
Complementary color
Monochromatic Colors of #BD205D
Black with #BD205D
Text Example
Text Example
White with #BD205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD205D; }
p { color: rgb(189,32,93); }
H1.HeaderClassName
{
color: #BD205D;
}
.AnyTagClassName
{
color: #BD205D;
}
</style>
background-color css
<style>
a { background-color: #BD205D; }
a { background-color: rgb(189,32,93); }
div.DivClassName
{
background-color: #BD205D;
}
.BgClassName
{
background-color: #BD205D;
}
</style>
border-color css
<style>
span { border-color: #BD205D; }
span { border-color: rgb(189,32,93); }
td.TdClassName
{
border-color: #BD205D;
}
.TagClassName
{
border-color: #BD205D;
}
</style>