Shades of Old Rose #BA215B
Tints of Old Rose #BA215B
RGB
CMYK
RGB Variations
Color information
#BA215B (or 0xBA215B) is known color: Old Rose. HEX triplet: BA, 21 and 5B. RGB value is (186,33,91). Sum of RGB (Red+Green+Blue) = 186+33+91=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215B is #45DEA4. Grayscale: #555555. Windows color (decimal): -4578981 or 5972410. OLE color: 5972410.
HSL color Cylindrical-coordinate representation of color #BA215B: hue angle of 337.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA215B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 91 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.27 |
| HSL | 337.25º | 0.7% | 0.43% | - |
| HSV(B) | 337.25º | 0.82% | 0.73% | - |
| XYZ | 22.68 | 12.28 | 11.07 | - |
| YUV | 85.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 91 | 0 | 0.82 | 0.51 | 0.27 | 337.25 | 0.7 | 0.43 |
| Hex | BA | 21 | 5B | 0 | 52 | 33 | 1B | 151 | 46 | 2B |
| Octal | 272 | 41 | 133 | 0 | 122 | 63 | 33 | 521 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011011 | 0 | 1010010 | 110011 | 11011 | 101010001 | 1000110 | 101011 |
Color Harmonies of #BA215B
Complementary color
Monochromatic Colors of #BA215B
Black with #BA215B
Text Example
Text Example
White with #BA215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA215B; }
p { color: rgb(186,33,91); }
H1.HeaderClassName
{
color: #BA215B;
}
.AnyTagClassName
{
color: #BA215B;
}
</style>
background-color css
<style>
a { background-color: #BA215B; }
a { background-color: rgb(186,33,91); }
div.DivClassName
{
background-color: #BA215B;
}
.BgClassName
{
background-color: #BA215B;
}
</style>
border-color css
<style>
span { border-color: #BA215B; }
span { border-color: rgb(186,33,91); }
td.TdClassName
{
border-color: #BA215B;
}
.TagClassName
{
border-color: #BA215B;
}
</style>