Shades of Blush #BA515D
Tints of Blush #BA515D
RGB
CMYK
RGB Variations
Color information
#BA515D (or 0xBA515D) is known color: Blush. HEX triplet: BA, 51 and 5D. RGB value is (186,81,93). Sum of RGB (Red+Green+Blue) = 186+81+93=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA515D is #45AEA2. Grayscale: #717171. Windows color (decimal): -4566691 or 6115770. OLE color: 6115770.
HSL color Cylindrical-coordinate representation of color #BA515D: hue angle of 353.14º 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 #BA515D is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 93 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.27 |
| HSL | 353.14º | 0.43% | 0.52% | - |
| HSV(B) | 353.14º | 0.56% | 0.73% | - |
| XYZ | 25.17 | 17.11 | 12.33 | - |
| YUV | 113.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 93 | 0 | 0.56 | 0.5 | 0.27 | 353.14 | 0.43 | 0.52 |
| Hex | BA | 51 | 5D | 0 | 38 | 32 | 1B | 161 | 2B | 34 |
| Octal | 272 | 121 | 135 | 0 | 70 | 62 | 33 | 541 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1011101 | 0 | 111000 | 110010 | 11011 | 101100001 | 101011 | 110100 |
Color Harmonies of #BA515D
Complementary color
Monochromatic Colors of #BA515D
Black with #BA515D
Text Example
Text Example
White with #BA515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA515D; }
p { color: rgb(186,81,93); }
H1.HeaderClassName
{
color: #BA515D;
}
.AnyTagClassName
{
color: #BA515D;
}
</style>
background-color css
<style>
a { background-color: #BA515D; }
a { background-color: rgb(186,81,93); }
div.DivClassName
{
background-color: #BA515D;
}
.BgClassName
{
background-color: #BA515D;
}
</style>
border-color css
<style>
span { border-color: #BA515D; }
span { border-color: rgb(186,81,93); }
td.TdClassName
{
border-color: #BA515D;
}
.TagClassName
{
border-color: #BA515D;
}
</style>