Shades of Blush #BA5570
Tints of Blush #BA5570
RGB
CMYK
RGB Variations
Color information
#BA5570 (or 0xBA5570) is known color: Blush. HEX triplet: BA, 55 and 70. RGB value is (186,85,112). Sum of RGB (Red+Green+Blue) = 186+85+112=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5570 is #45AA8F. Grayscale: #767676. Windows color (decimal): -4565648 or 7361978. OLE color: 7361978.
HSL color Cylindrical-coordinate representation of color #BA5570: hue angle of 343.96º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5570 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 112 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.27 |
| HSL | 343.96º | 0.42% | 0.53% | - |
| HSV(B) | 343.96º | 0.54% | 0.73% | - |
| XYZ | 26.42 | 18.11 | 17.43 | - |
| YUV | 118.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 112 | 0 | 0.54 | 0.40 | 0.27 | 343.96 | 0.42 | 0.53 |
| Hex | BA | 55 | 70 | 0 | 36 | 28 | 1B | 158 | 2A | 35 |
| Octal | 272 | 125 | 160 | 0 | 66 | 50 | 33 | 530 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1110000 | 0 | 110110 | 101000 | 11011 | 101011000 | 101010 | 110101 |
Color Harmonies of #BA5570
Complementary color
Monochromatic Colors of #BA5570
Black with #BA5570
Text Example
Text Example
White with #BA5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5570; }
p { color: rgb(186,85,112); }
H1.HeaderClassName
{
color: #BA5570;
}
.AnyTagClassName
{
color: #BA5570;
}
</style>
background-color css
<style>
a { background-color: #BA5570; }
a { background-color: rgb(186,85,112); }
div.DivClassName
{
background-color: #BA5570;
}
.BgClassName
{
background-color: #BA5570;
}
</style>
border-color css
<style>
span { border-color: #BA5570; }
span { border-color: rgb(186,85,112); }
td.TdClassName
{
border-color: #BA5570;
}
.TagClassName
{
border-color: #BA5570;
}
</style>