Shades of Blush #BA595E
Tints of Blush #BA595E
RGB
CMYK
RGB Variations
Color information
#BA595E (or 0xBA595E) is known color: Blush. HEX triplet: BA, 59 and 5E. RGB value is (186,89,94). Sum of RGB (Red+Green+Blue) = 186+89+94=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA595E is #45A6A1. Grayscale: #767676. Windows color (decimal): -4564642 or 6183354. OLE color: 6183354.
HSL color Cylindrical-coordinate representation of color #BA595E: hue angle of 356.91º 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 #BA595E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 94 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.27 |
| HSL | 356.91º | 0.41% | 0.54% | - |
| HSV(B) | 356.91º | 0.52% | 0.73% | - |
| XYZ | 25.84 | 18.39 | 12.78 | - |
| YUV | 118.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 94 | 0 | 0.52 | 0.49 | 0.27 | 356.91 | 0.41 | 0.54 |
| Hex | BA | 59 | 5E | 0 | 34 | 31 | 1B | 165 | 29 | 36 |
| Octal | 272 | 131 | 136 | 0 | 64 | 61 | 33 | 545 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1011110 | 0 | 110100 | 110001 | 11011 | 101100101 | 101001 | 110110 |
Color Harmonies of #BA595E
Complementary color
Monochromatic Colors of #BA595E
Black with #BA595E
Text Example
Text Example
White with #BA595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA595E; }
p { color: rgb(186,89,94); }
H1.HeaderClassName
{
color: #BA595E;
}
.AnyTagClassName
{
color: #BA595E;
}
</style>
background-color css
<style>
a { background-color: #BA595E; }
a { background-color: rgb(186,89,94); }
div.DivClassName
{
background-color: #BA595E;
}
.BgClassName
{
background-color: #BA595E;
}
</style>
border-color css
<style>
span { border-color: #BA595E; }
span { border-color: rgb(186,89,94); }
td.TdClassName
{
border-color: #BA595E;
}
.TagClassName
{
border-color: #BA595E;
}
</style>