Shades of Blush #BA4762
Tints of Blush #BA4762
RGB
CMYK
RGB Variations
Color information
#BA4762 (or 0xBA4762) is known color: Blush. HEX triplet: BA, 47 and 62. RGB value is (186,71,98). Sum of RGB (Red+Green+Blue) = 186+71+98=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4762 is #45B89D. Grayscale: #6C6C6C. Windows color (decimal): -4569246 or 6440890. OLE color: 6440890.
HSL color Cylindrical-coordinate representation of color #BA4762: hue angle of 345.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4762 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 98 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.27 |
| HSL | 345.91º | 0.45% | 0.5% | - |
| HSV(B) | 345.91º | 0.62% | 0.73% | - |
| XYZ | 24.71 | 15.83 | 13.31 | - |
| YUV | 108.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 98 | 0 | 0.62 | 0.47 | 0.27 | 345.91 | 0.45 | 0.5 |
| Hex | BA | 47 | 62 | 0 | 3E | 2F | 1B | 15A | 2D | 32 |
| Octal | 272 | 107 | 142 | 0 | 76 | 57 | 33 | 532 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1100010 | 0 | 111110 | 101111 | 11011 | 101011010 | 101101 | 110010 |
Color Harmonies of #BA4762
Complementary color
Monochromatic Colors of #BA4762
Black with #BA4762
Text Example
Text Example
White with #BA4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4762; }
p { color: rgb(186,71,98); }
H1.HeaderClassName
{
color: #BA4762;
}
.AnyTagClassName
{
color: #BA4762;
}
</style>
background-color css
<style>
a { background-color: #BA4762; }
a { background-color: rgb(186,71,98); }
div.DivClassName
{
background-color: #BA4762;
}
.BgClassName
{
background-color: #BA4762;
}
</style>
border-color css
<style>
span { border-color: #BA4762; }
span { border-color: rgb(186,71,98); }
td.TdClassName
{
border-color: #BA4762;
}
.TagClassName
{
border-color: #BA4762;
}
</style>