Shades of Blush #BA4E68
Tints of Blush #BA4E68
RGB
CMYK
RGB Variations
Color information
#BA4E68 (or 0xBA4E68) is known color: Blush. HEX triplet: BA, 4E and 68. RGB value is (186,78,104). Sum of RGB (Red+Green+Blue) = 186+78+104=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E68 is #45B197. Grayscale: #717171. Windows color (decimal): -4567448 or 6835898. OLE color: 6835898.
HSL color Cylindrical-coordinate representation of color #BA4E68: hue angle of 345.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E68 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 104 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.27 |
| HSL | 345.56º | 0.44% | 0.52% | - |
| HSV(B) | 345.56º | 0.58% | 0.73% | - |
| XYZ | 25.47 | 16.89 | 15.01 | - |
| YUV | 113.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 104 | 0 | 0.58 | 0.44 | 0.27 | 345.56 | 0.44 | 0.52 |
| Hex | BA | 4E | 68 | 0 | 3A | 2C | 1B | 15A | 2C | 34 |
| Octal | 272 | 116 | 150 | 0 | 72 | 54 | 33 | 532 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1101000 | 0 | 111010 | 101100 | 11011 | 101011010 | 101100 | 110100 |
Color Harmonies of #BA4E68
Complementary color
Monochromatic Colors of #BA4E68
Black with #BA4E68
Text Example
Text Example
White with #BA4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E68; }
p { color: rgb(186,78,104); }
H1.HeaderClassName
{
color: #BA4E68;
}
.AnyTagClassName
{
color: #BA4E68;
}
</style>
background-color css
<style>
a { background-color: #BA4E68; }
a { background-color: rgb(186,78,104); }
div.DivClassName
{
background-color: #BA4E68;
}
.BgClassName
{
background-color: #BA4E68;
}
</style>
border-color css
<style>
span { border-color: #BA4E68; }
span { border-color: rgb(186,78,104); }
td.TdClassName
{
border-color: #BA4E68;
}
.TagClassName
{
border-color: #BA4E68;
}
</style>