Shades of Blush #BA5464
Tints of Blush #BA5464
RGB
CMYK
RGB Variations
Color information
#BA5464 (or 0xBA5464) is known color: Blush. HEX triplet: BA, 54 and 64. RGB value is (186,84,100). Sum of RGB (Red+Green+Blue) = 186+84+100=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5464 is #45AB9B. Grayscale: #747474. Windows color (decimal): -4565916 or 6575290. OLE color: 6575290.
HSL color Cylindrical-coordinate representation of color #BA5464: hue angle of 350.59º 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 #BA5464 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 100 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.27 |
| HSL | 350.59º | 0.43% | 0.53% | - |
| HSV(B) | 350.59º | 0.55% | 0.73% | - |
| XYZ | 25.72 | 17.7 | 14.12 | - |
| YUV | 116.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 100 | 0 | 0.55 | 0.46 | 0.27 | 350.59 | 0.43 | 0.53 |
| Hex | BA | 54 | 64 | 0 | 37 | 2E | 1B | 15F | 2A | 35 |
| Octal | 272 | 124 | 144 | 0 | 67 | 56 | 33 | 537 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1100100 | 0 | 110111 | 101110 | 11011 | 101011111 | 101010 | 110101 |
Color Harmonies of #BA5464
Complementary color
Monochromatic Colors of #BA5464
Black with #BA5464
Text Example
Text Example
White with #BA5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5464; }
p { color: rgb(186,84,100); }
H1.HeaderClassName
{
color: #BA5464;
}
.AnyTagClassName
{
color: #BA5464;
}
</style>
background-color css
<style>
a { background-color: #BA5464; }
a { background-color: rgb(186,84,100); }
div.DivClassName
{
background-color: #BA5464;
}
.BgClassName
{
background-color: #BA5464;
}
</style>
border-color css
<style>
span { border-color: #BA5464; }
span { border-color: rgb(186,84,100); }
td.TdClassName
{
border-color: #BA5464;
}
.TagClassName
{
border-color: #BA5464;
}
</style>