Shades of Old Rose #BA394A
Tints of Old Rose #BA394A
RGB
CMYK
RGB Variations
Color information
#BA394A (or 0xBA394A) is known color: Old Rose. HEX triplet: BA, 39 and 4A. RGB value is (186,57,74). Sum of RGB (Red+Green+Blue) = 186+57+74=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA394A is #45C6B5. Grayscale: #616161. Windows color (decimal): -4572854 or 4864442. OLE color: 4864442.
HSL color Cylindrical-coordinate representation of color #BA394A: hue angle of 352.09º 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 #BA394A is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 74 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.27 |
| HSL | 352.09º | 0.53% | 0.48% | - |
| HSV(B) | 352.09º | 0.69% | 0.73% | - |
| XYZ | 22.95 | 13.86 | 7.94 | - |
| YUV | 97.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 74 | 0 | 0.69 | 0.60 | 0.27 | 352.09 | 0.53 | 0.48 |
| Hex | BA | 39 | 4A | 0 | 45 | 3C | 1B | 160 | 35 | 30 |
| Octal | 272 | 71 | 112 | 0 | 105 | 74 | 33 | 540 | 65 | 60 |
| Binary | 10111010 | 111001 | 1001010 | 0 | 1000101 | 111100 | 11011 | 101100000 | 110101 | 110000 |
Color Harmonies of #BA394A
Complementary color
Monochromatic Colors of #BA394A
Black with #BA394A
Text Example
Text Example
White with #BA394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA394A; }
p { color: rgb(186,57,74); }
H1.HeaderClassName
{
color: #BA394A;
}
.AnyTagClassName
{
color: #BA394A;
}
</style>
background-color css
<style>
a { background-color: #BA394A; }
a { background-color: rgb(186,57,74); }
div.DivClassName
{
background-color: #BA394A;
}
.BgClassName
{
background-color: #BA394A;
}
</style>
border-color css
<style>
span { border-color: #BA394A; }
span { border-color: rgb(186,57,74); }
td.TdClassName
{
border-color: #BA394A;
}
.TagClassName
{
border-color: #BA394A;
}
</style>