Shades of Blush #BA5C71
Tints of Blush #BA5C71
RGB
CMYK
RGB Variations
Color information
#BA5C71 (or 0xBA5C71) is known color: Blush. HEX triplet: BA, 5C and 71. RGB value is (186,92,113). Sum of RGB (Red+Green+Blue) = 186+92+113=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C71 is #45A38E. Grayscale: #7A7A7A. Windows color (decimal): -4563855 or 7429306. OLE color: 7429306.
HSL color Cylindrical-coordinate representation of color #BA5C71: hue angle of 346.6º 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 #BA5C71 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 113 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.27 |
| HSL | 346.6º | 0.41% | 0.55% | - |
| HSV(B) | 346.6º | 0.51% | 0.73% | - |
| XYZ | 27.06 | 19.29 | 17.92 | - |
| YUV | 122.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 113 | 0 | 0.51 | 0.39 | 0.27 | 346.6 | 0.41 | 0.55 |
| Hex | BA | 5C | 71 | 0 | 33 | 27 | 1B | 15B | 29 | 37 |
| Octal | 272 | 134 | 161 | 0 | 63 | 47 | 33 | 533 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1110001 | 0 | 110011 | 100111 | 11011 | 101011011 | 101001 | 110111 |
Color Harmonies of #BA5C71
Complementary color
Monochromatic Colors of #BA5C71
Black with #BA5C71
Text Example
Text Example
White with #BA5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C71; }
p { color: rgb(186,92,113); }
H1.HeaderClassName
{
color: #BA5C71;
}
.AnyTagClassName
{
color: #BA5C71;
}
</style>
background-color css
<style>
a { background-color: #BA5C71; }
a { background-color: rgb(186,92,113); }
div.DivClassName
{
background-color: #BA5C71;
}
.BgClassName
{
background-color: #BA5C71;
}
</style>
border-color css
<style>
span { border-color: #BA5C71; }
span { border-color: rgb(186,92,113); }
td.TdClassName
{
border-color: #BA5C71;
}
.TagClassName
{
border-color: #BA5C71;
}
</style>