Shades of Old Rose #BA3D57
Tints of Old Rose #BA3D57
RGB
CMYK
RGB Variations
Color information
#BA3D57 (or 0xBA3D57) is known color: Old Rose. HEX triplet: BA, 3D and 57. RGB value is (186,61,87). Sum of RGB (Red+Green+Blue) = 186+61+87=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D57 is #45C2A8. Grayscale: #656565. Windows color (decimal): -4571817 or 5717434. OLE color: 5717434.
HSL color Cylindrical-coordinate representation of color #BA3D57: hue angle of 347.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D57 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 87 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.27 |
| HSL | 347.52º | 0.51% | 0.48% | - |
| HSV(B) | 347.52º | 0.67% | 0.73% | - |
| XYZ | 23.64 | 14.46 | 10.56 | - |
| YUV | 101.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 87 | 0 | 0.67 | 0.53 | 0.27 | 347.52 | 0.51 | 0.48 |
| Hex | BA | 3D | 57 | 0 | 43 | 35 | 1B | 15C | 33 | 30 |
| Octal | 272 | 75 | 127 | 0 | 103 | 65 | 33 | 534 | 63 | 60 |
| Binary | 10111010 | 111101 | 1010111 | 0 | 1000011 | 110101 | 11011 | 101011100 | 110011 | 110000 |
Color Harmonies of #BA3D57
Complementary color
Monochromatic Colors of #BA3D57
Black with #BA3D57
Text Example
Text Example
White with #BA3D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D57; }
p { color: rgb(186,61,87); }
H1.HeaderClassName
{
color: #BA3D57;
}
.AnyTagClassName
{
color: #BA3D57;
}
</style>
background-color css
<style>
a { background-color: #BA3D57; }
a { background-color: rgb(186,61,87); }
div.DivClassName
{
background-color: #BA3D57;
}
.BgClassName
{
background-color: #BA3D57;
}
</style>
border-color css
<style>
span { border-color: #BA3D57; }
span { border-color: rgb(186,61,87); }
td.TdClassName
{
border-color: #BA3D57;
}
.TagClassName
{
border-color: #BA3D57;
}
</style>