Shades of Old Rose #BA2956
Tints of Old Rose #BA2956
RGB
CMYK
RGB Variations
Color information
#BA2956 (or 0xBA2956) is known color: Old Rose. HEX triplet: BA, 29 and 56. RGB value is (186,41,86). Sum of RGB (Red+Green+Blue) = 186+41+86=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2956 is #45D6A9. Grayscale: #595959. Windows color (decimal): -4576938 or 5646778. OLE color: 5646778.
HSL color Cylindrical-coordinate representation of color #BA2956: hue angle of 341.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2956 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 86 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.27 |
| HSL | 341.38º | 0.64% | 0.45% | - |
| HSV(B) | 341.38º | 0.78% | 0.73% | - |
| XYZ | 22.72 | 12.7 | 10.06 | - |
| YUV | 89.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 86 | 0 | 0.78 | 0.54 | 0.27 | 341.38 | 0.64 | 0.45 |
| Hex | BA | 29 | 56 | 0 | 4E | 36 | 1B | 155 | 40 | 2D |
| Octal | 272 | 51 | 126 | 0 | 116 | 66 | 33 | 525 | 100 | 55 |
| Binary | 10111010 | 101001 | 1010110 | 0 | 1001110 | 110110 | 11011 | 101010101 | 1000000 | 101101 |
Color Harmonies of #BA2956
Complementary color
Monochromatic Colors of #BA2956
Black with #BA2956
Text Example
Text Example
White with #BA2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2956; }
p { color: rgb(186,41,86); }
H1.HeaderClassName
{
color: #BA2956;
}
.AnyTagClassName
{
color: #BA2956;
}
</style>
background-color css
<style>
a { background-color: #BA2956; }
a { background-color: rgb(186,41,86); }
div.DivClassName
{
background-color: #BA2956;
}
.BgClassName
{
background-color: #BA2956;
}
</style>
border-color css
<style>
span { border-color: #BA2956; }
span { border-color: rgb(186,41,86); }
td.TdClassName
{
border-color: #BA2956;
}
.TagClassName
{
border-color: #BA2956;
}
</style>