Shades of Blush #BA4C5B
Tints of Blush #BA4C5B
RGB
CMYK
RGB Variations
Color information
#BA4C5B (or 0xBA4C5B) is known color: Blush. HEX triplet: BA, 4C and 5B. RGB value is (186,76,91). Sum of RGB (Red+Green+Blue) = 186+76+91=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5B is #45B3A4. Grayscale: #6E6E6E. Windows color (decimal): -4567973 or 5983418. OLE color: 5983418.
HSL color Cylindrical-coordinate representation of color #BA4C5B: hue angle of 351.82º 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 #BA4C5B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 91 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.27 |
| HSL | 351.82º | 0.44% | 0.51% | - |
| HSV(B) | 351.82º | 0.59% | 0.73% | - |
| XYZ | 24.72 | 16.36 | 11.75 | - |
| YUV | 110.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 91 | 0 | 0.59 | 0.51 | 0.27 | 351.82 | 0.44 | 0.51 |
| Hex | BA | 4C | 5B | 0 | 3B | 33 | 1B | 160 | 2C | 33 |
| Octal | 272 | 114 | 133 | 0 | 73 | 63 | 33 | 540 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1011011 | 0 | 111011 | 110011 | 11011 | 101100000 | 101100 | 110011 |
Color Harmonies of #BA4C5B
Complementary color
Monochromatic Colors of #BA4C5B
Black with #BA4C5B
Text Example
Text Example
White with #BA4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C5B; }
p { color: rgb(186,76,91); }
H1.HeaderClassName
{
color: #BA4C5B;
}
.AnyTagClassName
{
color: #BA4C5B;
}
</style>
background-color css
<style>
a { background-color: #BA4C5B; }
a { background-color: rgb(186,76,91); }
div.DivClassName
{
background-color: #BA4C5B;
}
.BgClassName
{
background-color: #BA4C5B;
}
</style>
border-color css
<style>
span { border-color: #BA4C5B; }
span { border-color: rgb(186,76,91); }
td.TdClassName
{
border-color: #BA4C5B;
}
.TagClassName
{
border-color: #BA4C5B;
}
</style>