Shades of Blush #BA5868
Tints of Blush #BA5868
RGB
CMYK
RGB Variations
Color information
#BA5868 (or 0xBA5868) is known color: Blush. HEX triplet: BA, 58 and 68. RGB value is (186,88,104). Sum of RGB (Red+Green+Blue) = 186+88+104=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5868 is #45A797. Grayscale: #777777. Windows color (decimal): -4564888 or 6838458. OLE color: 6838458.
HSL color Cylindrical-coordinate representation of color #BA5868: hue angle of 350.2º 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 #BA5868 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 104 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.27 |
| HSL | 350.2º | 0.42% | 0.54% | - |
| HSV(B) | 350.2º | 0.53% | 0.73% | - |
| XYZ | 26.24 | 18.42 | 15.27 | - |
| YUV | 119.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 104 | 0 | 0.53 | 0.44 | 0.27 | 350.2 | 0.42 | 0.54 |
| Hex | BA | 58 | 68 | 0 | 35 | 2C | 1B | 15E | 2A | 36 |
| Octal | 272 | 130 | 150 | 0 | 65 | 54 | 33 | 536 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1101000 | 0 | 110101 | 101100 | 11011 | 101011110 | 101010 | 110110 |
Color Harmonies of #BA5868
Complementary color
Monochromatic Colors of #BA5868
Black with #BA5868
Text Example
Text Example
White with #BA5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5868; }
p { color: rgb(186,88,104); }
H1.HeaderClassName
{
color: #BA5868;
}
.AnyTagClassName
{
color: #BA5868;
}
</style>
background-color css
<style>
a { background-color: #BA5868; }
a { background-color: rgb(186,88,104); }
div.DivClassName
{
background-color: #BA5868;
}
.BgClassName
{
background-color: #BA5868;
}
</style>
border-color css
<style>
span { border-color: #BA5868; }
span { border-color: rgb(186,88,104); }
td.TdClassName
{
border-color: #BA5868;
}
.TagClassName
{
border-color: #BA5868;
}
</style>