Shades of Blush #BA5563
Tints of Blush #BA5563
RGB
CMYK
RGB Variations
Color information
#BA5563 (or 0xBA5563) is known color: Blush. HEX triplet: BA, 55 and 63. RGB value is (186,85,99). Sum of RGB (Red+Green+Blue) = 186+85+99=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5563 is #45AA9C. Grayscale: #747474. Windows color (decimal): -4565661 or 6510010. OLE color: 6510010.
HSL color Cylindrical-coordinate representation of color #BA5563: hue angle of 351.68º 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 #BA5563 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 99 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.27 |
| HSL | 351.68º | 0.42% | 0.53% | - |
| HSV(B) | 351.68º | 0.54% | 0.73% | - |
| XYZ | 25.75 | 17.84 | 13.89 | - |
| YUV | 116.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 99 | 0 | 0.54 | 0.47 | 0.27 | 351.68 | 0.42 | 0.53 |
| Hex | BA | 55 | 63 | 0 | 36 | 2F | 1B | 160 | 2A | 35 |
| Octal | 272 | 125 | 143 | 0 | 66 | 57 | 33 | 540 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1100011 | 0 | 110110 | 101111 | 11011 | 101100000 | 101010 | 110101 |
Color Harmonies of #BA5563
Complementary color
Monochromatic Colors of #BA5563
Black with #BA5563
Text Example
Text Example
White with #BA5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5563; }
p { color: rgb(186,85,99); }
H1.HeaderClassName
{
color: #BA5563;
}
.AnyTagClassName
{
color: #BA5563;
}
</style>
background-color css
<style>
a { background-color: #BA5563; }
a { background-color: rgb(186,85,99); }
div.DivClassName
{
background-color: #BA5563;
}
.BgClassName
{
background-color: #BA5563;
}
</style>
border-color css
<style>
span { border-color: #BA5563; }
span { border-color: rgb(186,85,99); }
td.TdClassName
{
border-color: #BA5563;
}
.TagClassName
{
border-color: #BA5563;
}
</style>