Shades of Blush #BA5771
Tints of Blush #BA5771
RGB
CMYK
RGB Variations
Color information
#BA5771 (or 0xBA5771) is known color: Blush. HEX triplet: BA, 57 and 71. RGB value is (186,87,113). Sum of RGB (Red+Green+Blue) = 186+87+113=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5771 is #45A88E. Grayscale: #777777. Windows color (decimal): -4565135 or 7428026. OLE color: 7428026.
HSL color Cylindrical-coordinate representation of color #BA5771: hue angle of 344.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5771 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 113 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.27 |
| HSL | 344.24º | 0.42% | 0.54% | - |
| HSV(B) | 344.24º | 0.53% | 0.73% | - |
| XYZ | 26.64 | 18.45 | 17.78 | - |
| YUV | 119.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 113 | 0 | 0.53 | 0.39 | 0.27 | 344.24 | 0.42 | 0.54 |
| Hex | BA | 57 | 71 | 0 | 35 | 27 | 1B | 158 | 2A | 36 |
| Octal | 272 | 127 | 161 | 0 | 65 | 47 | 33 | 530 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1110001 | 0 | 110101 | 100111 | 11011 | 101011000 | 101010 | 110110 |
Color Harmonies of #BA5771
Complementary color
Monochromatic Colors of #BA5771
Black with #BA5771
Text Example
Text Example
White with #BA5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5771; }
p { color: rgb(186,87,113); }
H1.HeaderClassName
{
color: #BA5771;
}
.AnyTagClassName
{
color: #BA5771;
}
</style>
background-color css
<style>
a { background-color: #BA5771; }
a { background-color: rgb(186,87,113); }
div.DivClassName
{
background-color: #BA5771;
}
.BgClassName
{
background-color: #BA5771;
}
</style>
border-color css
<style>
span { border-color: #BA5771; }
span { border-color: rgb(186,87,113); }
td.TdClassName
{
border-color: #BA5771;
}
.TagClassName
{
border-color: #BA5771;
}
</style>