Shades of Old Rose #BD205B
Tints of Old Rose #BD205B
RGB
CMYK
RGB Variations
Color information
#BD205B (or 0xBD205B) is known color: Old Rose. HEX triplet: BD, 20 and 5B. RGB value is (189,32,91). Sum of RGB (Red+Green+Blue) = 189+32+91=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD205B is #42DFA4. Grayscale: #555555. Windows color (decimal): -4382629 or 5972157. OLE color: 5972157.
HSL color Cylindrical-coordinate representation of color #BD205B: hue angle of 337.45º 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 #BD205B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 91 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.26 |
| HSL | 337.45º | 0.71% | 0.43% | - |
| HSV(B) | 337.45º | 0.83% | 0.74% | - |
| XYZ | 23.39 | 12.61 | 11.1 | - |
| YUV | 85.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 91 | 0 | 0.83 | 0.52 | 0.26 | 337.45 | 0.71 | 0.43 |
| Hex | BD | 20 | 5B | 0 | 53 | 34 | 1A | 151 | 47 | 2B |
| Octal | 275 | 40 | 133 | 0 | 123 | 64 | 32 | 521 | 107 | 53 |
| Binary | 10111101 | 100000 | 1011011 | 0 | 1010011 | 110100 | 11010 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BD205B
Complementary color
Monochromatic Colors of #BD205B
Black with #BD205B
Text Example
Text Example
White with #BD205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD205B; }
p { color: rgb(189,32,91); }
H1.HeaderClassName
{
color: #BD205B;
}
.AnyTagClassName
{
color: #BD205B;
}
</style>
background-color css
<style>
a { background-color: #BD205B; }
a { background-color: rgb(189,32,91); }
div.DivClassName
{
background-color: #BD205B;
}
.BgClassName
{
background-color: #BD205B;
}
</style>
border-color css
<style>
span { border-color: #BD205B; }
span { border-color: rgb(189,32,91); }
td.TdClassName
{
border-color: #BD205B;
}
.TagClassName
{
border-color: #BD205B;
}
</style>