Shades of Old Rose #BA2F4D
Tints of Old Rose #BA2F4D
RGB
CMYK
RGB Variations
Color information
#BA2F4D (or 0xBA2F4D) is known color: Old Rose. HEX triplet: BA, 2F and 4D. RGB value is (186,47,77). Sum of RGB (Red+Green+Blue) = 186+47+77=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F4D is #45D0B2. Grayscale: #5C5C5C. Windows color (decimal): -4575411 or 5058490. OLE color: 5058490.
HSL color Cylindrical-coordinate representation of color #BA2F4D: hue angle of 347.05º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F4D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 77 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.27 |
| HSL | 347.05º | 0.6% | 0.46% | - |
| HSV(B) | 347.05º | 0.75% | 0.73% | - |
| XYZ | 22.61 | 13.01 | 8.34 | - |
| YUV | 91.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 77 | 0 | 0.75 | 0.59 | 0.27 | 347.05 | 0.6 | 0.46 |
| Hex | BA | 2F | 4D | 0 | 4B | 3B | 1B | 15B | 3C | 2E |
| Octal | 272 | 57 | 115 | 0 | 113 | 73 | 33 | 533 | 74 | 56 |
| Binary | 10111010 | 101111 | 1001101 | 0 | 1001011 | 111011 | 11011 | 101011011 | 111100 | 101110 |
Color Harmonies of #BA2F4D
Complementary color
Monochromatic Colors of #BA2F4D
Black with #BA2F4D
Text Example
Text Example
White with #BA2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F4D; }
p { color: rgb(186,47,77); }
H1.HeaderClassName
{
color: #BA2F4D;
}
.AnyTagClassName
{
color: #BA2F4D;
}
</style>
background-color css
<style>
a { background-color: #BA2F4D; }
a { background-color: rgb(186,47,77); }
div.DivClassName
{
background-color: #BA2F4D;
}
.BgClassName
{
background-color: #BA2F4D;
}
</style>
border-color css
<style>
span { border-color: #BA2F4D; }
span { border-color: rgb(186,47,77); }
td.TdClassName
{
border-color: #BA2F4D;
}
.TagClassName
{
border-color: #BA2F4D;
}
</style>