Shades of Blush #BA5568
Tints of Blush #BA5568
RGB
CMYK
RGB Variations
Color information
#BA5568 (or 0xBA5568) is known color: Blush. HEX triplet: BA, 55 and 68. RGB value is (186,85,104). Sum of RGB (Red+Green+Blue) = 186+85+104=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5568 is #45AA97. Grayscale: #757575. Windows color (decimal): -4565656 or 6837690. OLE color: 6837690.
HSL color Cylindrical-coordinate representation of color #BA5568: hue angle of 348.71º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5568 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 104 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.27 |
| HSL | 348.71º | 0.42% | 0.53% | - |
| HSV(B) | 348.71º | 0.54% | 0.73% | - |
| XYZ | 26 | 17.94 | 15.19 | - |
| YUV | 117.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 104 | 0 | 0.54 | 0.44 | 0.27 | 348.71 | 0.42 | 0.53 |
| Hex | BA | 55 | 68 | 0 | 36 | 2C | 1B | 15D | 2A | 35 |
| Octal | 272 | 125 | 150 | 0 | 66 | 54 | 33 | 535 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1101000 | 0 | 110110 | 101100 | 11011 | 101011101 | 101010 | 110101 |
Color Harmonies of #BA5568
Complementary color
Monochromatic Colors of #BA5568
Black with #BA5568
Text Example
Text Example
White with #BA5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5568; }
p { color: rgb(186,85,104); }
H1.HeaderClassName
{
color: #BA5568;
}
.AnyTagClassName
{
color: #BA5568;
}
</style>
background-color css
<style>
a { background-color: #BA5568; }
a { background-color: rgb(186,85,104); }
div.DivClassName
{
background-color: #BA5568;
}
.BgClassName
{
background-color: #BA5568;
}
</style>
border-color css
<style>
span { border-color: #BA5568; }
span { border-color: rgb(186,85,104); }
td.TdClassName
{
border-color: #BA5568;
}
.TagClassName
{
border-color: #BA5568;
}
</style>