Shades of Old Rose #BA205A
Tints of Old Rose #BA205A
RGB
CMYK
RGB Variations
Color information
#BA205A (or 0xBA205A) is known color: Old Rose. HEX triplet: BA, 20 and 5A. RGB value is (186,32,90). Sum of RGB (Red+Green+Blue) = 186+32+90=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA205A is #45DFA5. Grayscale: #545454. Windows color (decimal): -4579238 or 5906618. OLE color: 5906618.
HSL color Cylindrical-coordinate representation of color #BA205A: hue angle of 337.4º 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 #BA205A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 90 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.27 |
| HSL | 337.4º | 0.71% | 0.43% | - |
| HSV(B) | 337.4º | 0.83% | 0.73% | - |
| XYZ | 22.61 | 12.21 | 10.84 | - |
| YUV | 84.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 90 | 0 | 0.83 | 0.52 | 0.27 | 337.4 | 0.71 | 0.43 |
| Hex | BA | 20 | 5A | 0 | 53 | 34 | 1B | 151 | 47 | 2B |
| Octal | 272 | 40 | 132 | 0 | 123 | 64 | 33 | 521 | 107 | 53 |
| Binary | 10111010 | 100000 | 1011010 | 0 | 1010011 | 110100 | 11011 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BA205A
Complementary color
Monochromatic Colors of #BA205A
Black with #BA205A
Text Example
Text Example
White with #BA205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA205A; }
p { color: rgb(186,32,90); }
H1.HeaderClassName
{
color: #BA205A;
}
.AnyTagClassName
{
color: #BA205A;
}
</style>
background-color css
<style>
a { background-color: #BA205A; }
a { background-color: rgb(186,32,90); }
div.DivClassName
{
background-color: #BA205A;
}
.BgClassName
{
background-color: #BA205A;
}
</style>
border-color css
<style>
span { border-color: #BA205A; }
span { border-color: rgb(186,32,90); }
td.TdClassName
{
border-color: #BA205A;
}
.TagClassName
{
border-color: #BA205A;
}
</style>