Shades of Old Rose #BA2364
Tints of Old Rose #BA2364
RGB
CMYK
RGB Variations
Color information
#BA2364 (or 0xBA2364) is known color: Old Rose. HEX triplet: BA, 23 and 64. RGB value is (186,35,100). Sum of RGB (Red+Green+Blue) = 186+35+100=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2364 is #45DC9B. Grayscale: #575757. Windows color (decimal): -4578460 or 6562746. OLE color: 6562746.
HSL color Cylindrical-coordinate representation of color #BA2364: hue angle of 334.17º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2364 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 100 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.27 |
| HSL | 334.17º | 0.68% | 0.43% | - |
| HSV(B) | 334.17º | 0.81% | 0.73% | - |
| XYZ | 23.15 | 12.56 | 13.26 | - |
| YUV | 87.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 100 | 0 | 0.81 | 0.46 | 0.27 | 334.17 | 0.68 | 0.43 |
| Hex | BA | 23 | 64 | 0 | 51 | 2E | 1B | 14E | 44 | 2B |
| Octal | 272 | 43 | 144 | 0 | 121 | 56 | 33 | 516 | 104 | 53 |
| Binary | 10111010 | 100011 | 1100100 | 0 | 1010001 | 101110 | 11011 | 101001110 | 1000100 | 101011 |
Color Harmonies of #BA2364
Complementary color
Monochromatic Colors of #BA2364
Black with #BA2364
Text Example
Text Example
White with #BA2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2364; }
p { color: rgb(186,35,100); }
H1.HeaderClassName
{
color: #BA2364;
}
.AnyTagClassName
{
color: #BA2364;
}
</style>
background-color css
<style>
a { background-color: #BA2364; }
a { background-color: rgb(186,35,100); }
div.DivClassName
{
background-color: #BA2364;
}
.BgClassName
{
background-color: #BA2364;
}
</style>
border-color css
<style>
span { border-color: #BA2364; }
span { border-color: rgb(186,35,100); }
td.TdClassName
{
border-color: #BA2364;
}
.TagClassName
{
border-color: #BA2364;
}
</style>