Shades of Blush #BA515E
Tints of Blush #BA515E
RGB
CMYK
RGB Variations
Color information
#BA515E (or 0xBA515E) is known color: Blush. HEX triplet: BA, 51 and 5E. RGB value is (186,81,94). Sum of RGB (Red+Green+Blue) = 186+81+94=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA515E is #45AEA1. Grayscale: #717171. Windows color (decimal): -4566690 or 6181306. OLE color: 6181306.
HSL color Cylindrical-coordinate representation of color #BA515E: hue angle of 352.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA515E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 94 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.27 |
| HSL | 352.57º | 0.43% | 0.52% | - |
| HSV(B) | 352.57º | 0.56% | 0.73% | - |
| XYZ | 25.21 | 17.13 | 12.57 | - |
| YUV | 113.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 94 | 0 | 0.56 | 0.49 | 0.27 | 352.57 | 0.43 | 0.52 |
| Hex | BA | 51 | 5E | 0 | 38 | 31 | 1B | 161 | 2B | 34 |
| Octal | 272 | 121 | 136 | 0 | 70 | 61 | 33 | 541 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1011110 | 0 | 111000 | 110001 | 11011 | 101100001 | 101011 | 110100 |
Color Harmonies of #BA515E
Complementary color
Monochromatic Colors of #BA515E
Black with #BA515E
Text Example
Text Example
White with #BA515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA515E; }
p { color: rgb(186,81,94); }
H1.HeaderClassName
{
color: #BA515E;
}
.AnyTagClassName
{
color: #BA515E;
}
</style>
background-color css
<style>
a { background-color: #BA515E; }
a { background-color: rgb(186,81,94); }
div.DivClassName
{
background-color: #BA515E;
}
.BgClassName
{
background-color: #BA515E;
}
</style>
border-color css
<style>
span { border-color: #BA515E; }
span { border-color: rgb(186,81,94); }
td.TdClassName
{
border-color: #BA515E;
}
.TagClassName
{
border-color: #BA515E;
}
</style>