Shades of Blush #BA5B64
Tints of Blush #BA5B64
RGB
CMYK
RGB Variations
Color information
#BA5B64 (or 0xBA5B64) is known color: Blush. HEX triplet: BA, 5B and 64. RGB value is (186,91,100). Sum of RGB (Red+Green+Blue) = 186+91+100=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B64 is #45A49B. Grayscale: #787878. Windows color (decimal): -4564124 or 6577082. OLE color: 6577082.
HSL color Cylindrical-coordinate representation of color #BA5B64: hue angle of 354.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B64 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 100 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.27 |
| HSL | 354.32º | 0.41% | 0.54% | - |
| HSV(B) | 354.32º | 0.51% | 0.73% | - |
| XYZ | 26.29 | 18.84 | 14.31 | - |
| YUV | 120.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 100 | 0 | 0.51 | 0.46 | 0.27 | 354.32 | 0.41 | 0.54 |
| Hex | BA | 5B | 64 | 0 | 33 | 2E | 1B | 162 | 29 | 36 |
| Octal | 272 | 133 | 144 | 0 | 63 | 56 | 33 | 542 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1100100 | 0 | 110011 | 101110 | 11011 | 101100010 | 101001 | 110110 |
Color Harmonies of #BA5B64
Complementary color
Monochromatic Colors of #BA5B64
Black with #BA5B64
Text Example
Text Example
White with #BA5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B64; }
p { color: rgb(186,91,100); }
H1.HeaderClassName
{
color: #BA5B64;
}
.AnyTagClassName
{
color: #BA5B64;
}
</style>
background-color css
<style>
a { background-color: #BA5B64; }
a { background-color: rgb(186,91,100); }
div.DivClassName
{
background-color: #BA5B64;
}
.BgClassName
{
background-color: #BA5B64;
}
</style>
border-color css
<style>
span { border-color: #BA5B64; }
span { border-color: rgb(186,91,100); }
td.TdClassName
{
border-color: #BA5B64;
}
.TagClassName
{
border-color: #BA5B64;
}
</style>