Shades of Blush #BA5C69
Tints of Blush #BA5C69
RGB
CMYK
RGB Variations
Color information
#BA5C69 (or 0xBA5C69) is known color: Blush. HEX triplet: BA, 5C and 69. RGB value is (186,92,105). Sum of RGB (Red+Green+Blue) = 186+92+105=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C69 is #45A396. Grayscale: #797979. Windows color (decimal): -4563863 or 6905018. OLE color: 6905018.
HSL color Cylindrical-coordinate representation of color #BA5C69: hue angle of 351.7º 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 #BA5C69 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 105 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.27 |
| HSL | 351.7º | 0.41% | 0.55% | - |
| HSV(B) | 351.7º | 0.51% | 0.73% | - |
| XYZ | 26.63 | 19.11 | 15.65 | - |
| YUV | 121.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 105 | 0 | 0.51 | 0.44 | 0.27 | 351.7 | 0.41 | 0.55 |
| Hex | BA | 5C | 69 | 0 | 33 | 2C | 1B | 160 | 29 | 37 |
| Octal | 272 | 134 | 151 | 0 | 63 | 54 | 33 | 540 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1101001 | 0 | 110011 | 101100 | 11011 | 101100000 | 101001 | 110111 |
Color Harmonies of #BA5C69
Complementary color
Monochromatic Colors of #BA5C69
Black with #BA5C69
Text Example
Text Example
White with #BA5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C69; }
p { color: rgb(186,92,105); }
H1.HeaderClassName
{
color: #BA5C69;
}
.AnyTagClassName
{
color: #BA5C69;
}
</style>
background-color css
<style>
a { background-color: #BA5C69; }
a { background-color: rgb(186,92,105); }
div.DivClassName
{
background-color: #BA5C69;
}
.BgClassName
{
background-color: #BA5C69;
}
</style>
border-color css
<style>
span { border-color: #BA5C69; }
span { border-color: rgb(186,92,105); }
td.TdClassName
{
border-color: #BA5C69;
}
.TagClassName
{
border-color: #BA5C69;
}
</style>