Shades of Blush #BA4C5D
Tints of Blush #BA4C5D
RGB
CMYK
RGB Variations
Color information
#BA4C5D (or 0xBA4C5D) is known color: Blush. HEX triplet: BA, 4C and 5D. RGB value is (186,76,93). Sum of RGB (Red+Green+Blue) = 186+76+93=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5D is #45B3A2. Grayscale: #6E6E6E. Windows color (decimal): -4567971 or 6114490. OLE color: 6114490.
HSL color Cylindrical-coordinate representation of color #BA4C5D: hue angle of 350.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C5D is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 93 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.27 |
| HSL | 350.73º | 0.44% | 0.51% | - |
| HSV(B) | 350.73º | 0.59% | 0.73% | - |
| XYZ | 24.81 | 16.4 | 12.21 | - |
| YUV | 110.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 93 | 0 | 0.59 | 0.5 | 0.27 | 350.73 | 0.44 | 0.51 |
| Hex | BA | 4C | 5D | 0 | 3B | 32 | 1B | 15F | 2C | 33 |
| Octal | 272 | 114 | 135 | 0 | 73 | 62 | 33 | 537 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1011101 | 0 | 111011 | 110010 | 11011 | 101011111 | 101100 | 110011 |
Color Harmonies of #BA4C5D
Complementary color
Monochromatic Colors of #BA4C5D
Black with #BA4C5D
Text Example
Text Example
White with #BA4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C5D; }
p { color: rgb(186,76,93); }
H1.HeaderClassName
{
color: #BA4C5D;
}
.AnyTagClassName
{
color: #BA4C5D;
}
</style>
background-color css
<style>
a { background-color: #BA4C5D; }
a { background-color: rgb(186,76,93); }
div.DivClassName
{
background-color: #BA4C5D;
}
.BgClassName
{
background-color: #BA4C5D;
}
</style>
border-color css
<style>
span { border-color: #BA4C5D; }
span { border-color: rgb(186,76,93); }
td.TdClassName
{
border-color: #BA4C5D;
}
.TagClassName
{
border-color: #BA4C5D;
}
</style>