Shades of Old Rose #BA3F4E
Tints of Old Rose #BA3F4E
RGB
CMYK
RGB Variations
Color information
#BA3F4E (or 0xBA3F4E) is known color: Old Rose. HEX triplet: BA, 3F and 4E. RGB value is (186,63,78). Sum of RGB (Red+Green+Blue) = 186+63+78=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F4E is #45C0B1. Grayscale: #656565. Windows color (decimal): -4571314 or 5128122. OLE color: 5128122.
HSL color Cylindrical-coordinate representation of color #BA3F4E: hue angle of 352.68º 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 #BA3F4E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 78 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.27 |
| HSL | 352.68º | 0.49% | 0.49% | - |
| HSV(B) | 352.68º | 0.66% | 0.73% | - |
| XYZ | 23.4 | 14.54 | 8.78 | - |
| YUV | 101.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 78 | 0 | 0.66 | 0.58 | 0.27 | 352.68 | 0.49 | 0.49 |
| Hex | BA | 3F | 4E | 0 | 42 | 3A | 1B | 161 | 31 | 31 |
| Octal | 272 | 77 | 116 | 0 | 102 | 72 | 33 | 541 | 61 | 61 |
| Binary | 10111010 | 111111 | 1001110 | 0 | 1000010 | 111010 | 11011 | 101100001 | 110001 | 110001 |
Color Harmonies of #BA3F4E
Complementary color
Monochromatic Colors of #BA3F4E
Black with #BA3F4E
Text Example
Text Example
White with #BA3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F4E; }
p { color: rgb(186,63,78); }
H1.HeaderClassName
{
color: #BA3F4E;
}
.AnyTagClassName
{
color: #BA3F4E;
}
</style>
background-color css
<style>
a { background-color: #BA3F4E; }
a { background-color: rgb(186,63,78); }
div.DivClassName
{
background-color: #BA3F4E;
}
.BgClassName
{
background-color: #BA3F4E;
}
</style>
border-color css
<style>
span { border-color: #BA3F4E; }
span { border-color: rgb(186,63,78); }
td.TdClassName
{
border-color: #BA3F4E;
}
.TagClassName
{
border-color: #BA3F4E;
}
</style>