Shades of Blush #BA5966
Tints of Blush #BA5966
RGB
CMYK
RGB Variations
Color information
#BA5966 (or 0xBA5966) is known color: Blush. HEX triplet: BA, 59 and 66. RGB value is (186,89,102). Sum of RGB (Red+Green+Blue) = 186+89+102=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5966 is #45A699. Grayscale: #777777. Windows color (decimal): -4564634 or 6707642. OLE color: 6707642.
HSL color Cylindrical-coordinate representation of color #BA5966: hue angle of 351.96º 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 #BA5966 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 102 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.27 |
| HSL | 351.96º | 0.41% | 0.54% | - |
| HSV(B) | 351.96º | 0.52% | 0.73% | - |
| XYZ | 26.22 | 18.54 | 14.77 | - |
| YUV | 119.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 102 | 0 | 0.52 | 0.45 | 0.27 | 351.96 | 0.41 | 0.54 |
| Hex | BA | 59 | 66 | 0 | 34 | 2D | 1B | 160 | 29 | 36 |
| Octal | 272 | 131 | 146 | 0 | 64 | 55 | 33 | 540 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1100110 | 0 | 110100 | 101101 | 11011 | 101100000 | 101001 | 110110 |
Color Harmonies of #BA5966
Complementary color
Monochromatic Colors of #BA5966
Black with #BA5966
Text Example
Text Example
White with #BA5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5966; }
p { color: rgb(186,89,102); }
H1.HeaderClassName
{
color: #BA5966;
}
.AnyTagClassName
{
color: #BA5966;
}
</style>
background-color css
<style>
a { background-color: #BA5966; }
a { background-color: rgb(186,89,102); }
div.DivClassName
{
background-color: #BA5966;
}
.BgClassName
{
background-color: #BA5966;
}
</style>
border-color css
<style>
span { border-color: #BA5966; }
span { border-color: rgb(186,89,102); }
td.TdClassName
{
border-color: #BA5966;
}
.TagClassName
{
border-color: #BA5966;
}
</style>