Shades of Blush #BA646E
Tints of Blush #BA646E
RGB
CMYK
RGB Variations
Color information
#BA646E (or 0xBA646E) is known color: Blush. HEX triplet: BA, 64 and 6E. RGB value is (186,100,110). Sum of RGB (Red+Green+Blue) = 186+100+110=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA646E is #459B91. Grayscale: #7E7E7E. Windows color (decimal): -4561810 or 7234746. OLE color: 7234746.
HSL color Cylindrical-coordinate representation of color #BA646E: hue angle of 353.02º 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 #BA646E is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 110 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.27 |
| HSL | 353.02º | 0.38% | 0.56% | - |
| HSV(B) | 353.02º | 0.46% | 0.73% | - |
| XYZ | 27.62 | 20.68 | 17.29 | - |
| YUV | 126.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 110 | 0 | 0.46 | 0.41 | 0.27 | 353.02 | 0.38 | 0.56 |
| Hex | BA | 64 | 6E | 0 | 2E | 29 | 1B | 161 | 26 | 38 |
| Octal | 272 | 144 | 156 | 0 | 56 | 51 | 33 | 541 | 46 | 70 |
| Binary | 10111010 | 1100100 | 1101110 | 0 | 101110 | 101001 | 11011 | 101100001 | 100110 | 111000 |
Color Harmonies of #BA646E
Complementary color
Monochromatic Colors of #BA646E
Black with #BA646E
Text Example
Text Example
White with #BA646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA646E; }
p { color: rgb(186,100,110); }
H1.HeaderClassName
{
color: #BA646E;
}
.AnyTagClassName
{
color: #BA646E;
}
</style>
background-color css
<style>
a { background-color: #BA646E; }
a { background-color: rgb(186,100,110); }
div.DivClassName
{
background-color: #BA646E;
}
.BgClassName
{
background-color: #BA646E;
}
</style>
border-color css
<style>
span { border-color: #BA646E; }
span { border-color: rgb(186,100,110); }
td.TdClassName
{
border-color: #BA646E;
}
.TagClassName
{
border-color: #BA646E;
}
</style>