Shades of Blush #BA515C
Tints of Blush #BA515C
RGB
CMYK
RGB Variations
Color information
#BA515C (or 0xBA515C) is known color: Blush. HEX triplet: BA, 51 and 5C. RGB value is (186,81,92). Sum of RGB (Red+Green+Blue) = 186+81+92=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA515C is #45AEA3. Grayscale: #717171. Windows color (decimal): -4566692 or 6050234. OLE color: 6050234.
HSL color Cylindrical-coordinate representation of color #BA515C: hue angle of 353.71º 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 #BA515C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 92 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.27 |
| HSL | 353.71º | 0.43% | 0.52% | - |
| HSV(B) | 353.71º | 0.56% | 0.73% | - |
| XYZ | 25.12 | 17.1 | 12.1 | - |
| YUV | 113.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 92 | 0 | 0.56 | 0.51 | 0.27 | 353.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 5C | 0 | 38 | 33 | 1B | 162 | 2B | 34 |
| Octal | 272 | 121 | 134 | 0 | 70 | 63 | 33 | 542 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1011100 | 0 | 111000 | 110011 | 11011 | 101100010 | 101011 | 110100 |
Color Harmonies of #BA515C
Complementary color
Monochromatic Colors of #BA515C
Black with #BA515C
Text Example
Text Example
White with #BA515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA515C; }
p { color: rgb(186,81,92); }
H1.HeaderClassName
{
color: #BA515C;
}
.AnyTagClassName
{
color: #BA515C;
}
</style>
background-color css
<style>
a { background-color: #BA515C; }
a { background-color: rgb(186,81,92); }
div.DivClassName
{
background-color: #BA515C;
}
.BgClassName
{
background-color: #BA515C;
}
</style>
border-color css
<style>
span { border-color: #BA515C; }
span { border-color: rgb(186,81,92); }
td.TdClassName
{
border-color: #BA515C;
}
.TagClassName
{
border-color: #BA515C;
}
</style>