Shades of Blush #BA5B72
Tints of Blush #BA5B72
RGB
CMYK
RGB Variations
Color information
#BA5B72 (or 0xBA5B72) is known color: Blush. HEX triplet: BA, 5B and 72. RGB value is (186,91,114). Sum of RGB (Red+Green+Blue) = 186+91+114=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B72 is #45A48D. Grayscale: #7A7A7A. Windows color (decimal): -4564110 or 7494586. OLE color: 7494586.
HSL color Cylindrical-coordinate representation of color #BA5B72: hue angle of 345.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B72 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 114 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.27 |
| HSL | 345.47º | 0.41% | 0.54% | - |
| HSV(B) | 345.47º | 0.51% | 0.73% | - |
| XYZ | 27.03 | 19.14 | 18.19 | - |
| YUV | 122.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 114 | 0 | 0.51 | 0.39 | 0.27 | 345.47 | 0.41 | 0.54 |
| Hex | BA | 5B | 72 | 0 | 33 | 27 | 1B | 159 | 29 | 36 |
| Octal | 272 | 133 | 162 | 0 | 63 | 47 | 33 | 531 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1110010 | 0 | 110011 | 100111 | 11011 | 101011001 | 101001 | 110110 |
Color Harmonies of #BA5B72
Complementary color
Monochromatic Colors of #BA5B72
Black with #BA5B72
Text Example
Text Example
White with #BA5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B72; }
p { color: rgb(186,91,114); }
H1.HeaderClassName
{
color: #BA5B72;
}
.AnyTagClassName
{
color: #BA5B72;
}
</style>
background-color css
<style>
a { background-color: #BA5B72; }
a { background-color: rgb(186,91,114); }
div.DivClassName
{
background-color: #BA5B72;
}
.BgClassName
{
background-color: #BA5B72;
}
</style>
border-color css
<style>
span { border-color: #BA5B72; }
span { border-color: rgb(186,91,114); }
td.TdClassName
{
border-color: #BA5B72;
}
.TagClassName
{
border-color: #BA5B72;
}
</style>