Shades of Blush #BA4E64
Tints of Blush #BA4E64
RGB
CMYK
RGB Variations
Color information
#BA4E64 (or 0xBA4E64) is known color: Blush. HEX triplet: BA, 4E and 64. RGB value is (186,78,100). Sum of RGB (Red+Green+Blue) = 186+78+100=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E64 is #45B19B. Grayscale: #707070. Windows color (decimal): -4567452 or 6573754. OLE color: 6573754.
HSL color Cylindrical-coordinate representation of color #BA4E64: hue angle of 347.78º 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 #BA4E64 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 100 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.27 |
| HSL | 347.78º | 0.44% | 0.52% | - |
| HSV(B) | 347.78º | 0.58% | 0.73% | - |
| XYZ | 25.27 | 16.81 | 13.97 | - |
| YUV | 112.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 100 | 0 | 0.58 | 0.46 | 0.27 | 347.78 | 0.44 | 0.52 |
| Hex | BA | 4E | 64 | 0 | 3A | 2E | 1B | 15C | 2C | 34 |
| Octal | 272 | 116 | 144 | 0 | 72 | 56 | 33 | 534 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1100100 | 0 | 111010 | 101110 | 11011 | 101011100 | 101100 | 110100 |
Color Harmonies of #BA4E64
Complementary color
Monochromatic Colors of #BA4E64
Black with #BA4E64
Text Example
Text Example
White with #BA4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E64; }
p { color: rgb(186,78,100); }
H1.HeaderClassName
{
color: #BA4E64;
}
.AnyTagClassName
{
color: #BA4E64;
}
</style>
background-color css
<style>
a { background-color: #BA4E64; }
a { background-color: rgb(186,78,100); }
div.DivClassName
{
background-color: #BA4E64;
}
.BgClassName
{
background-color: #BA4E64;
}
</style>
border-color css
<style>
span { border-color: #BA4E64; }
span { border-color: rgb(186,78,100); }
td.TdClassName
{
border-color: #BA4E64;
}
.TagClassName
{
border-color: #BA4E64;
}
</style>