Shades of Blush #BA4E63
Tints of Blush #BA4E63
RGB
CMYK
RGB Variations
Color information
#BA4E63 (or 0xBA4E63) is known color: Blush. HEX triplet: BA, 4E and 63. RGB value is (186,78,99). Sum of RGB (Red+Green+Blue) = 186+78+99=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E63 is #45B19C. Grayscale: #707070. Windows color (decimal): -4567453 or 6508218. OLE color: 6508218.
HSL color Cylindrical-coordinate representation of color #BA4E63: hue angle of 348.33º 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 #BA4E63 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 99 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.27 |
| HSL | 348.33º | 0.44% | 0.52% | - |
| HSV(B) | 348.33º | 0.58% | 0.73% | - |
| XYZ | 25.23 | 16.79 | 13.72 | - |
| YUV | 112.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 99 | 0 | 0.58 | 0.47 | 0.27 | 348.33 | 0.44 | 0.52 |
| Hex | BA | 4E | 63 | 0 | 3A | 2F | 1B | 15C | 2C | 34 |
| Octal | 272 | 116 | 143 | 0 | 72 | 57 | 33 | 534 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1100011 | 0 | 111010 | 101111 | 11011 | 101011100 | 101100 | 110100 |
Color Harmonies of #BA4E63
Complementary color
Monochromatic Colors of #BA4E63
Black with #BA4E63
Text Example
Text Example
White with #BA4E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E63; }
p { color: rgb(186,78,99); }
H1.HeaderClassName
{
color: #BA4E63;
}
.AnyTagClassName
{
color: #BA4E63;
}
</style>
background-color css
<style>
a { background-color: #BA4E63; }
a { background-color: rgb(186,78,99); }
div.DivClassName
{
background-color: #BA4E63;
}
.BgClassName
{
background-color: #BA4E63;
}
</style>
border-color css
<style>
span { border-color: #BA4E63; }
span { border-color: rgb(186,78,99); }
td.TdClassName
{
border-color: #BA4E63;
}
.TagClassName
{
border-color: #BA4E63;
}
</style>