Shades of Old Rose #BA3F4D
Tints of Old Rose #BA3F4D
RGB
CMYK
RGB Variations
Color information
#BA3F4D (or 0xBA3F4D) is known color: Old Rose. HEX triplet: BA, 3F and 4D. RGB value is (186,63,77). Sum of RGB (Red+Green+Blue) = 186+63+77=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F4D is #45C0B2. Grayscale: #656565. Windows color (decimal): -4571315 or 5062586. OLE color: 5062586.
HSL color Cylindrical-coordinate representation of color #BA3F4D: hue angle of 353.17º 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 #BA3F4D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 77 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.27 |
| HSL | 353.17º | 0.49% | 0.49% | - |
| HSV(B) | 353.17º | 0.66% | 0.73% | - |
| XYZ | 23.37 | 14.53 | 8.59 | - |
| YUV | 101.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 77 | 0 | 0.66 | 0.59 | 0.27 | 353.17 | 0.49 | 0.49 |
| Hex | BA | 3F | 4D | 0 | 42 | 3B | 1B | 161 | 31 | 31 |
| Octal | 272 | 77 | 115 | 0 | 102 | 73 | 33 | 541 | 61 | 61 |
| Binary | 10111010 | 111111 | 1001101 | 0 | 1000010 | 111011 | 11011 | 101100001 | 110001 | 110001 |
Color Harmonies of #BA3F4D
Complementary color
Monochromatic Colors of #BA3F4D
Black with #BA3F4D
Text Example
Text Example
White with #BA3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F4D; }
p { color: rgb(186,63,77); }
H1.HeaderClassName
{
color: #BA3F4D;
}
.AnyTagClassName
{
color: #BA3F4D;
}
</style>
background-color css
<style>
a { background-color: #BA3F4D; }
a { background-color: rgb(186,63,77); }
div.DivClassName
{
background-color: #BA3F4D;
}
.BgClassName
{
background-color: #BA3F4D;
}
</style>
border-color css
<style>
span { border-color: #BA3F4D; }
span { border-color: rgb(186,63,77); }
td.TdClassName
{
border-color: #BA3F4D;
}
.TagClassName
{
border-color: #BA3F4D;
}
</style>