Shades of Blush #BA576C
Tints of Blush #BA576C
RGB
CMYK
RGB Variations
Color information
#BA576C (or 0xBA576C) is known color: Blush. HEX triplet: BA, 57 and 6C. RGB value is (186,87,108). Sum of RGB (Red+Green+Blue) = 186+87+108=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA576C is #45A893. Grayscale: #777777. Windows color (decimal): -4565140 or 7100346. OLE color: 7100346.
HSL color Cylindrical-coordinate representation of color #BA576C: hue angle of 347.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA576C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 108 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 347.27º | 0.42% | 0.54% | - |
| HSV(B) | 347.27º | 0.53% | 0.73% | - |
| XYZ | 26.36 | 18.34 | 16.34 | - |
| YUV | 119 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 108 | 0 | 0.53 | 0.42 | 0.27 | 347.27 | 0.42 | 0.54 |
| Hex | BA | 57 | 6C | 0 | 35 | 2A | 1B | 15B | 2A | 36 |
| Octal | 272 | 127 | 154 | 0 | 65 | 52 | 33 | 533 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1101100 | 0 | 110101 | 101010 | 11011 | 101011011 | 101010 | 110110 |
Color Harmonies of #BA576C
Complementary color
Monochromatic Colors of #BA576C
Black with #BA576C
Text Example
Text Example
White with #BA576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA576C; }
p { color: rgb(186,87,108); }
H1.HeaderClassName
{
color: #BA576C;
}
.AnyTagClassName
{
color: #BA576C;
}
</style>
background-color css
<style>
a { background-color: #BA576C; }
a { background-color: rgb(186,87,108); }
div.DivClassName
{
background-color: #BA576C;
}
.BgClassName
{
background-color: #BA576C;
}
</style>
border-color css
<style>
span { border-color: #BA576C; }
span { border-color: rgb(186,87,108); }
td.TdClassName
{
border-color: #BA576C;
}
.TagClassName
{
border-color: #BA576C;
}
</style>