Shades of Blush #BA4C5C
Tints of Blush #BA4C5C
RGB
CMYK
RGB Variations
Color information
#BA4C5C (or 0xBA4C5C) is known color: Blush. HEX triplet: BA, 4C and 5C. RGB value is (186,76,92). Sum of RGB (Red+Green+Blue) = 186+76+92=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5C is #45B3A3. Grayscale: #6E6E6E. Windows color (decimal): -4567972 or 6048954. OLE color: 6048954.
HSL color Cylindrical-coordinate representation of color #BA4C5C: hue angle of 351.27º 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 #BA4C5C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 92 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.27 |
| HSL | 351.27º | 0.44% | 0.51% | - |
| HSV(B) | 351.27º | 0.59% | 0.73% | - |
| XYZ | 24.77 | 16.38 | 11.98 | - |
| YUV | 110.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 92 | 0 | 0.59 | 0.51 | 0.27 | 351.27 | 0.44 | 0.51 |
| Hex | BA | 4C | 5C | 0 | 3B | 33 | 1B | 15F | 2C | 33 |
| Octal | 272 | 114 | 134 | 0 | 73 | 63 | 33 | 537 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1011100 | 0 | 111011 | 110011 | 11011 | 101011111 | 101100 | 110011 |
Color Harmonies of #BA4C5C
Complementary color
Monochromatic Colors of #BA4C5C
Black with #BA4C5C
Text Example
Text Example
White with #BA4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C5C; }
p { color: rgb(186,76,92); }
H1.HeaderClassName
{
color: #BA4C5C;
}
.AnyTagClassName
{
color: #BA4C5C;
}
</style>
background-color css
<style>
a { background-color: #BA4C5C; }
a { background-color: rgb(186,76,92); }
div.DivClassName
{
background-color: #BA4C5C;
}
.BgClassName
{
background-color: #BA4C5C;
}
</style>
border-color css
<style>
span { border-color: #BA4C5C; }
span { border-color: rgb(186,76,92); }
td.TdClassName
{
border-color: #BA4C5C;
}
.TagClassName
{
border-color: #BA4C5C;
}
</style>