Shades of Blush #BA5C70
Tints of Blush #BA5C70
RGB
CMYK
RGB Variations
Color information
#BA5C70 (or 0xBA5C70) is known color: Blush. HEX triplet: BA, 5C and 70. RGB value is (186,92,112). Sum of RGB (Red+Green+Blue) = 186+92+112=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C70 is #45A38F. Grayscale: #7A7A7A. Windows color (decimal): -4563856 or 7363770. OLE color: 7363770.
HSL color Cylindrical-coordinate representation of color #BA5C70: hue angle of 347.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C70 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 112 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.27 |
| HSL | 347.23º | 0.41% | 0.55% | - |
| HSV(B) | 347.23º | 0.51% | 0.73% | - |
| XYZ | 27 | 19.26 | 17.62 | - |
| YUV | 122.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 112 | 0 | 0.51 | 0.40 | 0.27 | 347.23 | 0.41 | 0.55 |
| Hex | BA | 5C | 70 | 0 | 33 | 28 | 1B | 15B | 29 | 37 |
| Octal | 272 | 134 | 160 | 0 | 63 | 50 | 33 | 533 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1110000 | 0 | 110011 | 101000 | 11011 | 101011011 | 101001 | 110111 |
Color Harmonies of #BA5C70
Complementary color
Monochromatic Colors of #BA5C70
Black with #BA5C70
Text Example
Text Example
White with #BA5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C70; }
p { color: rgb(186,92,112); }
H1.HeaderClassName
{
color: #BA5C70;
}
.AnyTagClassName
{
color: #BA5C70;
}
</style>
background-color css
<style>
a { background-color: #BA5C70; }
a { background-color: rgb(186,92,112); }
div.DivClassName
{
background-color: #BA5C70;
}
.BgClassName
{
background-color: #BA5C70;
}
</style>
border-color css
<style>
span { border-color: #BA5C70; }
span { border-color: rgb(186,92,112); }
td.TdClassName
{
border-color: #BA5C70;
}
.TagClassName
{
border-color: #BA5C70;
}
</style>