Shades of Old Rose #BA3656
Tints of Old Rose #BA3656
RGB
CMYK
RGB Variations
Color information
#BA3656 (or 0xBA3656) is known color: Old Rose. HEX triplet: BA, 36 and 56. RGB value is (186,54,86). Sum of RGB (Red+Green+Blue) = 186+54+86=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3656 is #45C9A9. Grayscale: #616161. Windows color (decimal): -4573610 or 5650106. OLE color: 5650106.
HSL color Cylindrical-coordinate representation of color #BA3656: hue angle of 345.45º 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 #BA3656 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 86 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.27 |
| HSL | 345.45º | 0.55% | 0.47% | - |
| HSV(B) | 345.45º | 0.71% | 0.73% | - |
| XYZ | 23.25 | 13.75 | 10.23 | - |
| YUV | 97.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 86 | 0 | 0.71 | 0.54 | 0.27 | 345.45 | 0.55 | 0.47 |
| Hex | BA | 36 | 56 | 0 | 47 | 36 | 1B | 159 | 37 | 2F |
| Octal | 272 | 66 | 126 | 0 | 107 | 66 | 33 | 531 | 67 | 57 |
| Binary | 10111010 | 110110 | 1010110 | 0 | 1000111 | 110110 | 11011 | 101011001 | 110111 | 101111 |
Color Harmonies of #BA3656
Complementary color
Monochromatic Colors of #BA3656
Black with #BA3656
Text Example
Text Example
White with #BA3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3656; }
p { color: rgb(186,54,86); }
H1.HeaderClassName
{
color: #BA3656;
}
.AnyTagClassName
{
color: #BA3656;
}
</style>
background-color css
<style>
a { background-color: #BA3656; }
a { background-color: rgb(186,54,86); }
div.DivClassName
{
background-color: #BA3656;
}
.BgClassName
{
background-color: #BA3656;
}
</style>
border-color css
<style>
span { border-color: #BA3656; }
span { border-color: rgb(186,54,86); }
td.TdClassName
{
border-color: #BA3656;
}
.TagClassName
{
border-color: #BA3656;
}
</style>