Shades of Old Rose #BA4149
Tints of Old Rose #BA4149
RGB
CMYK
RGB Variations
Color information
#BA4149 (or 0xBA4149) is known color: Old Rose. HEX triplet: BA, 41 and 49. RGB value is (186,65,73). Sum of RGB (Red+Green+Blue) = 186+65+73=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4149 is #45BEB6. Grayscale: #666666. Windows color (decimal): -4570807 or 4800954. OLE color: 4800954.
HSL color Cylindrical-coordinate representation of color #BA4149: hue angle of 356.03º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4149 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 73 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.27 |
| HSL | 356.03º | 0.48% | 0.49% | - |
| HSV(B) | 356.03º | 0.65% | 0.73% | - |
| XYZ | 23.34 | 14.7 | 7.91 | - |
| YUV | 102.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 73 | 0 | 0.65 | 0.61 | 0.27 | 356.03 | 0.48 | 0.49 |
| Hex | BA | 41 | 49 | 0 | 41 | 3D | 1B | 164 | 30 | 31 |
| Octal | 272 | 101 | 111 | 0 | 101 | 75 | 33 | 544 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1001001 | 0 | 1000001 | 111101 | 11011 | 101100100 | 110000 | 110001 |
Color Harmonies of #BA4149
Complementary color
Monochromatic Colors of #BA4149
Black with #BA4149
Text Example
Text Example
White with #BA4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4149; }
p { color: rgb(186,65,73); }
H1.HeaderClassName
{
color: #BA4149;
}
.AnyTagClassName
{
color: #BA4149;
}
</style>
background-color css
<style>
a { background-color: #BA4149; }
a { background-color: rgb(186,65,73); }
div.DivClassName
{
background-color: #BA4149;
}
.BgClassName
{
background-color: #BA4149;
}
</style>
border-color css
<style>
span { border-color: #BA4149; }
span { border-color: rgb(186,65,73); }
td.TdClassName
{
border-color: #BA4149;
}
.TagClassName
{
border-color: #BA4149;
}
</style>