Shades of Old Rose #BA315C
Tints of Old Rose #BA315C
RGB
CMYK
RGB Variations
Color information
#BA315C (or 0xBA315C) is known color: Old Rose. HEX triplet: BA, 31 and 5C. RGB value is (186,49,92). Sum of RGB (Red+Green+Blue) = 186+49+92=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA315C is #45CEA3. Grayscale: #5E5E5E. Windows color (decimal): -4574884 or 6042042. OLE color: 6042042.
HSL color Cylindrical-coordinate representation of color #BA315C: hue angle of 341.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA315C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 92 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.27 |
| HSL | 341.17º | 0.58% | 0.46% | - |
| HSV(B) | 341.17º | 0.74% | 0.73% | - |
| XYZ | 23.28 | 13.41 | 11.49 | - |
| YUV | 94.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 92 | 0 | 0.74 | 0.51 | 0.27 | 341.17 | 0.58 | 0.46 |
| Hex | BA | 31 | 5C | 0 | 4A | 33 | 1B | 155 | 3A | 2E |
| Octal | 272 | 61 | 134 | 0 | 112 | 63 | 33 | 525 | 72 | 56 |
| Binary | 10111010 | 110001 | 1011100 | 0 | 1001010 | 110011 | 11011 | 101010101 | 111010 | 101110 |
Color Harmonies of #BA315C
Complementary color
Monochromatic Colors of #BA315C
Black with #BA315C
Text Example
Text Example
White with #BA315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA315C; }
p { color: rgb(186,49,92); }
H1.HeaderClassName
{
color: #BA315C;
}
.AnyTagClassName
{
color: #BA315C;
}
</style>
background-color css
<style>
a { background-color: #BA315C; }
a { background-color: rgb(186,49,92); }
div.DivClassName
{
background-color: #BA315C;
}
.BgClassName
{
background-color: #BA315C;
}
</style>
border-color css
<style>
span { border-color: #BA315C; }
span { border-color: rgb(186,49,92); }
td.TdClassName
{
border-color: #BA315C;
}
.TagClassName
{
border-color: #BA315C;
}
</style>