Shades of Blush #BA4464
Tints of Blush #BA4464
RGB
CMYK
RGB Variations
Color information
#BA4464 (or 0xBA4464) is known color: Blush. HEX triplet: BA, 44 and 64. RGB value is (186,68,100). Sum of RGB (Red+Green+Blue) = 186+68+100=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4464 is #45BB9B. Grayscale: #6A6A6A. Windows color (decimal): -4570012 or 6571194. OLE color: 6571194.
HSL color Cylindrical-coordinate representation of color #BA4464: hue angle of 343.73º 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 #BA4464 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 100 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.27 |
| HSL | 343.73º | 0.46% | 0.5% | - |
| HSV(B) | 343.73º | 0.63% | 0.73% | - |
| XYZ | 24.62 | 15.49 | 13.75 | - |
| YUV | 106.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 100 | 0 | 0.63 | 0.46 | 0.27 | 343.73 | 0.46 | 0.5 |
| Hex | BA | 44 | 64 | 0 | 3F | 2E | 1B | 158 | 2E | 32 |
| Octal | 272 | 104 | 144 | 0 | 77 | 56 | 33 | 530 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1100100 | 0 | 111111 | 101110 | 11011 | 101011000 | 101110 | 110010 |
Color Harmonies of #BA4464
Complementary color
Monochromatic Colors of #BA4464
Black with #BA4464
Text Example
Text Example
White with #BA4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4464; }
p { color: rgb(186,68,100); }
H1.HeaderClassName
{
color: #BA4464;
}
.AnyTagClassName
{
color: #BA4464;
}
</style>
background-color css
<style>
a { background-color: #BA4464; }
a { background-color: rgb(186,68,100); }
div.DivClassName
{
background-color: #BA4464;
}
.BgClassName
{
background-color: #BA4464;
}
</style>
border-color css
<style>
span { border-color: #BA4464; }
span { border-color: rgb(186,68,100); }
td.TdClassName
{
border-color: #BA4464;
}
.TagClassName
{
border-color: #BA4464;
}
</style>