Shades of Old Rose #BA3F4C
Tints of Old Rose #BA3F4C
RGB
CMYK
RGB Variations
Color information
#BA3F4C (or 0xBA3F4C) is known color: Old Rose. HEX triplet: BA, 3F and 4C. RGB value is (186,63,76). Sum of RGB (Red+Green+Blue) = 186+63+76=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F4C is #45C0B3. Grayscale: #656565. Windows color (decimal): -4571316 or 4997050. OLE color: 4997050.
HSL color Cylindrical-coordinate representation of color #BA3F4C: hue angle of 353.66º 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 #BA3F4C is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 76 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.27 |
| HSL | 353.66º | 0.49% | 0.49% | - |
| HSV(B) | 353.66º | 0.66% | 0.73% | - |
| XYZ | 23.33 | 14.52 | 8.41 | - |
| YUV | 101.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 76 | 0 | 0.66 | 0.59 | 0.27 | 353.66 | 0.49 | 0.49 |
| Hex | BA | 3F | 4C | 0 | 42 | 3B | 1B | 162 | 31 | 31 |
| Octal | 272 | 77 | 114 | 0 | 102 | 73 | 33 | 542 | 61 | 61 |
| Binary | 10111010 | 111111 | 1001100 | 0 | 1000010 | 111011 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #BA3F4C
Complementary color
Monochromatic Colors of #BA3F4C
Black with #BA3F4C
Text Example
Text Example
White with #BA3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F4C; }
p { color: rgb(186,63,76); }
H1.HeaderClassName
{
color: #BA3F4C;
}
.AnyTagClassName
{
color: #BA3F4C;
}
</style>
background-color css
<style>
a { background-color: #BA3F4C; }
a { background-color: rgb(186,63,76); }
div.DivClassName
{
background-color: #BA3F4C;
}
.BgClassName
{
background-color: #BA3F4C;
}
</style>
border-color css
<style>
span { border-color: #BA3F4C; }
span { border-color: rgb(186,63,76); }
td.TdClassName
{
border-color: #BA3F4C;
}
.TagClassName
{
border-color: #BA3F4C;
}
</style>