Shades of Old Rose #BA3B56
Tints of Old Rose #BA3B56
RGB
CMYK
RGB Variations
Color information
#BA3B56 (or 0xBA3B56) is known color: Old Rose. HEX triplet: BA, 3B and 56. RGB value is (186,59,86). Sum of RGB (Red+Green+Blue) = 186+59+86=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B56 is #45C4A9. Grayscale: #646464. Windows color (decimal): -4572330 or 5651386. OLE color: 5651386.
HSL color Cylindrical-coordinate representation of color #BA3B56: hue angle of 347.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B56 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 86 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.27 |
| HSL | 347.24º | 0.52% | 0.48% | - |
| HSV(B) | 347.24º | 0.68% | 0.73% | - |
| XYZ | 23.49 | 14.24 | 10.31 | - |
| YUV | 100.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 86 | 0 | 0.68 | 0.54 | 0.27 | 347.24 | 0.52 | 0.48 |
| Hex | BA | 3B | 56 | 0 | 44 | 36 | 1B | 15B | 34 | 30 |
| Octal | 272 | 73 | 126 | 0 | 104 | 66 | 33 | 533 | 64 | 60 |
| Binary | 10111010 | 111011 | 1010110 | 0 | 1000100 | 110110 | 11011 | 101011011 | 110100 | 110000 |
Color Harmonies of #BA3B56
Complementary color
Monochromatic Colors of #BA3B56
Black with #BA3B56
Text Example
Text Example
White with #BA3B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B56; }
p { color: rgb(186,59,86); }
H1.HeaderClassName
{
color: #BA3B56;
}
.AnyTagClassName
{
color: #BA3B56;
}
</style>
background-color css
<style>
a { background-color: #BA3B56; }
a { background-color: rgb(186,59,86); }
div.DivClassName
{
background-color: #BA3B56;
}
.BgClassName
{
background-color: #BA3B56;
}
</style>
border-color css
<style>
span { border-color: #BA3B56; }
span { border-color: rgb(186,59,86); }
td.TdClassName
{
border-color: #BA3B56;
}
.TagClassName
{
border-color: #BA3B56;
}
</style>