Shades of Blush #BA4D65
Tints of Blush #BA4D65
RGB
CMYK
RGB Variations
Color information
#BA4D65 (or 0xBA4D65) is known color: Blush. HEX triplet: BA, 4D and 65. RGB value is (186,77,101). Sum of RGB (Red+Green+Blue) = 186+77+101=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D65 is #45B29A. Grayscale: #707070. Windows color (decimal): -4567707 or 6639034. OLE color: 6639034.
HSL color Cylindrical-coordinate representation of color #BA4D65: hue angle of 346.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D65 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 101 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.27 |
| HSL | 346.79º | 0.44% | 0.52% | - |
| HSV(B) | 346.79º | 0.59% | 0.73% | - |
| XYZ | 25.25 | 16.69 | 14.2 | - |
| YUV | 112.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 101 | 0 | 0.59 | 0.46 | 0.27 | 346.79 | 0.44 | 0.52 |
| Hex | BA | 4D | 65 | 0 | 3B | 2E | 1B | 15B | 2C | 34 |
| Octal | 272 | 115 | 145 | 0 | 73 | 56 | 33 | 533 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1100101 | 0 | 111011 | 101110 | 11011 | 101011011 | 101100 | 110100 |
Color Harmonies of #BA4D65
Complementary color
Monochromatic Colors of #BA4D65
Black with #BA4D65
Text Example
Text Example
White with #BA4D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D65; }
p { color: rgb(186,77,101); }
H1.HeaderClassName
{
color: #BA4D65;
}
.AnyTagClassName
{
color: #BA4D65;
}
</style>
background-color css
<style>
a { background-color: #BA4D65; }
a { background-color: rgb(186,77,101); }
div.DivClassName
{
background-color: #BA4D65;
}
.BgClassName
{
background-color: #BA4D65;
}
</style>
border-color css
<style>
span { border-color: #BA4D65; }
span { border-color: rgb(186,77,101); }
td.TdClassName
{
border-color: #BA4D65;
}
.TagClassName
{
border-color: #BA4D65;
}
</style>