Shades of Blush #BA4D5F
Tints of Blush #BA4D5F
RGB
CMYK
RGB Variations
Color information
#BA4D5F (or 0xBA4D5F) is known color: Blush. HEX triplet: BA, 4D and 5F. RGB value is (186,77,95). Sum of RGB (Red+Green+Blue) = 186+77+95=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D5F is #45B2A0. Grayscale: #6F6F6F. Windows color (decimal): -4567713 or 6245818. OLE color: 6245818.
HSL color Cylindrical-coordinate representation of color #BA4D5F: hue angle of 350.09º 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 #BA4D5F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 95 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.27 |
| HSL | 350.09º | 0.44% | 0.52% | - |
| HSV(B) | 350.09º | 0.59% | 0.73% | - |
| XYZ | 24.97 | 16.57 | 12.71 | - |
| YUV | 111.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 95 | 0 | 0.59 | 0.49 | 0.27 | 350.09 | 0.44 | 0.52 |
| Hex | BA | 4D | 5F | 0 | 3B | 31 | 1B | 15E | 2C | 34 |
| Octal | 272 | 115 | 137 | 0 | 73 | 61 | 33 | 536 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1011111 | 0 | 111011 | 110001 | 11011 | 101011110 | 101100 | 110100 |
Color Harmonies of #BA4D5F
Complementary color
Monochromatic Colors of #BA4D5F
Black with #BA4D5F
Text Example
Text Example
White with #BA4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D5F; }
p { color: rgb(186,77,95); }
H1.HeaderClassName
{
color: #BA4D5F;
}
.AnyTagClassName
{
color: #BA4D5F;
}
</style>
background-color css
<style>
a { background-color: #BA4D5F; }
a { background-color: rgb(186,77,95); }
div.DivClassName
{
background-color: #BA4D5F;
}
.BgClassName
{
background-color: #BA4D5F;
}
</style>
border-color css
<style>
span { border-color: #BA4D5F; }
span { border-color: rgb(186,77,95); }
td.TdClassName
{
border-color: #BA4D5F;
}
.TagClassName
{
border-color: #BA4D5F;
}
</style>