Shades of Old Rose #BA265D
Tints of Old Rose #BA265D
RGB
CMYK
RGB Variations
Color information
#BA265D (or 0xBA265D) is known color: Old Rose. HEX triplet: BA, 26 and 5D. RGB value is (186,38,93). Sum of RGB (Red+Green+Blue) = 186+38+93=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA265D is #45D9A2. Grayscale: #585858. Windows color (decimal): -4577699 or 6104762. OLE color: 6104762.
HSL color Cylindrical-coordinate representation of color #BA265D: hue angle of 337.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA265D is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 93 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.27 |
| HSL | 337.7º | 0.66% | 0.44% | - |
| HSV(B) | 337.7º | 0.8% | 0.73% | - |
| XYZ | 22.92 | 12.62 | 11.58 | - |
| YUV | 88.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 93 | 0 | 0.80 | 0.5 | 0.27 | 337.7 | 0.66 | 0.44 |
| Hex | BA | 26 | 5D | 0 | 50 | 32 | 1B | 152 | 42 | 2C |
| Octal | 272 | 46 | 135 | 0 | 120 | 62 | 33 | 522 | 102 | 54 |
| Binary | 10111010 | 100110 | 1011101 | 0 | 1010000 | 110010 | 11011 | 101010010 | 1000010 | 101100 |
Color Harmonies of #BA265D
Complementary color
Monochromatic Colors of #BA265D
Black with #BA265D
Text Example
Text Example
White with #BA265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA265D; }
p { color: rgb(186,38,93); }
H1.HeaderClassName
{
color: #BA265D;
}
.AnyTagClassName
{
color: #BA265D;
}
</style>
background-color css
<style>
a { background-color: #BA265D; }
a { background-color: rgb(186,38,93); }
div.DivClassName
{
background-color: #BA265D;
}
.BgClassName
{
background-color: #BA265D;
}
</style>
border-color css
<style>
span { border-color: #BA265D; }
span { border-color: rgb(186,38,93); }
td.TdClassName
{
border-color: #BA265D;
}
.TagClassName
{
border-color: #BA265D;
}
</style>