Shades of Blush #BA5865
Tints of Blush #BA5865
RGB
CMYK
RGB Variations
Color information
#BA5865 (or 0xBA5865) is known color: Blush. HEX triplet: BA, 58 and 65. RGB value is (186,88,101). Sum of RGB (Red+Green+Blue) = 186+88+101=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5865 is #45A79A. Grayscale: #767676. Windows color (decimal): -4564891 or 6641850. OLE color: 6641850.
HSL color Cylindrical-coordinate representation of color #BA5865: hue angle of 352.04º 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 #BA5865 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 101 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.27 |
| HSL | 352.04º | 0.42% | 0.54% | - |
| HSV(B) | 352.04º | 0.53% | 0.73% | - |
| XYZ | 26.09 | 18.36 | 14.48 | - |
| YUV | 118.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 101 | 0 | 0.53 | 0.46 | 0.27 | 352.04 | 0.42 | 0.54 |
| Hex | BA | 58 | 65 | 0 | 35 | 2E | 1B | 160 | 2A | 36 |
| Octal | 272 | 130 | 145 | 0 | 65 | 56 | 33 | 540 | 52 | 66 |
| Binary | 10111010 | 1011000 | 1100101 | 0 | 110101 | 101110 | 11011 | 101100000 | 101010 | 110110 |
Color Harmonies of #BA5865
Complementary color
Monochromatic Colors of #BA5865
Black with #BA5865
Text Example
Text Example
White with #BA5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5865; }
p { color: rgb(186,88,101); }
H1.HeaderClassName
{
color: #BA5865;
}
.AnyTagClassName
{
color: #BA5865;
}
</style>
background-color css
<style>
a { background-color: #BA5865; }
a { background-color: rgb(186,88,101); }
div.DivClassName
{
background-color: #BA5865;
}
.BgClassName
{
background-color: #BA5865;
}
</style>
border-color css
<style>
span { border-color: #BA5865; }
span { border-color: rgb(186,88,101); }
td.TdClassName
{
border-color: #BA5865;
}
.TagClassName
{
border-color: #BA5865;
}
</style>