Shades of Blush #BA5C63
Tints of Blush #BA5C63
RGB
CMYK
RGB Variations
Color information
#BA5C63 (or 0xBA5C63) is known color: Blush. HEX triplet: BA, 5C and 63. RGB value is (186,92,99). Sum of RGB (Red+Green+Blue) = 186+92+99=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C63 is #45A39C. Grayscale: #787878. Windows color (decimal): -4563869 or 6511802. OLE color: 6511802.
HSL color Cylindrical-coordinate representation of color #BA5C63: hue angle of 355.53º 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 #BA5C63 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 99 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.27 |
| HSL | 355.53º | 0.41% | 0.55% | - |
| HSV(B) | 355.53º | 0.51% | 0.73% | - |
| XYZ | 26.33 | 18.99 | 14.08 | - |
| YUV | 120.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 99 | 0 | 0.51 | 0.47 | 0.27 | 355.53 | 0.41 | 0.55 |
| Hex | BA | 5C | 63 | 0 | 33 | 2F | 1B | 164 | 29 | 37 |
| Octal | 272 | 134 | 143 | 0 | 63 | 57 | 33 | 544 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1100011 | 0 | 110011 | 101111 | 11011 | 101100100 | 101001 | 110111 |
Color Harmonies of #BA5C63
Complementary color
Monochromatic Colors of #BA5C63
Black with #BA5C63
Text Example
Text Example
White with #BA5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C63; }
p { color: rgb(186,92,99); }
H1.HeaderClassName
{
color: #BA5C63;
}
.AnyTagClassName
{
color: #BA5C63;
}
</style>
background-color css
<style>
a { background-color: #BA5C63; }
a { background-color: rgb(186,92,99); }
div.DivClassName
{
background-color: #BA5C63;
}
.BgClassName
{
background-color: #BA5C63;
}
</style>
border-color css
<style>
span { border-color: #BA5C63; }
span { border-color: rgb(186,92,99); }
td.TdClassName
{
border-color: #BA5C63;
}
.TagClassName
{
border-color: #BA5C63;
}
</style>