Shades of Blush #BA586F
Tints of Blush #BA586F
RGB
CMYK
RGB Variations
Color information
#BA586F (or 0xBA586F) is known color: Blush. HEX triplet: BA, 58 and 6F. RGB value is (186,88,111). Sum of RGB (Red+Green+Blue) = 186+88+111=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA586F is #45A790. Grayscale: #777777. Windows color (decimal): -4564881 or 7297210. OLE color: 7297210.
HSL color Cylindrical-coordinate representation of color #BA586F: hue angle of 345.92º 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 #BA586F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 111 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.27 |
| HSL | 345.92º | 0.42% | 0.54% | - |
| HSV(B) | 345.92º | 0.53% | 0.73% | - |
| XYZ | 26.61 | 18.57 | 17.22 | - |
| YUV | 119.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 111 | 0 | 0.53 | 0.40 | 0.27 | 345.92 | 0.42 | 0.54 |
| Hex | BA | 58 | 6F | 0 | 35 | 28 | 1B | 15A | 2A | 36 |
| Octal | 272 | 130 | 157 | 0 | 65 | 50 | 33 | 532 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1101111 | 0 | 110101 | 101000 | 11011 | 101011010 | 101010 | 110110 |
Color Harmonies of #BA586F
Complementary color
Monochromatic Colors of #BA586F
Black with #BA586F
Text Example
Text Example
White with #BA586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA586F; }
p { color: rgb(186,88,111); }
H1.HeaderClassName
{
color: #BA586F;
}
.AnyTagClassName
{
color: #BA586F;
}
</style>
background-color css
<style>
a { background-color: #BA586F; }
a { background-color: rgb(186,88,111); }
div.DivClassName
{
background-color: #BA586F;
}
.BgClassName
{
background-color: #BA586F;
}
</style>
border-color css
<style>
span { border-color: #BA586F; }
span { border-color: rgb(186,88,111); }
td.TdClassName
{
border-color: #BA586F;
}
.TagClassName
{
border-color: #BA586F;
}
</style>