Shades of Blush #BA5669
Tints of Blush #BA5669
RGB
CMYK
RGB Variations
Color information
#BA5669 (or 0xBA5669) is known color: Blush. HEX triplet: BA, 56 and 69. RGB value is (186,86,105). Sum of RGB (Red+Green+Blue) = 186+86+105=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5669 is #45A996. Grayscale: #767676. Windows color (decimal): -4565399 or 6903482. OLE color: 6903482.
HSL color Cylindrical-coordinate representation of color #BA5669: hue angle of 348.6º 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 #BA5669 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 105 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.27 |
| HSL | 348.6º | 0.42% | 0.53% | - |
| HSV(B) | 348.6º | 0.54% | 0.73% | - |
| XYZ | 26.13 | 18.11 | 15.48 | - |
| YUV | 118.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 105 | 0 | 0.54 | 0.44 | 0.27 | 348.6 | 0.42 | 0.53 |
| Hex | BA | 56 | 69 | 0 | 36 | 2C | 1B | 15D | 2A | 35 |
| Octal | 272 | 126 | 151 | 0 | 66 | 54 | 33 | 535 | 52 | 65 |
| Binary | 10111010 | 1010110 | 1101001 | 0 | 110110 | 101100 | 11011 | 101011101 | 101010 | 110101 |
Color Harmonies of #BA5669
Complementary color
Monochromatic Colors of #BA5669
Black with #BA5669
Text Example
Text Example
White with #BA5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5669; }
p { color: rgb(186,86,105); }
H1.HeaderClassName
{
color: #BA5669;
}
.AnyTagClassName
{
color: #BA5669;
}
</style>
background-color css
<style>
a { background-color: #BA5669; }
a { background-color: rgb(186,86,105); }
div.DivClassName
{
background-color: #BA5669;
}
.BgClassName
{
background-color: #BA5669;
}
</style>
border-color css
<style>
span { border-color: #BA5669; }
span { border-color: rgb(186,86,105); }
td.TdClassName
{
border-color: #BA5669;
}
.TagClassName
{
border-color: #BA5669;
}
</style>