Shades of Blush #BA4662
Tints of Blush #BA4662
RGB
CMYK
RGB Variations
Color information
#BA4662 (or 0xBA4662) is known color: Blush. HEX triplet: BA, 46 and 62. RGB value is (186,70,98). Sum of RGB (Red+Green+Blue) = 186+70+98=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4662 is #45B99D. Grayscale: #6B6B6B. Windows color (decimal): -4569502 or 6440634. OLE color: 6440634.
HSL color Cylindrical-coordinate representation of color #BA4662: hue angle of 345.52º degrees, saturation: 0.46, 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 #BA4662 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 98 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.27 |
| HSL | 345.52º | 0.46% | 0.5% | - |
| HSV(B) | 345.52º | 0.62% | 0.73% | - |
| XYZ | 24.64 | 15.7 | 13.29 | - |
| YUV | 107.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 98 | 0 | 0.62 | 0.47 | 0.27 | 345.52 | 0.46 | 0.5 |
| Hex | BA | 46 | 62 | 0 | 3E | 2F | 1B | 15A | 2E | 32 |
| Octal | 272 | 106 | 142 | 0 | 76 | 57 | 33 | 532 | 56 | 62 |
| Binary | 10111010 | 1000110 | 1100010 | 0 | 111110 | 101111 | 11011 | 101011010 | 101110 | 110010 |
Color Harmonies of #BA4662
Complementary color
Monochromatic Colors of #BA4662
Black with #BA4662
Text Example
Text Example
White with #BA4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4662; }
p { color: rgb(186,70,98); }
H1.HeaderClassName
{
color: #BA4662;
}
.AnyTagClassName
{
color: #BA4662;
}
</style>
background-color css
<style>
a { background-color: #BA4662; }
a { background-color: rgb(186,70,98); }
div.DivClassName
{
background-color: #BA4662;
}
.BgClassName
{
background-color: #BA4662;
}
</style>
border-color css
<style>
span { border-color: #BA4662; }
span { border-color: rgb(186,70,98); }
td.TdClassName
{
border-color: #BA4662;
}
.TagClassName
{
border-color: #BA4662;
}
</style>