Shades of Old Rose #BA3754
Tints of Old Rose #BA3754
RGB
CMYK
RGB Variations
Color information
#BA3754 (or 0xBA3754) is known color: Old Rose. HEX triplet: BA, 37 and 54. RGB value is (186,55,84). Sum of RGB (Red+Green+Blue) = 186+55+84=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3754 is #45C8AB. Grayscale: #616161. Windows color (decimal): -4573356 or 5519290. OLE color: 5519290.
HSL color Cylindrical-coordinate representation of color #BA3754: hue angle of 346.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3754 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 84 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.27 |
| HSL | 346.72º | 0.54% | 0.47% | - |
| HSV(B) | 346.72º | 0.7% | 0.73% | - |
| XYZ | 23.22 | 13.81 | 9.83 | - |
| YUV | 97.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 84 | 0 | 0.70 | 0.55 | 0.27 | 346.72 | 0.54 | 0.47 |
| Hex | BA | 37 | 54 | 0 | 46 | 37 | 1B | 15B | 36 | 2F |
| Octal | 272 | 67 | 124 | 0 | 106 | 67 | 33 | 533 | 66 | 57 |
| Binary | 10111010 | 110111 | 1010100 | 0 | 1000110 | 110111 | 11011 | 101011011 | 110110 | 101111 |
Color Harmonies of #BA3754
Complementary color
Monochromatic Colors of #BA3754
Black with #BA3754
Text Example
Text Example
White with #BA3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3754; }
p { color: rgb(186,55,84); }
H1.HeaderClassName
{
color: #BA3754;
}
.AnyTagClassName
{
color: #BA3754;
}
</style>
background-color css
<style>
a { background-color: #BA3754; }
a { background-color: rgb(186,55,84); }
div.DivClassName
{
background-color: #BA3754;
}
.BgClassName
{
background-color: #BA3754;
}
</style>
border-color css
<style>
span { border-color: #BA3754; }
span { border-color: rgb(186,55,84); }
td.TdClassName
{
border-color: #BA3754;
}
.TagClassName
{
border-color: #BA3754;
}
</style>