Shades of Blush #BA505F
Tints of Blush #BA505F
RGB
CMYK
RGB Variations
Color information
#BA505F (or 0xBA505F) is known color: Blush. HEX triplet: BA, 50 and 5F. RGB value is (186,80,95). Sum of RGB (Red+Green+Blue) = 186+80+95=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA505F is #45AFA0. Grayscale: #717171. Windows color (decimal): -4566945 or 6246586. OLE color: 6246586.
HSL color Cylindrical-coordinate representation of color #BA505F: hue angle of 351.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA505F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 95 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.27 |
| HSL | 351.51º | 0.43% | 0.52% | - |
| HSV(B) | 351.51º | 0.57% | 0.73% | - |
| XYZ | 25.18 | 17 | 12.78 | - |
| YUV | 113.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 95 | 0 | 0.57 | 0.49 | 0.27 | 351.51 | 0.43 | 0.52 |
| Hex | BA | 50 | 5F | 0 | 39 | 31 | 1B | 160 | 2B | 34 |
| Octal | 272 | 120 | 137 | 0 | 71 | 61 | 33 | 540 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1011111 | 0 | 111001 | 110001 | 11011 | 101100000 | 101011 | 110100 |
Color Harmonies of #BA505F
Complementary color
Monochromatic Colors of #BA505F
Black with #BA505F
Text Example
Text Example
White with #BA505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA505F; }
p { color: rgb(186,80,95); }
H1.HeaderClassName
{
color: #BA505F;
}
.AnyTagClassName
{
color: #BA505F;
}
</style>
background-color css
<style>
a { background-color: #BA505F; }
a { background-color: rgb(186,80,95); }
div.DivClassName
{
background-color: #BA505F;
}
.BgClassName
{
background-color: #BA505F;
}
</style>
border-color css
<style>
span { border-color: #BA505F; }
span { border-color: rgb(186,80,95); }
td.TdClassName
{
border-color: #BA505F;
}
.TagClassName
{
border-color: #BA505F;
}
</style>