Shades of Old Rose #BA394E
Tints of Old Rose #BA394E
RGB
CMYK
RGB Variations
Color information
#BA394E (or 0xBA394E) is known color: Old Rose. HEX triplet: BA, 39 and 4E. RGB value is (186,57,78). Sum of RGB (Red+Green+Blue) = 186+57+78=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA394E is #45C6B1. Grayscale: #626262. Windows color (decimal): -4572850 or 5126586. OLE color: 5126586.
HSL color Cylindrical-coordinate representation of color #BA394E: hue angle of 350.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA394E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 78 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.27 |
| HSL | 350.23º | 0.53% | 0.48% | - |
| HSV(B) | 350.23º | 0.69% | 0.73% | - |
| XYZ | 23.09 | 13.92 | 8.68 | - |
| YUV | 97.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 78 | 0 | 0.69 | 0.58 | 0.27 | 350.23 | 0.53 | 0.48 |
| Hex | BA | 39 | 4E | 0 | 45 | 3A | 1B | 15E | 35 | 30 |
| Octal | 272 | 71 | 116 | 0 | 105 | 72 | 33 | 536 | 65 | 60 |
| Binary | 10111010 | 111001 | 1001110 | 0 | 1000101 | 111010 | 11011 | 101011110 | 110101 | 110000 |
Color Harmonies of #BA394E
Complementary color
Monochromatic Colors of #BA394E
Black with #BA394E
Text Example
Text Example
White with #BA394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA394E; }
p { color: rgb(186,57,78); }
H1.HeaderClassName
{
color: #BA394E;
}
.AnyTagClassName
{
color: #BA394E;
}
</style>
background-color css
<style>
a { background-color: #BA394E; }
a { background-color: rgb(186,57,78); }
div.DivClassName
{
background-color: #BA394E;
}
.BgClassName
{
background-color: #BA394E;
}
</style>
border-color css
<style>
span { border-color: #BA394E; }
span { border-color: rgb(186,57,78); }
td.TdClassName
{
border-color: #BA394E;
}
.TagClassName
{
border-color: #BA394E;
}
</style>