Shades of Blush #BA4E5D
Tints of Blush #BA4E5D
RGB
CMYK
RGB Variations
Color information
#BA4E5D (or 0xBA4E5D) is known color: Blush. HEX triplet: BA, 4E and 5D. RGB value is (186,78,93). Sum of RGB (Red+Green+Blue) = 186+78+93=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E5D is #45B1A2. Grayscale: #707070. Windows color (decimal): -4567459 or 6115002. OLE color: 6115002.
HSL color Cylindrical-coordinate representation of color #BA4E5D: hue angle of 351.67º 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 #BA4E5D is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 93 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.27 |
| HSL | 351.67º | 0.44% | 0.52% | - |
| HSV(B) | 351.67º | 0.58% | 0.73% | - |
| XYZ | 24.95 | 16.68 | 12.26 | - |
| YUV | 112 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 93 | 0 | 0.58 | 0.5 | 0.27 | 351.67 | 0.44 | 0.52 |
| Hex | BA | 4E | 5D | 0 | 3A | 32 | 1B | 160 | 2C | 34 |
| Octal | 272 | 116 | 135 | 0 | 72 | 62 | 33 | 540 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1011101 | 0 | 111010 | 110010 | 11011 | 101100000 | 101100 | 110100 |
Color Harmonies of #BA4E5D
Complementary color
Monochromatic Colors of #BA4E5D
Black with #BA4E5D
Text Example
Text Example
White with #BA4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E5D; }
p { color: rgb(186,78,93); }
H1.HeaderClassName
{
color: #BA4E5D;
}
.AnyTagClassName
{
color: #BA4E5D;
}
</style>
background-color css
<style>
a { background-color: #BA4E5D; }
a { background-color: rgb(186,78,93); }
div.DivClassName
{
background-color: #BA4E5D;
}
.BgClassName
{
background-color: #BA4E5D;
}
</style>
border-color css
<style>
span { border-color: #BA4E5D; }
span { border-color: rgb(186,78,93); }
td.TdClassName
{
border-color: #BA4E5D;
}
.TagClassName
{
border-color: #BA4E5D;
}
</style>