Shades of Blush #BA646C
Tints of Blush #BA646C
RGB
CMYK
RGB Variations
Color information
#BA646C (or 0xBA646C) is known color: Blush. HEX triplet: BA, 64 and 6C. RGB value is (186,100,108). Sum of RGB (Red+Green+Blue) = 186+100+108=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646C is #459B93. Grayscale: #7E7E7E. Windows color (decimal): -4561812 or 7103674. OLE color: 7103674.
HSL color Cylindrical-coordinate representation of color #BA646C: hue angle of 354.42º 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 #BA646C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 108 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 354.42º | 0.38% | 0.56% | - |
| HSV(B) | 354.42º | 0.46% | 0.73% | - |
| XYZ | 27.51 | 20.64 | 16.72 | - |
| YUV | 126.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 108 | 0 | 0.46 | 0.42 | 0.27 | 354.42 | 0.38 | 0.56 |
| Hex | BA | 64 | 6C | 0 | 2E | 2A | 1B | 162 | 26 | 38 |
| Octal | 272 | 144 | 154 | 0 | 56 | 52 | 33 | 542 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1101100 | 0 | 101110 | 101010 | 11011 | 101100010 | 100110 | 111000 |
Color Harmonies of #BA646C
Complementary color
Monochromatic Colors of #BA646C
Black with #BA646C
Text Example
Text Example
White with #BA646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA646C; }
p { color: rgb(186,100,108); }
H1.HeaderClassName
{
color: #BA646C;
}
.AnyTagClassName
{
color: #BA646C;
}
</style>
background-color css
<style>
a { background-color: #BA646C; }
a { background-color: rgb(186,100,108); }
div.DivClassName
{
background-color: #BA646C;
}
.BgClassName
{
background-color: #BA646C;
}
</style>
border-color css
<style>
span { border-color: #BA646C; }
span { border-color: rgb(186,100,108); }
td.TdClassName
{
border-color: #BA646C;
}
.TagClassName
{
border-color: #BA646C;
}
</style>