Shades of Old Rose #BA225E
Tints of Old Rose #BA225E
RGB
CMYK
RGB Variations
Color information
#BA225E (or 0xBA225E) is known color: Old Rose. HEX triplet: BA, 22 and 5E. RGB value is (186,34,94). Sum of RGB (Red+Green+Blue) = 186+34+94=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA225E is #45DDA1. Grayscale: #565656. Windows color (decimal): -4578722 or 6169274. OLE color: 6169274.
HSL color Cylindrical-coordinate representation of color #BA225E: hue angle of 336.32º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA225E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 94 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.27 |
| HSL | 336.32º | 0.69% | 0.43% | - |
| HSV(B) | 336.32º | 0.82% | 0.73% | - |
| XYZ | 22.84 | 12.39 | 11.78 | - |
| YUV | 86.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 94 | 0 | 0.82 | 0.49 | 0.27 | 336.32 | 0.69 | 0.43 |
| Hex | BA | 22 | 5E | 0 | 52 | 31 | 1B | 150 | 45 | 2B |
| Octal | 272 | 42 | 136 | 0 | 122 | 61 | 33 | 520 | 105 | 53 |
| Binary | 10111010 | 100010 | 1011110 | 0 | 1010010 | 110001 | 11011 | 101010000 | 1000101 | 101011 |
Color Harmonies of #BA225E
Complementary color
Monochromatic Colors of #BA225E
Black with #BA225E
Text Example
Text Example
White with #BA225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA225E; }
p { color: rgb(186,34,94); }
H1.HeaderClassName
{
color: #BA225E;
}
.AnyTagClassName
{
color: #BA225E;
}
</style>
background-color css
<style>
a { background-color: #BA225E; }
a { background-color: rgb(186,34,94); }
div.DivClassName
{
background-color: #BA225E;
}
.BgClassName
{
background-color: #BA225E;
}
</style>
border-color css
<style>
span { border-color: #BA225E; }
span { border-color: rgb(186,34,94); }
td.TdClassName
{
border-color: #BA225E;
}
.TagClassName
{
border-color: #BA225E;
}
</style>