Shades of Blush #BA4960
Tints of Blush #BA4960
RGB
CMYK
RGB Variations
Color information
#BA4960 (or 0xBA4960) is known color: Blush. HEX triplet: BA, 49 and 60. RGB value is (186,73,96). Sum of RGB (Red+Green+Blue) = 186+73+96=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4960 is #45B69F. Grayscale: #6D6D6D. Windows color (decimal): -4568736 or 6310330. OLE color: 6310330.
HSL color Cylindrical-coordinate representation of color #BA4960: hue angle of 347.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4960 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 96 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.27 |
| HSL | 347.79º | 0.45% | 0.51% | - |
| HSV(B) | 347.79º | 0.61% | 0.73% | - |
| XYZ | 24.74 | 16.05 | 12.86 | - |
| YUV | 109.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 96 | 0 | 0.61 | 0.48 | 0.27 | 347.79 | 0.45 | 0.51 |
| Hex | BA | 49 | 60 | 0 | 3D | 30 | 1B | 15C | 2D | 33 |
| Octal | 272 | 111 | 140 | 0 | 75 | 60 | 33 | 534 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1100000 | 0 | 111101 | 110000 | 11011 | 101011100 | 101101 | 110011 |
Color Harmonies of #BA4960
Complementary color
Monochromatic Colors of #BA4960
Black with #BA4960
Text Example
Text Example
White with #BA4960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4960; }
p { color: rgb(186,73,96); }
H1.HeaderClassName
{
color: #BA4960;
}
.AnyTagClassName
{
color: #BA4960;
}
</style>
background-color css
<style>
a { background-color: #BA4960; }
a { background-color: rgb(186,73,96); }
div.DivClassName
{
background-color: #BA4960;
}
.BgClassName
{
background-color: #BA4960;
}
</style>
border-color css
<style>
span { border-color: #BA4960; }
span { border-color: rgb(186,73,96); }
td.TdClassName
{
border-color: #BA4960;
}
.TagClassName
{
border-color: #BA4960;
}
</style>