Shades of Blush #BA556D
Tints of Blush #BA556D
RGB
CMYK
RGB Variations
Color information
#BA556D (or 0xBA556D) is known color: Blush. HEX triplet: BA, 55 and 6D. RGB value is (186,85,109). Sum of RGB (Red+Green+Blue) = 186+85+109=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA556D is #45AA92. Grayscale: #757575. Windows color (decimal): -4565651 or 7165370. OLE color: 7165370.
HSL color Cylindrical-coordinate representation of color #BA556D: hue angle of 345.74º 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 #BA556D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 109 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.27 |
| HSL | 345.74º | 0.42% | 0.53% | - |
| HSV(B) | 345.74º | 0.54% | 0.73% | - |
| XYZ | 26.26 | 18.04 | 16.57 | - |
| YUV | 117.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 109 | 0 | 0.54 | 0.41 | 0.27 | 345.74 | 0.42 | 0.53 |
| Hex | BA | 55 | 6D | 0 | 36 | 29 | 1B | 15A | 2A | 35 |
| Octal | 272 | 125 | 155 | 0 | 66 | 51 | 33 | 532 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1101101 | 0 | 110110 | 101001 | 11011 | 101011010 | 101010 | 110101 |
Color Harmonies of #BA556D
Complementary color
Monochromatic Colors of #BA556D
Black with #BA556D
Text Example
Text Example
White with #BA556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA556D; }
p { color: rgb(186,85,109); }
H1.HeaderClassName
{
color: #BA556D;
}
.AnyTagClassName
{
color: #BA556D;
}
</style>
background-color css
<style>
a { background-color: #BA556D; }
a { background-color: rgb(186,85,109); }
div.DivClassName
{
background-color: #BA556D;
}
.BgClassName
{
background-color: #BA556D;
}
</style>
border-color css
<style>
span { border-color: #BA556D; }
span { border-color: rgb(186,85,109); }
td.TdClassName
{
border-color: #BA556D;
}
.TagClassName
{
border-color: #BA556D;
}
</style>