Shades of Old Rose #BA3247
Tints of Old Rose #BA3247
RGB
CMYK
RGB Variations
Color information
#BA3247 (or 0xBA3247) is known color: Old Rose. HEX triplet: BA, 32 and 47. RGB value is (186,50,71). Sum of RGB (Red+Green+Blue) = 186+50+71=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3247 is #45CDB8. Grayscale: #5D5D5D. Windows color (decimal): -4574649 or 4666042. OLE color: 4666042.
HSL color Cylindrical-coordinate representation of color #BA3247: hue angle of 350.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3247 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 71 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.27 |
| HSL | 350.74º | 0.58% | 0.46% | - |
| HSV(B) | 350.74º | 0.73% | 0.73% | - |
| XYZ | 22.53 | 13.18 | 7.32 | - |
| YUV | 93.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 71 | 0 | 0.73 | 0.62 | 0.27 | 350.74 | 0.58 | 0.46 |
| Hex | BA | 32 | 47 | 0 | 49 | 3E | 1B | 15F | 3A | 2E |
| Octal | 272 | 62 | 107 | 0 | 111 | 76 | 33 | 537 | 72 | 56 |
| Binary | 10111010 | 110010 | 1000111 | 0 | 1001001 | 111110 | 11011 | 101011111 | 111010 | 101110 |
Color Harmonies of #BA3247
Complementary color
Monochromatic Colors of #BA3247
Black with #BA3247
Text Example
Text Example
White with #BA3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3247; }
p { color: rgb(186,50,71); }
H1.HeaderClassName
{
color: #BA3247;
}
.AnyTagClassName
{
color: #BA3247;
}
</style>
background-color css
<style>
a { background-color: #BA3247; }
a { background-color: rgb(186,50,71); }
div.DivClassName
{
background-color: #BA3247;
}
.BgClassName
{
background-color: #BA3247;
}
</style>
border-color css
<style>
span { border-color: #BA3247; }
span { border-color: rgb(186,50,71); }
td.TdClassName
{
border-color: #BA3247;
}
.TagClassName
{
border-color: #BA3247;
}
</style>