Shades of Blush #BA4460
Tints of Blush #BA4460
RGB
CMYK
RGB Variations
Color information
#BA4460 (or 0xBA4460) is known color: Blush. HEX triplet: BA, 44 and 60. RGB value is (186,68,96). Sum of RGB (Red+Green+Blue) = 186+68+96=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4460 is #45BB9F. Grayscale: #6A6A6A. Windows color (decimal): -4570016 or 6309050. OLE color: 6309050.
HSL color Cylindrical-coordinate representation of color #BA4460: hue angle of 345.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4460 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 96 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.27 |
| HSL | 345.76º | 0.46% | 0.5% | - |
| HSV(B) | 345.76º | 0.63% | 0.73% | - |
| XYZ | 24.43 | 15.42 | 12.75 | - |
| YUV | 106.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 96 | 0 | 0.63 | 0.48 | 0.27 | 345.76 | 0.46 | 0.5 |
| Hex | BA | 44 | 60 | 0 | 3F | 30 | 1B | 15A | 2E | 32 |
| Octal | 272 | 104 | 140 | 0 | 77 | 60 | 33 | 532 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1100000 | 0 | 111111 | 110000 | 11011 | 101011010 | 101110 | 110010 |
Color Harmonies of #BA4460
Complementary color
Monochromatic Colors of #BA4460
Black with #BA4460
Text Example
Text Example
White with #BA4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4460; }
p { color: rgb(186,68,96); }
H1.HeaderClassName
{
color: #BA4460;
}
.AnyTagClassName
{
color: #BA4460;
}
</style>
background-color css
<style>
a { background-color: #BA4460; }
a { background-color: rgb(186,68,96); }
div.DivClassName
{
background-color: #BA4460;
}
.BgClassName
{
background-color: #BA4460;
}
</style>
border-color css
<style>
span { border-color: #BA4460; }
span { border-color: rgb(186,68,96); }
td.TdClassName
{
border-color: #BA4460;
}
.TagClassName
{
border-color: #BA4460;
}
</style>