Shades of Old Rose #BA3B54
Tints of Old Rose #BA3B54
RGB
CMYK
RGB Variations
Color information
#BA3B54 (or 0xBA3B54) is known color: Old Rose. HEX triplet: BA, 3B and 54. RGB value is (186,59,84). Sum of RGB (Red+Green+Blue) = 186+59+84=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B54 is #45C4AB. Grayscale: #636363. Windows color (decimal): -4572332 or 5520314. OLE color: 5520314.
HSL color Cylindrical-coordinate representation of color #BA3B54: hue angle of 348.19º 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 #BA3B54 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 84 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.27 |
| HSL | 348.19º | 0.52% | 0.48% | - |
| HSV(B) | 348.19º | 0.68% | 0.73% | - |
| XYZ | 23.41 | 14.21 | 9.9 | - |
| YUV | 99.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 84 | 0 | 0.68 | 0.55 | 0.27 | 348.19 | 0.52 | 0.48 |
| Hex | BA | 3B | 54 | 0 | 44 | 37 | 1B | 15C | 34 | 30 |
| Octal | 272 | 73 | 124 | 0 | 104 | 67 | 33 | 534 | 64 | 60 |
| Binary | 10111010 | 111011 | 1010100 | 0 | 1000100 | 110111 | 11011 | 101011100 | 110100 | 110000 |
Color Harmonies of #BA3B54
Complementary color
Monochromatic Colors of #BA3B54
Black with #BA3B54
Text Example
Text Example
White with #BA3B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B54; }
p { color: rgb(186,59,84); }
H1.HeaderClassName
{
color: #BA3B54;
}
.AnyTagClassName
{
color: #BA3B54;
}
</style>
background-color css
<style>
a { background-color: #BA3B54; }
a { background-color: rgb(186,59,84); }
div.DivClassName
{
background-color: #BA3B54;
}
.BgClassName
{
background-color: #BA3B54;
}
</style>
border-color css
<style>
span { border-color: #BA3B54; }
span { border-color: rgb(186,59,84); }
td.TdClassName
{
border-color: #BA3B54;
}
.TagClassName
{
border-color: #BA3B54;
}
</style>