Shades of Old Rose #BA365B
Tints of Old Rose #BA365B
RGB
CMYK
RGB Variations
Color information
#BA365B (or 0xBA365B) is known color: Old Rose. HEX triplet: BA, 36 and 5B. RGB value is (186,54,91). Sum of RGB (Red+Green+Blue) = 186+54+91=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA365B is #45C9A4. Grayscale: #616161. Windows color (decimal): -4573605 or 5977786. OLE color: 5977786.
HSL color Cylindrical-coordinate representation of color #BA365B: hue angle of 343.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA365B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 91 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.27 |
| HSL | 343.18º | 0.55% | 0.47% | - |
| HSV(B) | 343.18º | 0.71% | 0.73% | - |
| XYZ | 23.46 | 13.83 | 11.33 | - |
| YUV | 97.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 91 | 0 | 0.71 | 0.51 | 0.27 | 343.18 | 0.55 | 0.47 |
| Hex | BA | 36 | 5B | 0 | 47 | 33 | 1B | 157 | 37 | 2F |
| Octal | 272 | 66 | 133 | 0 | 107 | 63 | 33 | 527 | 67 | 57 |
| Binary | 10111010 | 110110 | 1011011 | 0 | 1000111 | 110011 | 11011 | 101010111 | 110111 | 101111 |
Color Harmonies of #BA365B
Complementary color
Monochromatic Colors of #BA365B
Black with #BA365B
Text Example
Text Example
White with #BA365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA365B; }
p { color: rgb(186,54,91); }
H1.HeaderClassName
{
color: #BA365B;
}
.AnyTagClassName
{
color: #BA365B;
}
</style>
background-color css
<style>
a { background-color: #BA365B; }
a { background-color: rgb(186,54,91); }
div.DivClassName
{
background-color: #BA365B;
}
.BgClassName
{
background-color: #BA365B;
}
</style>
border-color css
<style>
span { border-color: #BA365B; }
span { border-color: rgb(186,54,91); }
td.TdClassName
{
border-color: #BA365B;
}
.TagClassName
{
border-color: #BA365B;
}
</style>