Shades of Blush #BA5C73
Tints of Blush #BA5C73
RGB
CMYK
RGB Variations
Color information
#BA5C73 (or 0xBA5C73) is known color: Blush. HEX triplet: BA, 5C and 73. RGB value is (186,92,115). Sum of RGB (Red+Green+Blue) = 186+92+115=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C73 is #45A38C. Grayscale: #7A7A7A. Windows color (decimal): -4563853 or 7560378. OLE color: 7560378.
HSL color Cylindrical-coordinate representation of color #BA5C73: hue angle of 345.32º 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 #BA5C73 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 115 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.27 |
| HSL | 345.32º | 0.41% | 0.55% | - |
| HSV(B) | 345.32º | 0.51% | 0.73% | - |
| XYZ | 27.17 | 19.33 | 18.52 | - |
| YUV | 122.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 115 | 0 | 0.51 | 0.38 | 0.27 | 345.32 | 0.41 | 0.55 |
| Hex | BA | 5C | 73 | 0 | 33 | 26 | 1B | 159 | 29 | 37 |
| Octal | 272 | 134 | 163 | 0 | 63 | 46 | 33 | 531 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1110011 | 0 | 110011 | 100110 | 11011 | 101011001 | 101001 | 110111 |
Color Harmonies of #BA5C73
Complementary color
Monochromatic Colors of #BA5C73
Black with #BA5C73
Text Example
Text Example
White with #BA5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C73; }
p { color: rgb(186,92,115); }
H1.HeaderClassName
{
color: #BA5C73;
}
.AnyTagClassName
{
color: #BA5C73;
}
</style>
background-color css
<style>
a { background-color: #BA5C73; }
a { background-color: rgb(186,92,115); }
div.DivClassName
{
background-color: #BA5C73;
}
.BgClassName
{
background-color: #BA5C73;
}
</style>
border-color css
<style>
span { border-color: #BA5C73; }
span { border-color: rgb(186,92,115); }
td.TdClassName
{
border-color: #BA5C73;
}
.TagClassName
{
border-color: #BA5C73;
}
</style>