Shades of Blush #BA4C66
Tints of Blush #BA4C66
RGB
CMYK
RGB Variations
Color information
#BA4C66 (or 0xBA4C66) is known color: Blush. HEX triplet: BA, 4C and 66. RGB value is (186,76,102). Sum of RGB (Red+Green+Blue) = 186+76+102=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C66 is #45B399. Grayscale: #6F6F6F. Windows color (decimal): -4567962 or 6704314. OLE color: 6704314.
HSL color Cylindrical-coordinate representation of color #BA4C66: hue angle of 345.82º 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 #BA4C66 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 102 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.27 |
| HSL | 345.82º | 0.44% | 0.51% | - |
| HSV(B) | 345.82º | 0.59% | 0.73% | - |
| XYZ | 25.23 | 16.57 | 14.44 | - |
| YUV | 111.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 102 | 0 | 0.59 | 0.45 | 0.27 | 345.82 | 0.44 | 0.51 |
| Hex | BA | 4C | 66 | 0 | 3B | 2D | 1B | 15A | 2C | 33 |
| Octal | 272 | 114 | 146 | 0 | 73 | 55 | 33 | 532 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1100110 | 0 | 111011 | 101101 | 11011 | 101011010 | 101100 | 110011 |
Color Harmonies of #BA4C66
Complementary color
Monochromatic Colors of #BA4C66
Black with #BA4C66
Text Example
Text Example
White with #BA4C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C66; }
p { color: rgb(186,76,102); }
H1.HeaderClassName
{
color: #BA4C66;
}
.AnyTagClassName
{
color: #BA4C66;
}
</style>
background-color css
<style>
a { background-color: #BA4C66; }
a { background-color: rgb(186,76,102); }
div.DivClassName
{
background-color: #BA4C66;
}
.BgClassName
{
background-color: #BA4C66;
}
</style>
border-color css
<style>
span { border-color: #BA4C66; }
span { border-color: rgb(186,76,102); }
td.TdClassName
{
border-color: #BA4C66;
}
.TagClassName
{
border-color: #BA4C66;
}
</style>