Shades of Blush #BA616F
Tints of Blush #BA616F
RGB
CMYK
RGB Variations
Color information
#BA616F (or 0xBA616F) is known color: Blush. HEX triplet: BA, 61 and 6F. RGB value is (186,97,111). Sum of RGB (Red+Green+Blue) = 186+97+111=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA616F is #459E90. Grayscale: #7D7D7D. Windows color (decimal): -4562577 or 7299514. OLE color: 7299514.
HSL color Cylindrical-coordinate representation of color #BA616F: hue angle of 350.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA616F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 111 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.27 |
| HSL | 350.56º | 0.39% | 0.55% | - |
| HSV(B) | 350.56º | 0.48% | 0.73% | - |
| XYZ | 27.39 | 20.14 | 17.48 | - |
| YUV | 125.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 111 | 0 | 0.48 | 0.40 | 0.27 | 350.56 | 0.39 | 0.55 |
| Hex | BA | 61 | 6F | 0 | 30 | 28 | 1B | 15F | 27 | 37 |
| Octal | 272 | 141 | 157 | 0 | 60 | 50 | 33 | 537 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1101111 | 0 | 110000 | 101000 | 11011 | 101011111 | 100111 | 110111 |
Color Harmonies of #BA616F
Complementary color
Monochromatic Colors of #BA616F
Black with #BA616F
Text Example
Text Example
White with #BA616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA616F; }
p { color: rgb(186,97,111); }
H1.HeaderClassName
{
color: #BA616F;
}
.AnyTagClassName
{
color: #BA616F;
}
</style>
background-color css
<style>
a { background-color: #BA616F; }
a { background-color: rgb(186,97,111); }
div.DivClassName
{
background-color: #BA616F;
}
.BgClassName
{
background-color: #BA616F;
}
</style>
border-color css
<style>
span { border-color: #BA616F; }
span { border-color: rgb(186,97,111); }
td.TdClassName
{
border-color: #BA616F;
}
.TagClassName
{
border-color: #BA616F;
}
</style>