Shades of Blush #BA596D
Tints of Blush #BA596D
RGB
CMYK
RGB Variations
Color information
#BA596D (or 0xBA596D) is known color: Blush. HEX triplet: BA, 59 and 6D. RGB value is (186,89,109). Sum of RGB (Red+Green+Blue) = 186+89+109=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA596D is #45A692. Grayscale: #787878. Windows color (decimal): -4564627 or 7166394. OLE color: 7166394.
HSL color Cylindrical-coordinate representation of color #BA596D: hue angle of 347.63º 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 #BA596D is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 109 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.27 |
| HSL | 347.63º | 0.41% | 0.54% | - |
| HSV(B) | 347.63º | 0.52% | 0.73% | - |
| XYZ | 26.58 | 18.69 | 16.67 | - |
| YUV | 120.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 109 | 0 | 0.52 | 0.41 | 0.27 | 347.63 | 0.41 | 0.54 |
| Hex | BA | 59 | 6D | 0 | 34 | 29 | 1B | 15C | 29 | 36 |
| Octal | 272 | 131 | 155 | 0 | 64 | 51 | 33 | 534 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1101101 | 0 | 110100 | 101001 | 11011 | 101011100 | 101001 | 110110 |
Color Harmonies of #BA596D
Complementary color
Monochromatic Colors of #BA596D
Black with #BA596D
Text Example
Text Example
White with #BA596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA596D; }
p { color: rgb(186,89,109); }
H1.HeaderClassName
{
color: #BA596D;
}
.AnyTagClassName
{
color: #BA596D;
}
</style>
background-color css
<style>
a { background-color: #BA596D; }
a { background-color: rgb(186,89,109); }
div.DivClassName
{
background-color: #BA596D;
}
.BgClassName
{
background-color: #BA596D;
}
</style>
border-color css
<style>
span { border-color: #BA596D; }
span { border-color: rgb(186,89,109); }
td.TdClassName
{
border-color: #BA596D;
}
.TagClassName
{
border-color: #BA596D;
}
</style>