Shades of Blush #BA5C72
Tints of Blush #BA5C72
RGB
CMYK
RGB Variations
Color information
#BA5C72 (or 0xBA5C72) is known color: Blush. HEX triplet: BA, 5C and 72. RGB value is (186,92,114). Sum of RGB (Red+Green+Blue) = 186+92+114=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C72 is #45A38D. Grayscale: #7A7A7A. Windows color (decimal): -4563854 or 7494842. OLE color: 7494842.
HSL color Cylindrical-coordinate representation of color #BA5C72: hue angle of 345.96º 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 #BA5C72 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 114 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.27 |
| HSL | 345.96º | 0.41% | 0.55% | - |
| HSV(B) | 345.96º | 0.51% | 0.73% | - |
| XYZ | 27.11 | 19.31 | 18.22 | - |
| YUV | 122.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 114 | 0 | 0.51 | 0.39 | 0.27 | 345.96 | 0.41 | 0.55 |
| Hex | BA | 5C | 72 | 0 | 33 | 27 | 1B | 15A | 29 | 37 |
| Octal | 272 | 134 | 162 | 0 | 63 | 47 | 33 | 532 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1110010 | 0 | 110011 | 100111 | 11011 | 101011010 | 101001 | 110111 |
Color Harmonies of #BA5C72
Complementary color
Monochromatic Colors of #BA5C72
Black with #BA5C72
Text Example
Text Example
White with #BA5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C72; }
p { color: rgb(186,92,114); }
H1.HeaderClassName
{
color: #BA5C72;
}
.AnyTagClassName
{
color: #BA5C72;
}
</style>
background-color css
<style>
a { background-color: #BA5C72; }
a { background-color: rgb(186,92,114); }
div.DivClassName
{
background-color: #BA5C72;
}
.BgClassName
{
background-color: #BA5C72;
}
</style>
border-color css
<style>
span { border-color: #BA5C72; }
span { border-color: rgb(186,92,114); }
td.TdClassName
{
border-color: #BA5C72;
}
.TagClassName
{
border-color: #BA5C72;
}
</style>