Shades of Blush #BA4D62
Tints of Blush #BA4D62
RGB
CMYK
RGB Variations
Color information
#BA4D62 (or 0xBA4D62) is known color: Blush. HEX triplet: BA, 4D and 62. RGB value is (186,77,98). Sum of RGB (Red+Green+Blue) = 186+77+98=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D62 is #45B29D. Grayscale: #707070. Windows color (decimal): -4567710 or 6442426. OLE color: 6442426.
HSL color Cylindrical-coordinate representation of color #BA4D62: hue angle of 348.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D62 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 98 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.27 |
| HSL | 348.44º | 0.44% | 0.52% | - |
| HSV(B) | 348.44º | 0.59% | 0.73% | - |
| XYZ | 25.11 | 16.63 | 13.44 | - |
| YUV | 111.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 98 | 0 | 0.59 | 0.47 | 0.27 | 348.44 | 0.44 | 0.52 |
| Hex | BA | 4D | 62 | 0 | 3B | 2F | 1B | 15C | 2C | 34 |
| Octal | 272 | 115 | 142 | 0 | 73 | 57 | 33 | 534 | 54 | 64 |
| Binary | 10111010 | 1001101 | 1100010 | 0 | 111011 | 101111 | 11011 | 101011100 | 101100 | 110100 |
Color Harmonies of #BA4D62
Complementary color
Monochromatic Colors of #BA4D62
Black with #BA4D62
Text Example
Text Example
White with #BA4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D62; }
p { color: rgb(186,77,98); }
H1.HeaderClassName
{
color: #BA4D62;
}
.AnyTagClassName
{
color: #BA4D62;
}
</style>
background-color css
<style>
a { background-color: #BA4D62; }
a { background-color: rgb(186,77,98); }
div.DivClassName
{
background-color: #BA4D62;
}
.BgClassName
{
background-color: #BA4D62;
}
</style>
border-color css
<style>
span { border-color: #BA4D62; }
span { border-color: rgb(186,77,98); }
td.TdClassName
{
border-color: #BA4D62;
}
.TagClassName
{
border-color: #BA4D62;
}
</style>