Shades of Old Rose #BA265B
Tints of Old Rose #BA265B
RGB
CMYK
RGB Variations
Color information
#BA265B (or 0xBA265B) is known color: Old Rose. HEX triplet: BA, 26 and 5B. RGB value is (186,38,91). Sum of RGB (Red+Green+Blue) = 186+38+91=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA265B is #45D9A4. Grayscale: #585858. Windows color (decimal): -4577701 or 5973690. OLE color: 5973690.
HSL color Cylindrical-coordinate representation of color #BA265B: hue angle of 338.51º 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 #BA265B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 91 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.27 |
| HSL | 338.51º | 0.66% | 0.44% | - |
| HSV(B) | 338.51º | 0.8% | 0.73% | - |
| XYZ | 22.83 | 12.58 | 11.12 | - |
| YUV | 88.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 91 | 0 | 0.80 | 0.51 | 0.27 | 338.51 | 0.66 | 0.44 |
| Hex | BA | 26 | 5B | 0 | 50 | 33 | 1B | 153 | 42 | 2C |
| Octal | 272 | 46 | 133 | 0 | 120 | 63 | 33 | 523 | 102 | 54 |
| Binary | 10111010 | 100110 | 1011011 | 0 | 1010000 | 110011 | 11011 | 101010011 | 1000010 | 101100 |
Color Harmonies of #BA265B
Complementary color
Monochromatic Colors of #BA265B
Black with #BA265B
Text Example
Text Example
White with #BA265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA265B; }
p { color: rgb(186,38,91); }
H1.HeaderClassName
{
color: #BA265B;
}
.AnyTagClassName
{
color: #BA265B;
}
</style>
background-color css
<style>
a { background-color: #BA265B; }
a { background-color: rgb(186,38,91); }
div.DivClassName
{
background-color: #BA265B;
}
.BgClassName
{
background-color: #BA265B;
}
</style>
border-color css
<style>
span { border-color: #BA265B; }
span { border-color: rgb(186,38,91); }
td.TdClassName
{
border-color: #BA265B;
}
.TagClassName
{
border-color: #BA265B;
}
</style>