Shades of Old Rose #BA4150
Tints of Old Rose #BA4150
RGB
CMYK
RGB Variations
Color information
#BA4150 (or 0xBA4150) is known color: Old Rose. HEX triplet: BA, 41 and 50. RGB value is (186,65,80). Sum of RGB (Red+Green+Blue) = 186+65+80=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4150 is #45BEAF. Grayscale: #666666. Windows color (decimal): -4570800 or 5259706. OLE color: 5259706.
HSL color Cylindrical-coordinate representation of color #BA4150: hue angle of 352.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4150 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 80 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.27 |
| HSL | 352.56º | 0.48% | 0.49% | - |
| HSV(B) | 352.56º | 0.65% | 0.73% | - |
| XYZ | 23.59 | 14.8 | 9.2 | - |
| YUV | 102.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 80 | 0 | 0.65 | 0.57 | 0.27 | 352.56 | 0.48 | 0.49 |
| Hex | BA | 41 | 50 | 0 | 41 | 39 | 1B | 161 | 30 | 31 |
| Octal | 272 | 101 | 120 | 0 | 101 | 71 | 33 | 541 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1010000 | 0 | 1000001 | 111001 | 11011 | 101100001 | 110000 | 110001 |
Color Harmonies of #BA4150
Complementary color
Monochromatic Colors of #BA4150
Black with #BA4150
Text Example
Text Example
White with #BA4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4150; }
p { color: rgb(186,65,80); }
H1.HeaderClassName
{
color: #BA4150;
}
.AnyTagClassName
{
color: #BA4150;
}
</style>
background-color css
<style>
a { background-color: #BA4150; }
a { background-color: rgb(186,65,80); }
div.DivClassName
{
background-color: #BA4150;
}
.BgClassName
{
background-color: #BA4150;
}
</style>
border-color css
<style>
span { border-color: #BA4150; }
span { border-color: rgb(186,65,80); }
td.TdClassName
{
border-color: #BA4150;
}
.TagClassName
{
border-color: #BA4150;
}
</style>