Shades of Old Rose #BA3857
Tints of Old Rose #BA3857
RGB
CMYK
RGB Variations
Color information
#BA3857 (or 0xBA3857) is known color: Old Rose. HEX triplet: BA, 38 and 57. RGB value is (186,56,87). Sum of RGB (Red+Green+Blue) = 186+56+87=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3857 is #45C7A8. Grayscale: #626262. Windows color (decimal): -4573097 or 5716154. OLE color: 5716154.
HSL color Cylindrical-coordinate representation of color #BA3857: hue angle of 345.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3857 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 87 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.27 |
| HSL | 345.69º | 0.54% | 0.47% | - |
| HSV(B) | 345.69º | 0.7% | 0.73% | - |
| XYZ | 23.38 | 13.96 | 10.48 | - |
| YUV | 98.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 87 | 0 | 0.70 | 0.53 | 0.27 | 345.69 | 0.54 | 0.47 |
| Hex | BA | 38 | 57 | 0 | 46 | 35 | 1B | 15A | 36 | 2F |
| Octal | 272 | 70 | 127 | 0 | 106 | 65 | 33 | 532 | 66 | 57 |
| Binary | 10111010 | 111000 | 1010111 | 0 | 1000110 | 110101 | 11011 | 101011010 | 110110 | 101111 |
Color Harmonies of #BA3857
Complementary color
Monochromatic Colors of #BA3857
Black with #BA3857
Text Example
Text Example
White with #BA3857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3857; }
p { color: rgb(186,56,87); }
H1.HeaderClassName
{
color: #BA3857;
}
.AnyTagClassName
{
color: #BA3857;
}
</style>
background-color css
<style>
a { background-color: #BA3857; }
a { background-color: rgb(186,56,87); }
div.DivClassName
{
background-color: #BA3857;
}
.BgClassName
{
background-color: #BA3857;
}
</style>
border-color css
<style>
span { border-color: #BA3857; }
span { border-color: rgb(186,56,87); }
td.TdClassName
{
border-color: #BA3857;
}
.TagClassName
{
border-color: #BA3857;
}
</style>