Shades of Blush #BA5960
Tints of Blush #BA5960
RGB
CMYK
RGB Variations
Color information
#BA5960 (or 0xBA5960) is known color: Blush. HEX triplet: BA, 59 and 60. RGB value is (186,89,96). Sum of RGB (Red+Green+Blue) = 186+89+96=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5960 is #45A69F. Grayscale: #767676. Windows color (decimal): -4564640 or 6314426. OLE color: 6314426.
HSL color Cylindrical-coordinate representation of color #BA5960: hue angle of 355.67º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5960 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 96 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.27 |
| HSL | 355.67º | 0.41% | 0.54% | - |
| HSV(B) | 355.67º | 0.52% | 0.73% | - |
| XYZ | 25.93 | 18.43 | 13.26 | - |
| YUV | 118.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 96 | 0 | 0.52 | 0.48 | 0.27 | 355.67 | 0.41 | 0.54 |
| Hex | BA | 59 | 60 | 0 | 34 | 30 | 1B | 164 | 29 | 36 |
| Octal | 272 | 131 | 140 | 0 | 64 | 60 | 33 | 544 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1100000 | 0 | 110100 | 110000 | 11011 | 101100100 | 101001 | 110110 |
Color Harmonies of #BA5960
Complementary color
Monochromatic Colors of #BA5960
Black with #BA5960
Text Example
Text Example
White with #BA5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5960; }
p { color: rgb(186,89,96); }
H1.HeaderClassName
{
color: #BA5960;
}
.AnyTagClassName
{
color: #BA5960;
}
</style>
background-color css
<style>
a { background-color: #BA5960; }
a { background-color: rgb(186,89,96); }
div.DivClassName
{
background-color: #BA5960;
}
.BgClassName
{
background-color: #BA5960;
}
</style>
border-color css
<style>
span { border-color: #BA5960; }
span { border-color: rgb(186,89,96); }
td.TdClassName
{
border-color: #BA5960;
}
.TagClassName
{
border-color: #BA5960;
}
</style>