Shades of Old Rose #BA394F
Tints of Old Rose #BA394F
RGB
CMYK
RGB Variations
Color information
#BA394F (or 0xBA394F) is known color: Old Rose. HEX triplet: BA, 39 and 4F. RGB value is (186,57,79). Sum of RGB (Red+Green+Blue) = 186+57+79=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA394F is #45C6B0. Grayscale: #626262. Windows color (decimal): -4572849 or 5192122. OLE color: 5192122.
HSL color Cylindrical-coordinate representation of color #BA394F: hue angle of 349.77º 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 #BA394F is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 79 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.27 |
| HSL | 349.77º | 0.53% | 0.48% | - |
| HSV(B) | 349.77º | 0.69% | 0.73% | - |
| XYZ | 23.12 | 13.93 | 8.87 | - |
| YUV | 98.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 79 | 0 | 0.69 | 0.58 | 0.27 | 349.77 | 0.53 | 0.48 |
| Hex | BA | 39 | 4F | 0 | 45 | 3A | 1B | 15E | 35 | 30 |
| Octal | 272 | 71 | 117 | 0 | 105 | 72 | 33 | 536 | 65 | 60 |
| Binary | 10111010 | 111001 | 1001111 | 0 | 1000101 | 111010 | 11011 | 101011110 | 110101 | 110000 |
Color Harmonies of #BA394F
Complementary color
Monochromatic Colors of #BA394F
Black with #BA394F
Text Example
Text Example
White with #BA394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA394F; }
p { color: rgb(186,57,79); }
H1.HeaderClassName
{
color: #BA394F;
}
.AnyTagClassName
{
color: #BA394F;
}
</style>
background-color css
<style>
a { background-color: #BA394F; }
a { background-color: rgb(186,57,79); }
div.DivClassName
{
background-color: #BA394F;
}
.BgClassName
{
background-color: #BA394F;
}
</style>
border-color css
<style>
span { border-color: #BA394F; }
span { border-color: rgb(186,57,79); }
td.TdClassName
{
border-color: #BA394F;
}
.TagClassName
{
border-color: #BA394F;
}
</style>