Shades of Blush #BA575F
Tints of Blush #BA575F
RGB
CMYK
RGB Variations
Color information
#BA575F (or 0xBA575F) is known color: Blush. HEX triplet: BA, 57 and 5F. RGB value is (186,87,95). Sum of RGB (Red+Green+Blue) = 186+87+95=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA575F is #45A8A0. Grayscale: #757575. Windows color (decimal): -4565153 or 6248378. OLE color: 6248378.
HSL color Cylindrical-coordinate representation of color #BA575F: hue angle of 355.15º 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 #BA575F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 95 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.27 |
| HSL | 355.15º | 0.42% | 0.54% | - |
| HSV(B) | 355.15º | 0.53% | 0.73% | - |
| XYZ | 25.72 | 18.08 | 12.96 | - |
| YUV | 117.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 95 | 0 | 0.53 | 0.49 | 0.27 | 355.15 | 0.42 | 0.54 |
| Hex | BA | 57 | 5F | 0 | 35 | 31 | 1B | 163 | 2A | 36 |
| Octal | 272 | 127 | 137 | 0 | 65 | 61 | 33 | 543 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1011111 | 0 | 110101 | 110001 | 11011 | 101100011 | 101010 | 110110 |
Color Harmonies of #BA575F
Complementary color
Monochromatic Colors of #BA575F
Black with #BA575F
Text Example
Text Example
White with #BA575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA575F; }
p { color: rgb(186,87,95); }
H1.HeaderClassName
{
color: #BA575F;
}
.AnyTagClassName
{
color: #BA575F;
}
</style>
background-color css
<style>
a { background-color: #BA575F; }
a { background-color: rgb(186,87,95); }
div.DivClassName
{
background-color: #BA575F;
}
.BgClassName
{
background-color: #BA575F;
}
</style>
border-color css
<style>
span { border-color: #BA575F; }
span { border-color: rgb(186,87,95); }
td.TdClassName
{
border-color: #BA575F;
}
.TagClassName
{
border-color: #BA575F;
}
</style>