Shades of Old Rose #BA3D51
Tints of Old Rose #BA3D51
RGB
CMYK
RGB Variations
Color information
#BA3D51 (or 0xBA3D51) is known color: Old Rose. HEX triplet: BA, 3D and 51. RGB value is (186,61,81). Sum of RGB (Red+Green+Blue) = 186+61+81=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D51 is #45C2AE. Grayscale: #646464. Windows color (decimal): -4571823 or 5324218. OLE color: 5324218.
HSL color Cylindrical-coordinate representation of color #BA3D51: hue angle of 350.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D51 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 81 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.27 |
| HSL | 350.4º | 0.51% | 0.48% | - |
| HSV(B) | 350.4º | 0.67% | 0.73% | - |
| XYZ | 23.4 | 14.37 | 9.32 | - |
| YUV | 100.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 81 | 0 | 0.67 | 0.56 | 0.27 | 350.4 | 0.51 | 0.48 |
| Hex | BA | 3D | 51 | 0 | 43 | 38 | 1B | 15E | 33 | 30 |
| Octal | 272 | 75 | 121 | 0 | 103 | 70 | 33 | 536 | 63 | 60 |
| Binary | 10111010 | 111101 | 1010001 | 0 | 1000011 | 111000 | 11011 | 101011110 | 110011 | 110000 |
Color Harmonies of #BA3D51
Complementary color
Monochromatic Colors of #BA3D51
Black with #BA3D51
Text Example
Text Example
White with #BA3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D51; }
p { color: rgb(186,61,81); }
H1.HeaderClassName
{
color: #BA3D51;
}
.AnyTagClassName
{
color: #BA3D51;
}
</style>
background-color css
<style>
a { background-color: #BA3D51; }
a { background-color: rgb(186,61,81); }
div.DivClassName
{
background-color: #BA3D51;
}
.BgClassName
{
background-color: #BA3D51;
}
</style>
border-color css
<style>
span { border-color: #BA3D51; }
span { border-color: rgb(186,61,81); }
td.TdClassName
{
border-color: #BA3D51;
}
.TagClassName
{
border-color: #BA3D51;
}
</style>