Shades of Old Rose #BA3057
Tints of Old Rose #BA3057
RGB
CMYK
RGB Variations
Color information
#BA3057 (or 0xBA3057) is known color: Old Rose. HEX triplet: BA, 30 and 57. RGB value is (186,48,87). Sum of RGB (Red+Green+Blue) = 186+48+87=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3057 is #45CFA8. Grayscale: #5D5D5D. Windows color (decimal): -4575145 or 5714106. OLE color: 5714106.
HSL color Cylindrical-coordinate representation of color #BA3057: hue angle of 343.04º degrees, saturation: 0.59, 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 #BA3057 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 87 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.27 |
| HSL | 343.04º | 0.59% | 0.46% | - |
| HSV(B) | 343.04º | 0.74% | 0.73% | - |
| XYZ | 23.03 | 13.24 | 10.36 | - |
| YUV | 93.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 87 | 0 | 0.74 | 0.53 | 0.27 | 343.04 | 0.59 | 0.46 |
| Hex | BA | 30 | 57 | 0 | 4A | 35 | 1B | 157 | 3B | 2E |
| Octal | 272 | 60 | 127 | 0 | 112 | 65 | 33 | 527 | 73 | 56 |
| Binary | 10111010 | 110000 | 1010111 | 0 | 1001010 | 110101 | 11011 | 101010111 | 111011 | 101110 |
Color Harmonies of #BA3057
Complementary color
Monochromatic Colors of #BA3057
Black with #BA3057
Text Example
Text Example
White with #BA3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3057; }
p { color: rgb(186,48,87); }
H1.HeaderClassName
{
color: #BA3057;
}
.AnyTagClassName
{
color: #BA3057;
}
</style>
background-color css
<style>
a { background-color: #BA3057; }
a { background-color: rgb(186,48,87); }
div.DivClassName
{
background-color: #BA3057;
}
.BgClassName
{
background-color: #BA3057;
}
</style>
border-color css
<style>
span { border-color: #BA3057; }
span { border-color: rgb(186,48,87); }
td.TdClassName
{
border-color: #BA3057;
}
.TagClassName
{
border-color: #BA3057;
}
</style>