Shades of Old Rose #BA3750
Tints of Old Rose #BA3750
RGB
CMYK
RGB Variations
Color information
#BA3750 (or 0xBA3750) is known color: Old Rose. HEX triplet: BA, 37 and 50. RGB value is (186,55,80). Sum of RGB (Red+Green+Blue) = 186+55+80=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3750 is #45C8AF. Grayscale: #616161. Windows color (decimal): -4573360 or 5257146. OLE color: 5257146.
HSL color Cylindrical-coordinate representation of color #BA3750: hue angle of 348.55º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3750 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 80 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.27 |
| HSL | 348.55º | 0.54% | 0.47% | - |
| HSV(B) | 348.55º | 0.7% | 0.73% | - |
| XYZ | 23.06 | 13.75 | 9.03 | - |
| YUV | 97.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 80 | 0 | 0.70 | 0.57 | 0.27 | 348.55 | 0.54 | 0.47 |
| Hex | BA | 37 | 50 | 0 | 46 | 39 | 1B | 15D | 36 | 2F |
| Octal | 272 | 67 | 120 | 0 | 106 | 71 | 33 | 535 | 66 | 57 |
| Binary | 10111010 | 110111 | 1010000 | 0 | 1000110 | 111001 | 11011 | 101011101 | 110110 | 101111 |
Color Harmonies of #BA3750
Complementary color
Monochromatic Colors of #BA3750
Black with #BA3750
Text Example
Text Example
White with #BA3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3750; }
p { color: rgb(186,55,80); }
H1.HeaderClassName
{
color: #BA3750;
}
.AnyTagClassName
{
color: #BA3750;
}
</style>
background-color css
<style>
a { background-color: #BA3750; }
a { background-color: rgb(186,55,80); }
div.DivClassName
{
background-color: #BA3750;
}
.BgClassName
{
background-color: #BA3750;
}
</style>
border-color css
<style>
span { border-color: #BA3750; }
span { border-color: rgb(186,55,80); }
td.TdClassName
{
border-color: #BA3750;
}
.TagClassName
{
border-color: #BA3750;
}
</style>