Shades of Blush #BA5760
Tints of Blush #BA5760
RGB
CMYK
RGB Variations
Color information
#BA5760 (or 0xBA5760) is known color: Blush. HEX triplet: BA, 57 and 60. RGB value is (186,87,96). Sum of RGB (Red+Green+Blue) = 186+87+96=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5760 is #45A89F. Grayscale: #757575. Windows color (decimal): -4565152 or 6313914. OLE color: 6313914.
HSL color Cylindrical-coordinate representation of color #BA5760: hue angle of 354.55º 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 #BA5760 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 96 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.27 |
| HSL | 354.55º | 0.42% | 0.54% | - |
| HSV(B) | 354.55º | 0.53% | 0.73% | - |
| XYZ | 25.77 | 18.1 | 13.2 | - |
| YUV | 117.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 96 | 0 | 0.53 | 0.48 | 0.27 | 354.55 | 0.42 | 0.54 |
| Hex | BA | 57 | 60 | 0 | 35 | 30 | 1B | 163 | 2A | 36 |
| Octal | 272 | 127 | 140 | 0 | 65 | 60 | 33 | 543 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1100000 | 0 | 110101 | 110000 | 11011 | 101100011 | 101010 | 110110 |
Color Harmonies of #BA5760
Complementary color
Monochromatic Colors of #BA5760
Black with #BA5760
Text Example
Text Example
White with #BA5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5760; }
p { color: rgb(186,87,96); }
H1.HeaderClassName
{
color: #BA5760;
}
.AnyTagClassName
{
color: #BA5760;
}
</style>
background-color css
<style>
a { background-color: #BA5760; }
a { background-color: rgb(186,87,96); }
div.DivClassName
{
background-color: #BA5760;
}
.BgClassName
{
background-color: #BA5760;
}
</style>
border-color css
<style>
span { border-color: #BA5760; }
span { border-color: rgb(186,87,96); }
td.TdClassName
{
border-color: #BA5760;
}
.TagClassName
{
border-color: #BA5760;
}
</style>