Shades of Blush #BA4C5F
Tints of Blush #BA4C5F
RGB
CMYK
RGB Variations
Color information
#BA4C5F (or 0xBA4C5F) is known color: Blush. HEX triplet: BA, 4C and 5F. RGB value is (186,76,95). Sum of RGB (Red+Green+Blue) = 186+76+95=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5F is #45B3A0. Grayscale: #6F6F6F. Windows color (decimal): -4567969 or 6245562. OLE color: 6245562.
HSL color Cylindrical-coordinate representation of color #BA4C5F: hue angle of 349.64º 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 #BA4C5F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 95 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.27 |
| HSL | 349.64º | 0.44% | 0.51% | - |
| HSV(B) | 349.64º | 0.59% | 0.73% | - |
| XYZ | 24.9 | 16.43 | 12.69 | - |
| YUV | 111.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 95 | 0 | 0.59 | 0.49 | 0.27 | 349.64 | 0.44 | 0.51 |
| Hex | BA | 4C | 5F | 0 | 3B | 31 | 1B | 15E | 2C | 33 |
| Octal | 272 | 114 | 137 | 0 | 73 | 61 | 33 | 536 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1011111 | 0 | 111011 | 110001 | 11011 | 101011110 | 101100 | 110011 |
Color Harmonies of #BA4C5F
Complementary color
Monochromatic Colors of #BA4C5F
Black with #BA4C5F
Text Example
Text Example
White with #BA4C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C5F; }
p { color: rgb(186,76,95); }
H1.HeaderClassName
{
color: #BA4C5F;
}
.AnyTagClassName
{
color: #BA4C5F;
}
</style>
background-color css
<style>
a { background-color: #BA4C5F; }
a { background-color: rgb(186,76,95); }
div.DivClassName
{
background-color: #BA4C5F;
}
.BgClassName
{
background-color: #BA4C5F;
}
</style>
border-color css
<style>
span { border-color: #BA4C5F; }
span { border-color: rgb(186,76,95); }
td.TdClassName
{
border-color: #BA4C5F;
}
.TagClassName
{
border-color: #BA4C5F;
}
</style>