Shades of Old Rose #BA355C
Tints of Old Rose #BA355C
RGB
CMYK
RGB Variations
Color information
#BA355C (or 0xBA355C) is known color: Old Rose. HEX triplet: BA, 35 and 5C. RGB value is (186,53,92). Sum of RGB (Red+Green+Blue) = 186+53+92=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA355C is #45CAA3. Grayscale: #616161. Windows color (decimal): -4573860 or 6043066. OLE color: 6043066.
HSL color Cylindrical-coordinate representation of color #BA355C: hue angle of 342.41º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA355C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 92 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.27 |
| HSL | 342.41º | 0.56% | 0.47% | - |
| HSV(B) | 342.41º | 0.72% | 0.73% | - |
| XYZ | 23.45 | 13.76 | 11.54 | - |
| YUV | 97.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 92 | 0 | 0.72 | 0.51 | 0.27 | 342.41 | 0.56 | 0.47 |
| Hex | BA | 35 | 5C | 0 | 48 | 33 | 1B | 156 | 38 | 2F |
| Octal | 272 | 65 | 134 | 0 | 110 | 63 | 33 | 526 | 70 | 57 |
| Binary | 10111010 | 110101 | 1011100 | 0 | 1001000 | 110011 | 11011 | 101010110 | 111000 | 101111 |
Color Harmonies of #BA355C
Complementary color
Monochromatic Colors of #BA355C
Black with #BA355C
Text Example
Text Example
White with #BA355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA355C; }
p { color: rgb(186,53,92); }
H1.HeaderClassName
{
color: #BA355C;
}
.AnyTagClassName
{
color: #BA355C;
}
</style>
background-color css
<style>
a { background-color: #BA355C; }
a { background-color: rgb(186,53,92); }
div.DivClassName
{
background-color: #BA355C;
}
.BgClassName
{
background-color: #BA355C;
}
</style>
border-color css
<style>
span { border-color: #BA355C; }
span { border-color: rgb(186,53,92); }
td.TdClassName
{
border-color: #BA355C;
}
.TagClassName
{
border-color: #BA355C;
}
</style>