Shades of Old Rose #BA255E
Tints of Old Rose #BA255E
RGB
CMYK
RGB Variations
Color information
#BA255E (or 0xBA255E) is known color: Old Rose. HEX triplet: BA, 25 and 5E. RGB value is (186,37,94). Sum of RGB (Red+Green+Blue) = 186+37+94=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255E is #45DAA1. Grayscale: #575757. Windows color (decimal): -4577954 or 6170042. OLE color: 6170042.
HSL color Cylindrical-coordinate representation of color #BA255E: hue angle of 337.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA255E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 94 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.27 |
| HSL | 337.05º | 0.67% | 0.44% | - |
| HSV(B) | 337.05º | 0.8% | 0.73% | - |
| XYZ | 22.93 | 12.57 | 11.81 | - |
| YUV | 88.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 94 | 0 | 0.80 | 0.49 | 0.27 | 337.05 | 0.67 | 0.44 |
| Hex | BA | 25 | 5E | 0 | 50 | 31 | 1B | 151 | 43 | 2C |
| Octal | 272 | 45 | 136 | 0 | 120 | 61 | 33 | 521 | 103 | 54 |
| Binary | 10111010 | 100101 | 1011110 | 0 | 1010000 | 110001 | 11011 | 101010001 | 1000011 | 101100 |
Color Harmonies of #BA255E
Complementary color
Monochromatic Colors of #BA255E
Black with #BA255E
Text Example
Text Example
White with #BA255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA255E; }
p { color: rgb(186,37,94); }
H1.HeaderClassName
{
color: #BA255E;
}
.AnyTagClassName
{
color: #BA255E;
}
</style>
background-color css
<style>
a { background-color: #BA255E; }
a { background-color: rgb(186,37,94); }
div.DivClassName
{
background-color: #BA255E;
}
.BgClassName
{
background-color: #BA255E;
}
</style>
border-color css
<style>
span { border-color: #BA255E; }
span { border-color: rgb(186,37,94); }
td.TdClassName
{
border-color: #BA255E;
}
.TagClassName
{
border-color: #BA255E;
}
</style>