Shades of Blush #BA4962
Tints of Blush #BA4962
RGB
CMYK
RGB Variations
Color information
#BA4962 (or 0xBA4962) is known color: Blush. HEX triplet: BA, 49 and 62. RGB value is (186,73,98). Sum of RGB (Red+Green+Blue) = 186+73+98=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4962 is #45B69D. Grayscale: #6D6D6D. Windows color (decimal): -4568734 or 6441402. OLE color: 6441402.
HSL color Cylindrical-coordinate representation of color #BA4962: hue angle of 346.73º 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 #BA4962 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 98 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.27 |
| HSL | 346.73º | 0.45% | 0.51% | - |
| HSV(B) | 346.73º | 0.61% | 0.73% | - |
| XYZ | 24.84 | 16.09 | 13.35 | - |
| YUV | 109.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 98 | 0 | 0.61 | 0.47 | 0.27 | 346.73 | 0.45 | 0.51 |
| Hex | BA | 49 | 62 | 0 | 3D | 2F | 1B | 15B | 2D | 33 |
| Octal | 272 | 111 | 142 | 0 | 75 | 57 | 33 | 533 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1100010 | 0 | 111101 | 101111 | 11011 | 101011011 | 101101 | 110011 |
Color Harmonies of #BA4962
Complementary color
Monochromatic Colors of #BA4962
Black with #BA4962
Text Example
Text Example
White with #BA4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4962; }
p { color: rgb(186,73,98); }
H1.HeaderClassName
{
color: #BA4962;
}
.AnyTagClassName
{
color: #BA4962;
}
</style>
background-color css
<style>
a { background-color: #BA4962; }
a { background-color: rgb(186,73,98); }
div.DivClassName
{
background-color: #BA4962;
}
.BgClassName
{
background-color: #BA4962;
}
</style>
border-color css
<style>
span { border-color: #BA4962; }
span { border-color: rgb(186,73,98); }
td.TdClassName
{
border-color: #BA4962;
}
.TagClassName
{
border-color: #BA4962;
}
</style>