Shades of Old Rose #BA355A
Tints of Old Rose #BA355A
RGB
CMYK
RGB Variations
Color information
#BA355A (or 0xBA355A) is known color: Old Rose. HEX triplet: BA, 35 and 5A. RGB value is (186,53,90). Sum of RGB (Red+Green+Blue) = 186+53+90=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA355A is #45CAA5. Grayscale: #606060. Windows color (decimal): -4573862 or 5911994. OLE color: 5911994.
HSL color Cylindrical-coordinate representation of color #BA355A: hue angle of 343.31º 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 #BA355A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 90 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.27 |
| HSL | 343.31º | 0.56% | 0.47% | - |
| HSV(B) | 343.31º | 0.72% | 0.73% | - |
| XYZ | 23.37 | 13.72 | 11.09 | - |
| YUV | 96.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 90 | 0 | 0.72 | 0.52 | 0.27 | 343.31 | 0.56 | 0.47 |
| Hex | BA | 35 | 5A | 0 | 48 | 34 | 1B | 157 | 38 | 2F |
| Octal | 272 | 65 | 132 | 0 | 110 | 64 | 33 | 527 | 70 | 57 |
| Binary | 10111010 | 110101 | 1011010 | 0 | 1001000 | 110100 | 11011 | 101010111 | 111000 | 101111 |
Color Harmonies of #BA355A
Complementary color
Monochromatic Colors of #BA355A
Black with #BA355A
Text Example
Text Example
White with #BA355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA355A; }
p { color: rgb(186,53,90); }
H1.HeaderClassName
{
color: #BA355A;
}
.AnyTagClassName
{
color: #BA355A;
}
</style>
background-color css
<style>
a { background-color: #BA355A; }
a { background-color: rgb(186,53,90); }
div.DivClassName
{
background-color: #BA355A;
}
.BgClassName
{
background-color: #BA355A;
}
</style>
border-color css
<style>
span { border-color: #BA355A; }
span { border-color: rgb(186,53,90); }
td.TdClassName
{
border-color: #BA355A;
}
.TagClassName
{
border-color: #BA355A;
}
</style>