Shades of Old Rose #BA2B5A
Tints of Old Rose #BA2B5A
RGB
CMYK
RGB Variations
Color information
#BA2B5A (or 0xBA2B5A) is known color: Old Rose. HEX triplet: BA, 2B and 5A. RGB value is (186,43,90). Sum of RGB (Red+Green+Blue) = 186+43+90=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B5A is #45D4A5. Grayscale: #5B5B5B. Windows color (decimal): -4576422 or 5909434. OLE color: 5909434.
HSL color Cylindrical-coordinate representation of color #BA2B5A: hue angle of 340.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B5A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 90 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.27 |
| HSL | 340.28º | 0.62% | 0.45% | - |
| HSV(B) | 340.28º | 0.77% | 0.73% | - |
| XYZ | 22.96 | 12.91 | 10.95 | - |
| YUV | 91.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 90 | 0 | 0.77 | 0.52 | 0.27 | 340.28 | 0.62 | 0.45 |
| Hex | BA | 2B | 5A | 0 | 4D | 34 | 1B | 154 | 3E | 2D |
| Octal | 272 | 53 | 132 | 0 | 115 | 64 | 33 | 524 | 76 | 55 |
| Binary | 10111010 | 101011 | 1011010 | 0 | 1001101 | 110100 | 11011 | 101010100 | 111110 | 101101 |
Color Harmonies of #BA2B5A
Complementary color
Monochromatic Colors of #BA2B5A
Black with #BA2B5A
Text Example
Text Example
White with #BA2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B5A; }
p { color: rgb(186,43,90); }
H1.HeaderClassName
{
color: #BA2B5A;
}
.AnyTagClassName
{
color: #BA2B5A;
}
</style>
background-color css
<style>
a { background-color: #BA2B5A; }
a { background-color: rgb(186,43,90); }
div.DivClassName
{
background-color: #BA2B5A;
}
.BgClassName
{
background-color: #BA2B5A;
}
</style>
border-color css
<style>
span { border-color: #BA2B5A; }
span { border-color: rgb(186,43,90); }
td.TdClassName
{
border-color: #BA2B5A;
}
.TagClassName
{
border-color: #BA2B5A;
}
</style>