Shades of Blush #BA5564
Tints of Blush #BA5564
RGB
CMYK
RGB Variations
Color information
#BA5564 (or 0xBA5564) is known color: Blush. HEX triplet: BA, 55 and 64. RGB value is (186,85,100). Sum of RGB (Red+Green+Blue) = 186+85+100=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5564 is #45AA9B. Grayscale: #747474. Windows color (decimal): -4565660 or 6575546. OLE color: 6575546.
HSL color Cylindrical-coordinate representation of color #BA5564: hue angle of 351.09º 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 #BA5564 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 100 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.27 |
| HSL | 351.09º | 0.42% | 0.53% | - |
| HSV(B) | 351.09º | 0.54% | 0.73% | - |
| XYZ | 25.8 | 17.86 | 14.14 | - |
| YUV | 116.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 100 | 0 | 0.54 | 0.46 | 0.27 | 351.09 | 0.42 | 0.53 |
| Hex | BA | 55 | 64 | 0 | 36 | 2E | 1B | 15F | 2A | 35 |
| Octal | 272 | 125 | 144 | 0 | 66 | 56 | 33 | 537 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1100100 | 0 | 110110 | 101110 | 11011 | 101011111 | 101010 | 110101 |
Color Harmonies of #BA5564
Complementary color
Monochromatic Colors of #BA5564
Black with #BA5564
Text Example
Text Example
White with #BA5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5564; }
p { color: rgb(186,85,100); }
H1.HeaderClassName
{
color: #BA5564;
}
.AnyTagClassName
{
color: #BA5564;
}
</style>
background-color css
<style>
a { background-color: #BA5564; }
a { background-color: rgb(186,85,100); }
div.DivClassName
{
background-color: #BA5564;
}
.BgClassName
{
background-color: #BA5564;
}
</style>
border-color css
<style>
span { border-color: #BA5564; }
span { border-color: rgb(186,85,100); }
td.TdClassName
{
border-color: #BA5564;
}
.TagClassName
{
border-color: #BA5564;
}
</style>