Shades of Blush #BA5161
Tints of Blush #BA5161
RGB
CMYK
RGB Variations
Color information
#BA5161 (or 0xBA5161) is known color: Blush. HEX triplet: BA, 51 and 61. RGB value is (186,81,97). Sum of RGB (Red+Green+Blue) = 186+81+97=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5161 is #45AE9E. Grayscale: #727272. Windows color (decimal): -4566687 or 6377914. OLE color: 6377914.
HSL color Cylindrical-coordinate representation of color #BA5161: hue angle of 350.86º 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 #BA5161 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 97 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.27 |
| HSL | 350.86º | 0.43% | 0.52% | - |
| HSV(B) | 350.86º | 0.56% | 0.73% | - |
| XYZ | 25.35 | 17.19 | 13.29 | - |
| YUV | 114.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 97 | 0 | 0.56 | 0.48 | 0.27 | 350.86 | 0.43 | 0.52 |
| Hex | BA | 51 | 61 | 0 | 38 | 30 | 1B | 15F | 2B | 34 |
| Octal | 272 | 121 | 141 | 0 | 70 | 60 | 33 | 537 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1100001 | 0 | 111000 | 110000 | 11011 | 101011111 | 101011 | 110100 |
Color Harmonies of #BA5161
Complementary color
Monochromatic Colors of #BA5161
Black with #BA5161
Text Example
Text Example
White with #BA5161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5161; }
p { color: rgb(186,81,97); }
H1.HeaderClassName
{
color: #BA5161;
}
.AnyTagClassName
{
color: #BA5161;
}
</style>
background-color css
<style>
a { background-color: #BA5161; }
a { background-color: rgb(186,81,97); }
div.DivClassName
{
background-color: #BA5161;
}
.BgClassName
{
background-color: #BA5161;
}
</style>
border-color css
<style>
span { border-color: #BA5161; }
span { border-color: rgb(186,81,97); }
td.TdClassName
{
border-color: #BA5161;
}
.TagClassName
{
border-color: #BA5161;
}
</style>