Shades of Old Rose #BA265A
Tints of Old Rose #BA265A
RGB
CMYK
RGB Variations
Color information
#BA265A (or 0xBA265A) is known color: Old Rose. HEX triplet: BA, 26 and 5A. RGB value is (186,38,90). Sum of RGB (Red+Green+Blue) = 186+38+90=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA265A is #45D9A5. Grayscale: #585858. Windows color (decimal): -4577702 or 5908154. OLE color: 5908154.
HSL color Cylindrical-coordinate representation of color #BA265A: hue angle of 338.92º 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 #BA265A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 90 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.27 |
| HSL | 338.92º | 0.66% | 0.44% | - |
| HSV(B) | 338.92º | 0.8% | 0.73% | - |
| XYZ | 22.79 | 12.56 | 10.9 | - |
| YUV | 88.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 90 | 0 | 0.80 | 0.52 | 0.27 | 338.92 | 0.66 | 0.44 |
| Hex | BA | 26 | 5A | 0 | 50 | 34 | 1B | 153 | 42 | 2C |
| Octal | 272 | 46 | 132 | 0 | 120 | 64 | 33 | 523 | 102 | 54 |
| Binary | 10111010 | 100110 | 1011010 | 0 | 1010000 | 110100 | 11011 | 101010011 | 1000010 | 101100 |
Color Harmonies of #BA265A
Complementary color
Monochromatic Colors of #BA265A
Black with #BA265A
Text Example
Text Example
White with #BA265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA265A; }
p { color: rgb(186,38,90); }
H1.HeaderClassName
{
color: #BA265A;
}
.AnyTagClassName
{
color: #BA265A;
}
</style>
background-color css
<style>
a { background-color: #BA265A; }
a { background-color: rgb(186,38,90); }
div.DivClassName
{
background-color: #BA265A;
}
.BgClassName
{
background-color: #BA265A;
}
</style>
border-color css
<style>
span { border-color: #BA265A; }
span { border-color: rgb(186,38,90); }
td.TdClassName
{
border-color: #BA265A;
}
.TagClassName
{
border-color: #BA265A;
}
</style>