Shades of Blush #BA5D70
Tints of Blush #BA5D70
RGB
CMYK
RGB Variations
Color information
#BA5D70 (or 0xBA5D70) is known color: Blush. HEX triplet: BA, 5D and 70. RGB value is (186,93,112). Sum of RGB (Red+Green+Blue) = 186+93+112=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D70 is #45A28F. Grayscale: #7A7A7A. Windows color (decimal): -4563600 or 7364026. OLE color: 7364026.
HSL color Cylindrical-coordinate representation of color #BA5D70: hue angle of 347.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D70 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 112 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.27 |
| HSL | 347.74º | 0.4% | 0.55% | - |
| HSV(B) | 347.74º | 0.5% | 0.73% | - |
| XYZ | 27.09 | 19.44 | 17.65 | - |
| YUV | 122.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 112 | 0 | 0.5 | 0.40 | 0.27 | 347.74 | 0.4 | 0.55 |
| Hex | BA | 5D | 70 | 0 | 32 | 28 | 1B | 15C | 28 | 37 |
| Octal | 272 | 135 | 160 | 0 | 62 | 50 | 33 | 534 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1110000 | 0 | 110010 | 101000 | 11011 | 101011100 | 101000 | 110111 |
Color Harmonies of #BA5D70
Complementary color
Monochromatic Colors of #BA5D70
Black with #BA5D70
Text Example
Text Example
White with #BA5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D70; }
p { color: rgb(186,93,112); }
H1.HeaderClassName
{
color: #BA5D70;
}
.AnyTagClassName
{
color: #BA5D70;
}
</style>
background-color css
<style>
a { background-color: #BA5D70; }
a { background-color: rgb(186,93,112); }
div.DivClassName
{
background-color: #BA5D70;
}
.BgClassName
{
background-color: #BA5D70;
}
</style>
border-color css
<style>
span { border-color: #BA5D70; }
span { border-color: rgb(186,93,112); }
td.TdClassName
{
border-color: #BA5D70;
}
.TagClassName
{
border-color: #BA5D70;
}
</style>