Shades of Blush #BA5561
Tints of Blush #BA5561
RGB
CMYK
RGB Variations
Color information
#BA5561 (or 0xBA5561) is known color: Blush. HEX triplet: BA, 55 and 61. RGB value is (186,85,97). Sum of RGB (Red+Green+Blue) = 186+85+97=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5561 is #45AA9E. Grayscale: #747474. Windows color (decimal): -4565663 or 6378938. OLE color: 6378938.
HSL color Cylindrical-coordinate representation of color #BA5561: hue angle of 352.87º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5561 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 97 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.27 |
| HSL | 352.87º | 0.42% | 0.53% | - |
| HSV(B) | 352.87º | 0.54% | 0.73% | - |
| XYZ | 25.66 | 17.8 | 13.39 | - |
| YUV | 116.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 97 | 0 | 0.54 | 0.48 | 0.27 | 352.87 | 0.42 | 0.53 |
| Hex | BA | 55 | 61 | 0 | 36 | 30 | 1B | 161 | 2A | 35 |
| Octal | 272 | 125 | 141 | 0 | 66 | 60 | 33 | 541 | 52 | 65 |
| Binary | 10111010 | 1010101 | 1100001 | 0 | 110110 | 110000 | 11011 | 101100001 | 101010 | 110101 |
Color Harmonies of #BA5561
Complementary color
Monochromatic Colors of #BA5561
Black with #BA5561
Text Example
Text Example
White with #BA5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5561; }
p { color: rgb(186,85,97); }
H1.HeaderClassName
{
color: #BA5561;
}
.AnyTagClassName
{
color: #BA5561;
}
</style>
background-color css
<style>
a { background-color: #BA5561; }
a { background-color: rgb(186,85,97); }
div.DivClassName
{
background-color: #BA5561;
}
.BgClassName
{
background-color: #BA5561;
}
</style>
border-color css
<style>
span { border-color: #BA5561; }
span { border-color: rgb(186,85,97); }
td.TdClassName
{
border-color: #BA5561;
}
.TagClassName
{
border-color: #BA5561;
}
</style>