Shades of Blush #BA5772
Tints of Blush #BA5772
RGB
CMYK
RGB Variations
Color information
#BA5772 (or 0xBA5772) is known color: Blush. HEX triplet: BA, 57 and 72. RGB value is (186,87,114). Sum of RGB (Red+Green+Blue) = 186+87+114=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5772 is #45A88D. Grayscale: #777777. Windows color (decimal): -4565134 or 7493562. OLE color: 7493562.
HSL color Cylindrical-coordinate representation of color #BA5772: hue angle of 343.64º 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 #BA5772 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 114 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.27 |
| HSL | 343.64º | 0.42% | 0.54% | - |
| HSV(B) | 343.64º | 0.53% | 0.73% | - |
| XYZ | 26.7 | 18.47 | 18.08 | - |
| YUV | 119.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 114 | 0 | 0.53 | 0.39 | 0.27 | 343.64 | 0.42 | 0.54 |
| Hex | BA | 57 | 72 | 0 | 35 | 27 | 1B | 158 | 2A | 36 |
| Octal | 272 | 127 | 162 | 0 | 65 | 47 | 33 | 530 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1110010 | 0 | 110101 | 100111 | 11011 | 101011000 | 101010 | 110110 |
Color Harmonies of #BA5772
Complementary color
Monochromatic Colors of #BA5772
Black with #BA5772
Text Example
Text Example
White with #BA5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5772; }
p { color: rgb(186,87,114); }
H1.HeaderClassName
{
color: #BA5772;
}
.AnyTagClassName
{
color: #BA5772;
}
</style>
background-color css
<style>
a { background-color: #BA5772; }
a { background-color: rgb(186,87,114); }
div.DivClassName
{
background-color: #BA5772;
}
.BgClassName
{
background-color: #BA5772;
}
</style>
border-color css
<style>
span { border-color: #BA5772; }
span { border-color: rgb(186,87,114); }
td.TdClassName
{
border-color: #BA5772;
}
.TagClassName
{
border-color: #BA5772;
}
</style>