Shades of Blush #BA646F
Tints of Blush #BA646F
RGB
CMYK
RGB Variations
Color information
#BA646F (or 0xBA646F) is known color: Blush. HEX triplet: BA, 64 and 6F. RGB value is (186,100,111). Sum of RGB (Red+Green+Blue) = 186+100+111=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646F is #459B90. Grayscale: #7F7F7F. Windows color (decimal): -4561809 or 7300282. OLE color: 7300282.
HSL color Cylindrical-coordinate representation of color #BA646F: hue angle of 352.33º 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 #BA646F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 111 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.27 |
| HSL | 352.33º | 0.38% | 0.56% | - |
| HSV(B) | 352.33º | 0.46% | 0.73% | - |
| XYZ | 27.68 | 20.7 | 17.58 | - |
| YUV | 126.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 111 | 0 | 0.46 | 0.40 | 0.27 | 352.33 | 0.38 | 0.56 |
| Hex | BA | 64 | 6F | 0 | 2E | 28 | 1B | 160 | 26 | 38 |
| Octal | 272 | 144 | 157 | 0 | 56 | 50 | 33 | 540 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1101111 | 0 | 101110 | 101000 | 11011 | 101100000 | 100110 | 111000 |
Color Harmonies of #BA646F
Complementary color
Monochromatic Colors of #BA646F
Black with #BA646F
Text Example
Text Example
White with #BA646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA646F; }
p { color: rgb(186,100,111); }
H1.HeaderClassName
{
color: #BA646F;
}
.AnyTagClassName
{
color: #BA646F;
}
</style>
background-color css
<style>
a { background-color: #BA646F; }
a { background-color: rgb(186,100,111); }
div.DivClassName
{
background-color: #BA646F;
}
.BgClassName
{
background-color: #BA646F;
}
</style>
border-color css
<style>
span { border-color: #BA646F; }
span { border-color: rgb(186,100,111); }
td.TdClassName
{
border-color: #BA646F;
}
.TagClassName
{
border-color: #BA646F;
}
</style>