Shades of Old Rose #BA2654
Tints of Old Rose #BA2654
RGB
CMYK
RGB Variations
Color information
#BA2654 (or 0xBA2654) is known color: Old Rose. HEX triplet: BA, 26 and 54. RGB value is (186,38,84). Sum of RGB (Red+Green+Blue) = 186+38+84=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2654 is #45D9AB. Grayscale: #575757. Windows color (decimal): -4577708 or 5514938. OLE color: 5514938.
HSL color Cylindrical-coordinate representation of color #BA2654: hue angle of 341.35º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2654 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 84 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.27 |
| HSL | 341.35º | 0.66% | 0.44% | - |
| HSV(B) | 341.35º | 0.8% | 0.73% | - |
| XYZ | 22.54 | 12.47 | 9.61 | - |
| YUV | 87.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 84 | 0 | 0.80 | 0.55 | 0.27 | 341.35 | 0.66 | 0.44 |
| Hex | BA | 26 | 54 | 0 | 50 | 37 | 1B | 155 | 42 | 2C |
| Octal | 272 | 46 | 124 | 0 | 120 | 67 | 33 | 525 | 102 | 54 |
| Binary | 10111010 | 100110 | 1010100 | 0 | 1010000 | 110111 | 11011 | 101010101 | 1000010 | 101100 |
Color Harmonies of #BA2654
Complementary color
Monochromatic Colors of #BA2654
Black with #BA2654
Text Example
Text Example
White with #BA2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2654; }
p { color: rgb(186,38,84); }
H1.HeaderClassName
{
color: #BA2654;
}
.AnyTagClassName
{
color: #BA2654;
}
</style>
background-color css
<style>
a { background-color: #BA2654; }
a { background-color: rgb(186,38,84); }
div.DivClassName
{
background-color: #BA2654;
}
.BgClassName
{
background-color: #BA2654;
}
</style>
border-color css
<style>
span { border-color: #BA2654; }
span { border-color: rgb(186,38,84); }
td.TdClassName
{
border-color: #BA2654;
}
.TagClassName
{
border-color: #BA2654;
}
</style>