Shades of Old Rose #BA205C
Tints of Old Rose #BA205C
RGB
CMYK
RGB Variations
Color information
#BA205C (or 0xBA205C) is known color: Old Rose. HEX triplet: BA, 20 and 5C. RGB value is (186,32,92). Sum of RGB (Red+Green+Blue) = 186+32+92=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA205C is #45DFA3. Grayscale: #545454. Windows color (decimal): -4579236 or 6037690. OLE color: 6037690.
HSL color Cylindrical-coordinate representation of color #BA205C: hue angle of 336.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA205C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 92 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.27 |
| HSL | 336.62º | 0.71% | 0.43% | - |
| HSV(B) | 336.62º | 0.83% | 0.73% | - |
| XYZ | 22.7 | 12.24 | 11.29 | - |
| YUV | 84.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 92 | 0 | 0.83 | 0.51 | 0.27 | 336.62 | 0.71 | 0.43 |
| Hex | BA | 20 | 5C | 0 | 53 | 33 | 1B | 151 | 47 | 2B |
| Octal | 272 | 40 | 134 | 0 | 123 | 63 | 33 | 521 | 107 | 53 |
| Binary | 10111010 | 100000 | 1011100 | 0 | 1010011 | 110011 | 11011 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BA205C
Complementary color
Monochromatic Colors of #BA205C
Black with #BA205C
Text Example
Text Example
White with #BA205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA205C; }
p { color: rgb(186,32,92); }
H1.HeaderClassName
{
color: #BA205C;
}
.AnyTagClassName
{
color: #BA205C;
}
</style>
background-color css
<style>
a { background-color: #BA205C; }
a { background-color: rgb(186,32,92); }
div.DivClassName
{
background-color: #BA205C;
}
.BgClassName
{
background-color: #BA205C;
}
</style>
border-color css
<style>
span { border-color: #BA205C; }
span { border-color: rgb(186,32,92); }
td.TdClassName
{
border-color: #BA205C;
}
.TagClassName
{
border-color: #BA205C;
}
</style>