Shades of Old Rose #BA4050
Tints of Old Rose #BA4050
RGB
CMYK
RGB Variations
Color information
#BA4050 (or 0xBA4050) is known color: Old Rose. HEX triplet: BA, 40 and 50. RGB value is (186,64,80). Sum of RGB (Red+Green+Blue) = 186+64+80=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4050 is #45BFAF. Grayscale: #666666. Windows color (decimal): -4571056 or 5259450. OLE color: 5259450.
HSL color Cylindrical-coordinate representation of color #BA4050: hue angle of 352.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4050 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 80 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.27 |
| HSL | 352.13º | 0.49% | 0.49% | - |
| HSV(B) | 352.13º | 0.66% | 0.73% | - |
| XYZ | 23.53 | 14.69 | 9.18 | - |
| YUV | 102.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 80 | 0 | 0.66 | 0.57 | 0.27 | 352.13 | 0.49 | 0.49 |
| Hex | BA | 40 | 50 | 0 | 42 | 39 | 1B | 160 | 31 | 31 |
| Octal | 272 | 100 | 120 | 0 | 102 | 71 | 33 | 540 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1010000 | 0 | 1000010 | 111001 | 11011 | 101100000 | 110001 | 110001 |
Color Harmonies of #BA4050
Complementary color
Monochromatic Colors of #BA4050
Black with #BA4050
Text Example
Text Example
White with #BA4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4050; }
p { color: rgb(186,64,80); }
H1.HeaderClassName
{
color: #BA4050;
}
.AnyTagClassName
{
color: #BA4050;
}
</style>
background-color css
<style>
a { background-color: #BA4050; }
a { background-color: rgb(186,64,80); }
div.DivClassName
{
background-color: #BA4050;
}
.BgClassName
{
background-color: #BA4050;
}
</style>
border-color css
<style>
span { border-color: #BA4050; }
span { border-color: rgb(186,64,80); }
td.TdClassName
{
border-color: #BA4050;
}
.TagClassName
{
border-color: #BA4050;
}
</style>