Shades of Blush #BA6470
Tints of Blush #BA6470
RGB
CMYK
RGB Variations
Color information
#BA6470 (or 0xBA6470) is known color: Blush. HEX triplet: BA, 64 and 70. RGB value is (186,100,112). Sum of RGB (Red+Green+Blue) = 186+100+112=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6470 is #459B8F. Grayscale: #7F7F7F. Windows color (decimal): -4561808 or 7365818. OLE color: 7365818.
HSL color Cylindrical-coordinate representation of color #BA6470: hue angle of 351.63º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6470 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 112 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.27 |
| HSL | 351.63º | 0.38% | 0.56% | - |
| HSV(B) | 351.63º | 0.46% | 0.73% | - |
| XYZ | 27.73 | 20.72 | 17.87 | - |
| YUV | 127.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 112 | 0 | 0.46 | 0.40 | 0.27 | 351.63 | 0.38 | 0.56 |
| Hex | BA | 64 | 70 | 0 | 2E | 28 | 1B | 160 | 26 | 38 |
| Octal | 272 | 144 | 160 | 0 | 56 | 50 | 33 | 540 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1110000 | 0 | 101110 | 101000 | 11011 | 101100000 | 100110 | 111000 |
Color Harmonies of #BA6470
Complementary color
Monochromatic Colors of #BA6470
Black with #BA6470
Text Example
Text Example
White with #BA6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6470; }
p { color: rgb(186,100,112); }
H1.HeaderClassName
{
color: #BA6470;
}
.AnyTagClassName
{
color: #BA6470;
}
</style>
background-color css
<style>
a { background-color: #BA6470; }
a { background-color: rgb(186,100,112); }
div.DivClassName
{
background-color: #BA6470;
}
.BgClassName
{
background-color: #BA6470;
}
</style>
border-color css
<style>
span { border-color: #BA6470; }
span { border-color: rgb(186,100,112); }
td.TdClassName
{
border-color: #BA6470;
}
.TagClassName
{
border-color: #BA6470;
}
</style>