Shades of Blush #BA5968
Tints of Blush #BA5968
RGB
CMYK
RGB Variations
Color information
#BA5968 (or 0xBA5968) is known color: Blush. HEX triplet: BA, 59 and 68. RGB value is (186,89,104). Sum of RGB (Red+Green+Blue) = 186+89+104=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5968 is #45A697. Grayscale: #777777. Windows color (decimal): -4564632 or 6838714. OLE color: 6838714.
HSL color Cylindrical-coordinate representation of color #BA5968: hue angle of 350.72º 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 #BA5968 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 104 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.27 |
| HSL | 350.72º | 0.41% | 0.54% | - |
| HSV(B) | 350.72º | 0.52% | 0.73% | - |
| XYZ | 26.32 | 18.58 | 15.3 | - |
| YUV | 119.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 104 | 0 | 0.52 | 0.44 | 0.27 | 350.72 | 0.41 | 0.54 |
| Hex | BA | 59 | 68 | 0 | 34 | 2C | 1B | 15F | 29 | 36 |
| Octal | 272 | 131 | 150 | 0 | 64 | 54 | 33 | 537 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1101000 | 0 | 110100 | 101100 | 11011 | 101011111 | 101001 | 110110 |
Color Harmonies of #BA5968
Complementary color
Monochromatic Colors of #BA5968
Black with #BA5968
Text Example
Text Example
White with #BA5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5968; }
p { color: rgb(186,89,104); }
H1.HeaderClassName
{
color: #BA5968;
}
.AnyTagClassName
{
color: #BA5968;
}
</style>
background-color css
<style>
a { background-color: #BA5968; }
a { background-color: rgb(186,89,104); }
div.DivClassName
{
background-color: #BA5968;
}
.BgClassName
{
background-color: #BA5968;
}
</style>
border-color css
<style>
span { border-color: #BA5968; }
span { border-color: rgb(186,89,104); }
td.TdClassName
{
border-color: #BA5968;
}
.TagClassName
{
border-color: #BA5968;
}
</style>