Shades of Old Rose #BA2D4D
Tints of Old Rose #BA2D4D
RGB
CMYK
RGB Variations
Color information
#BA2D4D (or 0xBA2D4D) is known color: Old Rose. HEX triplet: BA, 2D and 4D. RGB value is (186,45,77). Sum of RGB (Red+Green+Blue) = 186+45+77=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D4D is #45D2B2. Grayscale: #5A5A5A. Windows color (decimal): -4575923 or 5057978. OLE color: 5057978.
HSL color Cylindrical-coordinate representation of color #BA2D4D: hue angle of 346.38º 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 #BA2D4D is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 77 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.27 |
| HSL | 346.38º | 0.61% | 0.45% | - |
| HSV(B) | 346.38º | 0.76% | 0.73% | - |
| XYZ | 22.53 | 12.85 | 8.31 | - |
| YUV | 90.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 77 | 0 | 0.76 | 0.59 | 0.27 | 346.38 | 0.61 | 0.45 |
| Hex | BA | 2D | 4D | 0 | 4C | 3B | 1B | 15A | 3D | 2D |
| Octal | 272 | 55 | 115 | 0 | 114 | 73 | 33 | 532 | 75 | 55 |
| Binary | 10111010 | 101101 | 1001101 | 0 | 1001100 | 111011 | 11011 | 101011010 | 111101 | 101101 |
Color Harmonies of #BA2D4D
Complementary color
Monochromatic Colors of #BA2D4D
Black with #BA2D4D
Text Example
Text Example
White with #BA2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D4D; }
p { color: rgb(186,45,77); }
H1.HeaderClassName
{
color: #BA2D4D;
}
.AnyTagClassName
{
color: #BA2D4D;
}
</style>
background-color css
<style>
a { background-color: #BA2D4D; }
a { background-color: rgb(186,45,77); }
div.DivClassName
{
background-color: #BA2D4D;
}
.BgClassName
{
background-color: #BA2D4D;
}
</style>
border-color css
<style>
span { border-color: #BA2D4D; }
span { border-color: rgb(186,45,77); }
td.TdClassName
{
border-color: #BA2D4D;
}
.TagClassName
{
border-color: #BA2D4D;
}
</style>