Shades of Blush #BA5470
Tints of Blush #BA5470
RGB
CMYK
RGB Variations
Color information
#BA5470 (or 0xBA5470) is known color: Blush. HEX triplet: BA, 54 and 70. RGB value is (186,84,112). Sum of RGB (Red+Green+Blue) = 186+84+112=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5470 is #45AB8F. Grayscale: #757575. Windows color (decimal): -4565904 or 7361722. OLE color: 7361722.
HSL color Cylindrical-coordinate representation of color #BA5470: hue angle of 343.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5470 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 112 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.27 |
| HSL | 343.53º | 0.43% | 0.53% | - |
| HSV(B) | 343.53º | 0.55% | 0.73% | - |
| XYZ | 26.34 | 17.95 | 17.41 | - |
| YUV | 117.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 112 | 0 | 0.55 | 0.40 | 0.27 | 343.53 | 0.43 | 0.53 |
| Hex | BA | 54 | 70 | 0 | 37 | 28 | 1B | 158 | 2A | 35 |
| Octal | 272 | 124 | 160 | 0 | 67 | 50 | 33 | 530 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1110000 | 0 | 110111 | 101000 | 11011 | 101011000 | 101010 | 110101 |
Color Harmonies of #BA5470
Complementary color
Monochromatic Colors of #BA5470
Black with #BA5470
Text Example
Text Example
White with #BA5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5470; }
p { color: rgb(186,84,112); }
H1.HeaderClassName
{
color: #BA5470;
}
.AnyTagClassName
{
color: #BA5470;
}
</style>
background-color css
<style>
a { background-color: #BA5470; }
a { background-color: rgb(186,84,112); }
div.DivClassName
{
background-color: #BA5470;
}
.BgClassName
{
background-color: #BA5470;
}
</style>
border-color css
<style>
span { border-color: #BA5470; }
span { border-color: rgb(186,84,112); }
td.TdClassName
{
border-color: #BA5470;
}
.TagClassName
{
border-color: #BA5470;
}
</style>