Shades of Old Rose #BA3654
Tints of Old Rose #BA3654
RGB
CMYK
RGB Variations
Color information
#BA3654 (or 0xBA3654) is known color: Old Rose. HEX triplet: BA, 36 and 54. RGB value is (186,54,84). Sum of RGB (Red+Green+Blue) = 186+54+84=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3654 is #45C9AB. Grayscale: #606060. Windows color (decimal): -4573612 or 5519034. OLE color: 5519034.
HSL color Cylindrical-coordinate representation of color #BA3654: hue angle of 346.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3654 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 84 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.27 |
| HSL | 346.36º | 0.55% | 0.47% | - |
| HSV(B) | 346.36º | 0.71% | 0.73% | - |
| XYZ | 23.17 | 13.72 | 9.81 | - |
| YUV | 96.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 84 | 0 | 0.71 | 0.55 | 0.27 | 346.36 | 0.55 | 0.47 |
| Hex | BA | 36 | 54 | 0 | 47 | 37 | 1B | 15A | 37 | 2F |
| Octal | 272 | 66 | 124 | 0 | 107 | 67 | 33 | 532 | 67 | 57 |
| Binary | 10111010 | 110110 | 1010100 | 0 | 1000111 | 110111 | 11011 | 101011010 | 110111 | 101111 |
Color Harmonies of #BA3654
Complementary color
Monochromatic Colors of #BA3654
Black with #BA3654
Text Example
Text Example
White with #BA3654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3654; }
p { color: rgb(186,54,84); }
H1.HeaderClassName
{
color: #BA3654;
}
.AnyTagClassName
{
color: #BA3654;
}
</style>
background-color css
<style>
a { background-color: #BA3654; }
a { background-color: rgb(186,54,84); }
div.DivClassName
{
background-color: #BA3654;
}
.BgClassName
{
background-color: #BA3654;
}
</style>
border-color css
<style>
span { border-color: #BA3654; }
span { border-color: rgb(186,54,84); }
td.TdClassName
{
border-color: #BA3654;
}
.TagClassName
{
border-color: #BA3654;
}
</style>