Shades of Blush #BA5262
Tints of Blush #BA5262
RGB
CMYK
RGB Variations
Color information
#BA5262 (or 0xBA5262) is known color: Blush. HEX triplet: BA, 52 and 62. RGB value is (186,82,98). Sum of RGB (Red+Green+Blue) = 186+82+98=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5262 is #45AD9D. Grayscale: #727272. Windows color (decimal): -4566430 or 6443706. OLE color: 6443706.
HSL color Cylindrical-coordinate representation of color #BA5262: hue angle of 350.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5262 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 98 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.27 |
| HSL | 350.77º | 0.43% | 0.53% | - |
| HSV(B) | 350.77º | 0.56% | 0.73% | - |
| XYZ | 25.47 | 17.36 | 13.56 | - |
| YUV | 114.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 98 | 0 | 0.56 | 0.47 | 0.27 | 350.77 | 0.43 | 0.53 |
| Hex | BA | 52 | 62 | 0 | 38 | 2F | 1B | 15F | 2B | 35 |
| Octal | 272 | 122 | 142 | 0 | 70 | 57 | 33 | 537 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1100010 | 0 | 111000 | 101111 | 11011 | 101011111 | 101011 | 110101 |
Color Harmonies of #BA5262
Complementary color
Monochromatic Colors of #BA5262
Black with #BA5262
Text Example
Text Example
White with #BA5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5262; }
p { color: rgb(186,82,98); }
H1.HeaderClassName
{
color: #BA5262;
}
.AnyTagClassName
{
color: #BA5262;
}
</style>
background-color css
<style>
a { background-color: #BA5262; }
a { background-color: rgb(186,82,98); }
div.DivClassName
{
background-color: #BA5262;
}
.BgClassName
{
background-color: #BA5262;
}
</style>
border-color css
<style>
span { border-color: #BA5262; }
span { border-color: rgb(186,82,98); }
td.TdClassName
{
border-color: #BA5262;
}
.TagClassName
{
border-color: #BA5262;
}
</style>