Shades of Blush #BA5861
Tints of Blush #BA5861
RGB
CMYK
RGB Variations
Color information
#BA5861 (or 0xBA5861) is known color: Blush. HEX triplet: BA, 58 and 61. RGB value is (186,88,97). Sum of RGB (Red+Green+Blue) = 186+88+97=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5861 is #45A79E. Grayscale: #767676. Windows color (decimal): -4564895 or 6379706. OLE color: 6379706.
HSL color Cylindrical-coordinate representation of color #BA5861: hue angle of 354.49º 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 #BA5861 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 97 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.27 |
| HSL | 354.49º | 0.42% | 0.54% | - |
| HSV(B) | 354.49º | 0.53% | 0.73% | - |
| XYZ | 25.9 | 18.28 | 13.47 | - |
| YUV | 118.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 97 | 0 | 0.53 | 0.48 | 0.27 | 354.49 | 0.42 | 0.54 |
| Hex | BA | 58 | 61 | 0 | 35 | 30 | 1B | 162 | 2A | 36 |
| Octal | 272 | 130 | 141 | 0 | 65 | 60 | 33 | 542 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1100001 | 0 | 110101 | 110000 | 11011 | 101100010 | 101010 | 110110 |
Color Harmonies of #BA5861
Complementary color
Monochromatic Colors of #BA5861
Black with #BA5861
Text Example
Text Example
White with #BA5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5861; }
p { color: rgb(186,88,97); }
H1.HeaderClassName
{
color: #BA5861;
}
.AnyTagClassName
{
color: #BA5861;
}
</style>
background-color css
<style>
a { background-color: #BA5861; }
a { background-color: rgb(186,88,97); }
div.DivClassName
{
background-color: #BA5861;
}
.BgClassName
{
background-color: #BA5861;
}
</style>
border-color css
<style>
span { border-color: #BA5861; }
span { border-color: rgb(186,88,97); }
td.TdClassName
{
border-color: #BA5861;
}
.TagClassName
{
border-color: #BA5861;
}
</style>