Shades of Blush #BA5961
Tints of Blush #BA5961
RGB
CMYK
RGB Variations
Color information
#BA5961 (or 0xBA5961) is known color: Blush. HEX triplet: BA, 59 and 61. RGB value is (186,89,97). Sum of RGB (Red+Green+Blue) = 186+89+97=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5961 is #45A69E. Grayscale: #767676. Windows color (decimal): -4564639 or 6379962. OLE color: 6379962.
HSL color Cylindrical-coordinate representation of color #BA5961: hue angle of 355.05º 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 #BA5961 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 97 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.27 |
| HSL | 355.05º | 0.41% | 0.54% | - |
| HSV(B) | 355.05º | 0.52% | 0.73% | - |
| XYZ | 25.98 | 18.45 | 13.5 | - |
| YUV | 118.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 97 | 0 | 0.52 | 0.48 | 0.27 | 355.05 | 0.41 | 0.54 |
| Hex | BA | 59 | 61 | 0 | 34 | 30 | 1B | 163 | 29 | 36 |
| Octal | 272 | 131 | 141 | 0 | 64 | 60 | 33 | 543 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1100001 | 0 | 110100 | 110000 | 11011 | 101100011 | 101001 | 110110 |
Color Harmonies of #BA5961
Complementary color
Monochromatic Colors of #BA5961
Black with #BA5961
Text Example
Text Example
White with #BA5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5961; }
p { color: rgb(186,89,97); }
H1.HeaderClassName
{
color: #BA5961;
}
.AnyTagClassName
{
color: #BA5961;
}
</style>
background-color css
<style>
a { background-color: #BA5961; }
a { background-color: rgb(186,89,97); }
div.DivClassName
{
background-color: #BA5961;
}
.BgClassName
{
background-color: #BA5961;
}
</style>
border-color css
<style>
span { border-color: #BA5961; }
span { border-color: rgb(186,89,97); }
td.TdClassName
{
border-color: #BA5961;
}
.TagClassName
{
border-color: #BA5961;
}
</style>