Shades of Old Rose #BA2D5E
Tints of Old Rose #BA2D5E
RGB
CMYK
RGB Variations
Color information
#BA2D5E (or 0xBA2D5E) is known color: Old Rose. HEX triplet: BA, 2D and 5E. RGB value is (186,45,94). Sum of RGB (Red+Green+Blue) = 186+45+94=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D5E is #45D2A1. Grayscale: #5C5C5C. Windows color (decimal): -4575906 or 6172090. OLE color: 6172090.
HSL color Cylindrical-coordinate representation of color #BA2D5E: hue angle of 339.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D5E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 45 | 94 | - |
CMYK | 0 | 0.76 | 0.49 | 0.27 |
HSL | 339.15º | 0.61% | 0.45% | - |
HSV(B) | 339.15º | 0.76% | 0.73% | - |
XYZ | 23.21 | 13.12 | 11.9 | - |
YUV | 92.75 | 128.71 | 194.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 45 | 94 | 0 | 0.76 | 0.49 | 0.27 | 339.15 | 0.61 | 0.45 |
Hex | BA | 2D | 5E | 0 | 4C | 31 | 1B | 153 | 3D | 2D |
Octal | 272 | 55 | 136 | 0 | 114 | 61 | 33 | 523 | 75 | 55 |
Binary | 10111010 | 101101 | 1011110 | 0 | 1001100 | 110001 | 11011 | 101010011 | 111101 | 101101 |
Color Harmonies of #BA2D5E
Complementary color
Monochromatic Colors of #BA2D5E
Black with #BA2D5E
Text Example
Text Example
White with #BA2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D5E; }
p { color: rgb(186,45,94); }
H1.HeaderClassName
{
color: #BA2D5E;
}
.AnyTagClassName
{
color: #BA2D5E;
}
</style>
background-color css
<style>
a { background-color: #BA2D5E; }
a { background-color: rgb(186,45,94); }
div.DivClassName
{
background-color: #BA2D5E;
}
.BgClassName
{
background-color: #BA2D5E;
}
</style>
border-color css
<style>
span { border-color: #BA2D5E; }
span { border-color: rgb(186,45,94); }
td.TdClassName
{
border-color: #BA2D5E;
}
.TagClassName
{
border-color: #BA2D5E;
}
</style>