Shades of Old Rose #BA305E
Tints of Old Rose #BA305E
RGB
CMYK
RGB Variations
Color information
#BA305E (or 0xBA305E) is known color: Old Rose. HEX triplet: BA, 30 and 5E. RGB value is (186,48,94). Sum of RGB (Red+Green+Blue) = 186+48+94=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA305E is #45CFA1. Grayscale: #5E5E5E. Windows color (decimal): -4575138 or 6172858. OLE color: 6172858.
HSL color Cylindrical-coordinate representation of color #BA305E: hue angle of 340º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA305E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 94 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.27 |
| HSL | 340º | 0.59% | 0.46% | - |
| HSV(B) | 340º | 0.74% | 0.73% | - |
| XYZ | 23.33 | 13.36 | 11.94 | - |
| YUV | 94.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 94 | 0 | 0.74 | 0.49 | 0.27 | 340 | 0.59 | 0.46 |
| Hex | BA | 30 | 5E | 0 | 4A | 31 | 1B | 154 | 3B | 2E |
| Octal | 272 | 60 | 136 | 0 | 112 | 61 | 33 | 524 | 73 | 56 |
| Binary | 10111010 | 110000 | 1011110 | 0 | 1001010 | 110001 | 11011 | 101010100 | 111011 | 101110 |
Color Harmonies of #BA305E
Complementary color
Monochromatic Colors of #BA305E
Black with #BA305E
Text Example
Text Example
White with #BA305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA305E; }
p { color: rgb(186,48,94); }
H1.HeaderClassName
{
color: #BA305E;
}
.AnyTagClassName
{
color: #BA305E;
}
</style>
background-color css
<style>
a { background-color: #BA305E; }
a { background-color: rgb(186,48,94); }
div.DivClassName
{
background-color: #BA305E;
}
.BgClassName
{
background-color: #BA305E;
}
</style>
border-color css
<style>
span { border-color: #BA305E; }
span { border-color: rgb(186,48,94); }
td.TdClassName
{
border-color: #BA305E;
}
.TagClassName
{
border-color: #BA305E;
}
</style>