Shades of Old Rose #BA404F
Tints of Old Rose #BA404F
RGB
CMYK
RGB Variations
Color information
#BA404F (or 0xBA404F) is known color: Old Rose. HEX triplet: BA, 40 and 4F. RGB value is (186,64,79). Sum of RGB (Red+Green+Blue) = 186+64+79=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA404F is #45BFB0. Grayscale: #666666. Windows color (decimal): -4571057 or 5193914. OLE color: 5193914.
HSL color Cylindrical-coordinate representation of color #BA404F: hue angle of 352.62º 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 #BA404F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 79 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.27 |
| HSL | 352.62º | 0.49% | 0.49% | - |
| HSV(B) | 352.62º | 0.66% | 0.73% | - |
| XYZ | 23.49 | 14.67 | 8.99 | - |
| YUV | 102.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 79 | 0 | 0.66 | 0.58 | 0.27 | 352.62 | 0.49 | 0.49 |
| Hex | BA | 40 | 4F | 0 | 42 | 3A | 1B | 161 | 31 | 31 |
| Octal | 272 | 100 | 117 | 0 | 102 | 72 | 33 | 541 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1001111 | 0 | 1000010 | 111010 | 11011 | 101100001 | 110001 | 110001 |
Color Harmonies of #BA404F
Complementary color
Monochromatic Colors of #BA404F
Black with #BA404F
Text Example
Text Example
White with #BA404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA404F; }
p { color: rgb(186,64,79); }
H1.HeaderClassName
{
color: #BA404F;
}
.AnyTagClassName
{
color: #BA404F;
}
</style>
background-color css
<style>
a { background-color: #BA404F; }
a { background-color: rgb(186,64,79); }
div.DivClassName
{
background-color: #BA404F;
}
.BgClassName
{
background-color: #BA404F;
}
</style>
border-color css
<style>
span { border-color: #BA404F; }
span { border-color: rgb(186,64,79); }
td.TdClassName
{
border-color: #BA404F;
}
.TagClassName
{
border-color: #BA404F;
}
</style>