Shades of Blush #BA5C60
Tints of Blush #BA5C60
RGB
CMYK
RGB Variations
Color information
#BA5C60 (or 0xBA5C60) is known color: Blush. HEX triplet: BA, 5C and 60. RGB value is (186,92,96). Sum of RGB (Red+Green+Blue) = 186+92+96=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C60 is #45A39F. Grayscale: #787878. Windows color (decimal): -4563872 or 6315194. OLE color: 6315194.
HSL color Cylindrical-coordinate representation of color #BA5C60: hue angle of 357.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C60 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 96 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.27 |
| HSL | 357.45º | 0.41% | 0.55% | - |
| HSV(B) | 357.45º | 0.51% | 0.73% | - |
| XYZ | 26.19 | 18.94 | 13.34 | - |
| YUV | 120.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 96 | 0 | 0.51 | 0.48 | 0.27 | 357.45 | 0.41 | 0.55 |
| Hex | BA | 5C | 60 | 0 | 33 | 30 | 1B | 165 | 29 | 37 |
| Octal | 272 | 134 | 140 | 0 | 63 | 60 | 33 | 545 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1100000 | 0 | 110011 | 110000 | 11011 | 101100101 | 101001 | 110111 |
Color Harmonies of #BA5C60
Complementary color
Monochromatic Colors of #BA5C60
Black with #BA5C60
Text Example
Text Example
White with #BA5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C60; }
p { color: rgb(186,92,96); }
H1.HeaderClassName
{
color: #BA5C60;
}
.AnyTagClassName
{
color: #BA5C60;
}
</style>
background-color css
<style>
a { background-color: #BA5C60; }
a { background-color: rgb(186,92,96); }
div.DivClassName
{
background-color: #BA5C60;
}
.BgClassName
{
background-color: #BA5C60;
}
</style>
border-color css
<style>
span { border-color: #BA5C60; }
span { border-color: rgb(186,92,96); }
td.TdClassName
{
border-color: #BA5C60;
}
.TagClassName
{
border-color: #BA5C60;
}
</style>