Shades of Blush #BA5162
Tints of Blush #BA5162
RGB
CMYK
RGB Variations
Color information
#BA5162 (or 0xBA5162) is known color: Blush. HEX triplet: BA, 51 and 62. RGB value is (186,81,98). Sum of RGB (Red+Green+Blue) = 186+81+98=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5162 is #45AE9D. Grayscale: #727272. Windows color (decimal): -4566686 or 6443450. OLE color: 6443450.
HSL color Cylindrical-coordinate representation of color #BA5162: hue angle of 350.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5162 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 98 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.27 |
| HSL | 350.29º | 0.43% | 0.52% | - |
| HSV(B) | 350.29º | 0.56% | 0.73% | - |
| XYZ | 25.4 | 17.21 | 13.54 | - |
| YUV | 114.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 98 | 0 | 0.56 | 0.47 | 0.27 | 350.29 | 0.43 | 0.52 |
| Hex | BA | 51 | 62 | 0 | 38 | 2F | 1B | 15E | 2B | 34 |
| Octal | 272 | 121 | 142 | 0 | 70 | 57 | 33 | 536 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1100010 | 0 | 111000 | 101111 | 11011 | 101011110 | 101011 | 110100 |
Color Harmonies of #BA5162
Complementary color
Monochromatic Colors of #BA5162
Black with #BA5162
Text Example
Text Example
White with #BA5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5162; }
p { color: rgb(186,81,98); }
H1.HeaderClassName
{
color: #BA5162;
}
.AnyTagClassName
{
color: #BA5162;
}
</style>
background-color css
<style>
a { background-color: #BA5162; }
a { background-color: rgb(186,81,98); }
div.DivClassName
{
background-color: #BA5162;
}
.BgClassName
{
background-color: #BA5162;
}
</style>
border-color css
<style>
span { border-color: #BA5162; }
span { border-color: rgb(186,81,98); }
td.TdClassName
{
border-color: #BA5162;
}
.TagClassName
{
border-color: #BA5162;
}
</style>