Shades of Old Rose #BA255D
Tints of Old Rose #BA255D
RGB
CMYK
RGB Variations
Color information
#BA255D (or 0xBA255D) is known color: Old Rose. HEX triplet: BA, 25 and 5D. RGB value is (186,37,93). Sum of RGB (Red+Green+Blue) = 186+37+93=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255D is #45DAA2. Grayscale: #575757. Windows color (decimal): -4577955 or 6104506. OLE color: 6104506.
HSL color Cylindrical-coordinate representation of color #BA255D: hue angle of 337.45º 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 #BA255D is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 93 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.27 |
| HSL | 337.45º | 0.67% | 0.44% | - |
| HSV(B) | 337.45º | 0.8% | 0.73% | - |
| XYZ | 22.89 | 12.55 | 11.57 | - |
| YUV | 87.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 93 | 0 | 0.80 | 0.5 | 0.27 | 337.45 | 0.67 | 0.44 |
| Hex | BA | 25 | 5D | 0 | 50 | 32 | 1B | 151 | 43 | 2C |
| Octal | 272 | 45 | 135 | 0 | 120 | 62 | 33 | 521 | 103 | 54 |
| Binary | 10111010 | 100101 | 1011101 | 0 | 1010000 | 110010 | 11011 | 101010001 | 1000011 | 101100 |
Color Harmonies of #BA255D
Complementary color
Monochromatic Colors of #BA255D
Black with #BA255D
Text Example
Text Example
White with #BA255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA255D; }
p { color: rgb(186,37,93); }
H1.HeaderClassName
{
color: #BA255D;
}
.AnyTagClassName
{
color: #BA255D;
}
</style>
background-color css
<style>
a { background-color: #BA255D; }
a { background-color: rgb(186,37,93); }
div.DivClassName
{
background-color: #BA255D;
}
.BgClassName
{
background-color: #BA255D;
}
</style>
border-color css
<style>
span { border-color: #BA255D; }
span { border-color: rgb(186,37,93); }
td.TdClassName
{
border-color: #BA255D;
}
.TagClassName
{
border-color: #BA255D;
}
</style>