Shades of Old Rose #BA284E
Tints of Old Rose #BA284E
RGB
CMYK
RGB Variations
Color information
#BA284E (or 0xBA284E) is known color: Old Rose. HEX triplet: BA, 28 and 4E. RGB value is (186,40,78). Sum of RGB (Red+Green+Blue) = 186+40+78=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA284E is #45D7B1. Grayscale: #575757. Windows color (decimal): -4577202 or 5122234. OLE color: 5122234.
HSL color Cylindrical-coordinate representation of color #BA284E: hue angle of 344.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA284E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 78 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.27 |
| HSL | 344.38º | 0.65% | 0.44% | - |
| HSV(B) | 344.38º | 0.78% | 0.73% | - |
| XYZ | 22.38 | 12.51 | 8.44 | - |
| YUV | 87.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 78 | 0 | 0.78 | 0.58 | 0.27 | 344.38 | 0.65 | 0.44 |
| Hex | BA | 28 | 4E | 0 | 4E | 3A | 1B | 158 | 41 | 2C |
| Octal | 272 | 50 | 116 | 0 | 116 | 72 | 33 | 530 | 101 | 54 |
| Binary | 10111010 | 101000 | 1001110 | 0 | 1001110 | 111010 | 11011 | 101011000 | 1000001 | 101100 |
Color Harmonies of #BA284E
Complementary color
Monochromatic Colors of #BA284E
Black with #BA284E
Text Example
Text Example
White with #BA284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA284E; }
p { color: rgb(186,40,78); }
H1.HeaderClassName
{
color: #BA284E;
}
.AnyTagClassName
{
color: #BA284E;
}
</style>
background-color css
<style>
a { background-color: #BA284E; }
a { background-color: rgb(186,40,78); }
div.DivClassName
{
background-color: #BA284E;
}
.BgClassName
{
background-color: #BA284E;
}
</style>
border-color css
<style>
span { border-color: #BA284E; }
span { border-color: rgb(186,40,78); }
td.TdClassName
{
border-color: #BA284E;
}
.TagClassName
{
border-color: #BA284E;
}
</style>