Shades of Blush #BA566F
Tints of Blush #BA566F
RGB
CMYK
RGB Variations
Color information
#BA566F (or 0xBA566F) is known color: Blush. HEX triplet: BA, 56 and 6F. RGB value is (186,86,111). Sum of RGB (Red+Green+Blue) = 186+86+111=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA566F is #45A990. Grayscale: #767676. Windows color (decimal): -4565393 or 7296698. OLE color: 7296698.
HSL color Cylindrical-coordinate representation of color #BA566F: hue angle of 345º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA566F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 111 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.27 |
| HSL | 345º | 0.42% | 0.53% | - |
| HSV(B) | 345º | 0.54% | 0.73% | - |
| XYZ | 26.45 | 18.24 | 17.17 | - |
| YUV | 118.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 111 | 0 | 0.54 | 0.40 | 0.27 | 345 | 0.42 | 0.53 |
| Hex | BA | 56 | 6F | 0 | 36 | 28 | 1B | 159 | 2A | 35 |
| Octal | 272 | 126 | 157 | 0 | 66 | 50 | 33 | 531 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1101111 | 0 | 110110 | 101000 | 11011 | 101011001 | 101010 | 110101 |
Color Harmonies of #BA566F
Complementary color
Monochromatic Colors of #BA566F
Black with #BA566F
Text Example
Text Example
White with #BA566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA566F; }
p { color: rgb(186,86,111); }
H1.HeaderClassName
{
color: #BA566F;
}
.AnyTagClassName
{
color: #BA566F;
}
</style>
background-color css
<style>
a { background-color: #BA566F; }
a { background-color: rgb(186,86,111); }
div.DivClassName
{
background-color: #BA566F;
}
.BgClassName
{
background-color: #BA566F;
}
</style>
border-color css
<style>
span { border-color: #BA566F; }
span { border-color: rgb(186,86,111); }
td.TdClassName
{
border-color: #BA566F;
}
.TagClassName
{
border-color: #BA566F;
}
</style>