Shades of Blush #BA5768
Tints of Blush #BA5768
RGB
CMYK
RGB Variations
Color information
#BA5768 (or 0xBA5768) is known color: Blush. HEX triplet: BA, 57 and 68. RGB value is (186,87,104). Sum of RGB (Red+Green+Blue) = 186+87+104=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5768 is #45A897. Grayscale: #767676. Windows color (decimal): -4565144 or 6838202. OLE color: 6838202.
HSL color Cylindrical-coordinate representation of color #BA5768: hue angle of 349.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5768 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 104 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.27 |
| HSL | 349.7º | 0.42% | 0.54% | - |
| HSV(B) | 349.7º | 0.53% | 0.73% | - |
| XYZ | 26.16 | 18.25 | 15.24 | - |
| YUV | 118.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 104 | 0 | 0.53 | 0.44 | 0.27 | 349.7 | 0.42 | 0.54 |
| Hex | BA | 57 | 68 | 0 | 35 | 2C | 1B | 15E | 2A | 36 |
| Octal | 272 | 127 | 150 | 0 | 65 | 54 | 33 | 536 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1101000 | 0 | 110101 | 101100 | 11011 | 101011110 | 101010 | 110110 |
Color Harmonies of #BA5768
Complementary color
Monochromatic Colors of #BA5768
Black with #BA5768
Text Example
Text Example
White with #BA5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5768; }
p { color: rgb(186,87,104); }
H1.HeaderClassName
{
color: #BA5768;
}
.AnyTagClassName
{
color: #BA5768;
}
</style>
background-color css
<style>
a { background-color: #BA5768; }
a { background-color: rgb(186,87,104); }
div.DivClassName
{
background-color: #BA5768;
}
.BgClassName
{
background-color: #BA5768;
}
</style>
border-color css
<style>
span { border-color: #BA5768; }
span { border-color: rgb(186,87,104); }
td.TdClassName
{
border-color: #BA5768;
}
.TagClassName
{
border-color: #BA5768;
}
</style>