Shades of Blush #BA5764
Tints of Blush #BA5764
RGB
CMYK
RGB Variations
Color information
#BA5764 (or 0xBA5764) is known color: Blush. HEX triplet: BA, 57 and 64. RGB value is (186,87,100). Sum of RGB (Red+Green+Blue) = 186+87+100=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5764 is #45A89B. Grayscale: #767676. Windows color (decimal): -4565148 or 6576058. OLE color: 6576058.
HSL color Cylindrical-coordinate representation of color #BA5764: hue angle of 352.12º 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 #BA5764 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 100 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.27 |
| HSL | 352.12º | 0.42% | 0.54% | - |
| HSV(B) | 352.12º | 0.53% | 0.73% | - |
| XYZ | 25.96 | 18.18 | 14.2 | - |
| YUV | 118.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 100 | 0 | 0.53 | 0.46 | 0.27 | 352.12 | 0.42 | 0.54 |
| Hex | BA | 57 | 64 | 0 | 35 | 2E | 1B | 160 | 2A | 36 |
| Octal | 272 | 127 | 144 | 0 | 65 | 56 | 33 | 540 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1100100 | 0 | 110101 | 101110 | 11011 | 101100000 | 101010 | 110110 |
Color Harmonies of #BA5764
Complementary color
Monochromatic Colors of #BA5764
Black with #BA5764
Text Example
Text Example
White with #BA5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5764; }
p { color: rgb(186,87,100); }
H1.HeaderClassName
{
color: #BA5764;
}
.AnyTagClassName
{
color: #BA5764;
}
</style>
background-color css
<style>
a { background-color: #BA5764; }
a { background-color: rgb(186,87,100); }
div.DivClassName
{
background-color: #BA5764;
}
.BgClassName
{
background-color: #BA5764;
}
</style>
border-color css
<style>
span { border-color: #BA5764; }
span { border-color: rgb(186,87,100); }
td.TdClassName
{
border-color: #BA5764;
}
.TagClassName
{
border-color: #BA5764;
}
</style>