Shades of Old Rose #BA3D53
Tints of Old Rose #BA3D53
RGB
CMYK
RGB Variations
Color information
#BA3D53 (or 0xBA3D53) is known color: Old Rose. HEX triplet: BA, 3D and 53. RGB value is (186,61,83). Sum of RGB (Red+Green+Blue) = 186+61+83=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D53 is #45C2AC. Grayscale: #646464. Windows color (decimal): -4571821 or 5455290. OLE color: 5455290.
HSL color Cylindrical-coordinate representation of color #BA3D53: hue angle of 349.44º 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 #BA3D53 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 83 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.27 |
| HSL | 349.44º | 0.51% | 0.48% | - |
| HSV(B) | 349.44º | 0.67% | 0.73% | - |
| XYZ | 23.48 | 14.4 | 9.73 | - |
| YUV | 100.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 83 | 0 | 0.67 | 0.55 | 0.27 | 349.44 | 0.51 | 0.48 |
| Hex | BA | 3D | 53 | 0 | 43 | 37 | 1B | 15D | 33 | 30 |
| Octal | 272 | 75 | 123 | 0 | 103 | 67 | 33 | 535 | 63 | 60 |
| Binary | 10111010 | 111101 | 1010011 | 0 | 1000011 | 110111 | 11011 | 101011101 | 110011 | 110000 |
Color Harmonies of #BA3D53
Complementary color
Monochromatic Colors of #BA3D53
Black with #BA3D53
Text Example
Text Example
White with #BA3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D53; }
p { color: rgb(186,61,83); }
H1.HeaderClassName
{
color: #BA3D53;
}
.AnyTagClassName
{
color: #BA3D53;
}
</style>
background-color css
<style>
a { background-color: #BA3D53; }
a { background-color: rgb(186,61,83); }
div.DivClassName
{
background-color: #BA3D53;
}
.BgClassName
{
background-color: #BA3D53;
}
</style>
border-color css
<style>
span { border-color: #BA3D53; }
span { border-color: rgb(186,61,83); }
td.TdClassName
{
border-color: #BA3D53;
}
.TagClassName
{
border-color: #BA3D53;
}
</style>