Shades of Blush #BA576B
Tints of Blush #BA576B
RGB
CMYK
RGB Variations
Color information
#BA576B (or 0xBA576B) is known color: Blush. HEX triplet: BA, 57 and 6B. RGB value is (186,87,107). Sum of RGB (Red+Green+Blue) = 186+87+107=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA576B is #45A894. Grayscale: #767676. Windows color (decimal): -4565141 or 7034810. OLE color: 7034810.
HSL color Cylindrical-coordinate representation of color #BA576B: hue angle of 347.88º 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 #BA576B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 107 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 347.88º | 0.42% | 0.54% | - |
| HSV(B) | 347.88º | 0.53% | 0.73% | - |
| XYZ | 26.31 | 18.32 | 16.06 | - |
| YUV | 118.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 107 | 0 | 0.53 | 0.42 | 0.27 | 347.88 | 0.42 | 0.54 |
| Hex | BA | 57 | 6B | 0 | 35 | 2A | 1B | 15C | 2A | 36 |
| Octal | 272 | 127 | 153 | 0 | 65 | 52 | 33 | 534 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1101011 | 0 | 110101 | 101010 | 11011 | 101011100 | 101010 | 110110 |
Color Harmonies of #BA576B
Complementary color
Monochromatic Colors of #BA576B
Black with #BA576B
Text Example
Text Example
White with #BA576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA576B; }
p { color: rgb(186,87,107); }
H1.HeaderClassName
{
color: #BA576B;
}
.AnyTagClassName
{
color: #BA576B;
}
</style>
background-color css
<style>
a { background-color: #BA576B; }
a { background-color: rgb(186,87,107); }
div.DivClassName
{
background-color: #BA576B;
}
.BgClassName
{
background-color: #BA576B;
}
</style>
border-color css
<style>
span { border-color: #BA576B; }
span { border-color: rgb(186,87,107); }
td.TdClassName
{
border-color: #BA576B;
}
.TagClassName
{
border-color: #BA576B;
}
</style>