Shades of Blush #BA4C60
Tints of Blush #BA4C60
RGB
CMYK
RGB Variations
Color information
#BA4C60 (or 0xBA4C60) is known color: Blush. HEX triplet: BA, 4C and 60. RGB value is (186,76,96). Sum of RGB (Red+Green+Blue) = 186+76+96=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C60 is #45B39F. Grayscale: #6F6F6F. Windows color (decimal): -4567968 or 6311098. OLE color: 6311098.
HSL color Cylindrical-coordinate representation of color #BA4C60: hue angle of 349.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C60 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 96 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.27 |
| HSL | 349.09º | 0.44% | 0.51% | - |
| HSV(B) | 349.09º | 0.59% | 0.73% | - |
| XYZ | 24.95 | 16.45 | 12.93 | - |
| YUV | 111.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 96 | 0 | 0.59 | 0.48 | 0.27 | 349.09 | 0.44 | 0.51 |
| Hex | BA | 4C | 60 | 0 | 3B | 30 | 1B | 15D | 2C | 33 |
| Octal | 272 | 114 | 140 | 0 | 73 | 60 | 33 | 535 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1100000 | 0 | 111011 | 110000 | 11011 | 101011101 | 101100 | 110011 |
Color Harmonies of #BA4C60
Complementary color
Monochromatic Colors of #BA4C60
Black with #BA4C60
Text Example
Text Example
White with #BA4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C60; }
p { color: rgb(186,76,96); }
H1.HeaderClassName
{
color: #BA4C60;
}
.AnyTagClassName
{
color: #BA4C60;
}
</style>
background-color css
<style>
a { background-color: #BA4C60; }
a { background-color: rgb(186,76,96); }
div.DivClassName
{
background-color: #BA4C60;
}
.BgClassName
{
background-color: #BA4C60;
}
</style>
border-color css
<style>
span { border-color: #BA4C60; }
span { border-color: rgb(186,76,96); }
td.TdClassName
{
border-color: #BA4C60;
}
.TagClassName
{
border-color: #BA4C60;
}
</style>