Shades of Blush #BA505B
Tints of Blush #BA505B
RGB
CMYK
RGB Variations
Color information
#BA505B (or 0xBA505B) is known color: Blush. HEX triplet: BA, 50 and 5B. RGB value is (186,80,91). Sum of RGB (Red+Green+Blue) = 186+80+91=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA505B is #45AFA4. Grayscale: #717171. Windows color (decimal): -4566949 or 5984442. OLE color: 5984442.
HSL color Cylindrical-coordinate representation of color #BA505B: hue angle of 353.77º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA505B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 91 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.27 |
| HSL | 353.77º | 0.43% | 0.52% | - |
| HSV(B) | 353.77º | 0.57% | 0.73% | - |
| XYZ | 25.01 | 16.93 | 11.85 | - |
| YUV | 112.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 91 | 0 | 0.57 | 0.51 | 0.27 | 353.77 | 0.43 | 0.52 |
| Hex | BA | 50 | 5B | 0 | 39 | 33 | 1B | 162 | 2B | 34 |
| Octal | 272 | 120 | 133 | 0 | 71 | 63 | 33 | 542 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1011011 | 0 | 111001 | 110011 | 11011 | 101100010 | 101011 | 110100 |
Color Harmonies of #BA505B
Complementary color
Monochromatic Colors of #BA505B
Black with #BA505B
Text Example
Text Example
White with #BA505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA505B; }
p { color: rgb(186,80,91); }
H1.HeaderClassName
{
color: #BA505B;
}
.AnyTagClassName
{
color: #BA505B;
}
</style>
background-color css
<style>
a { background-color: #BA505B; }
a { background-color: rgb(186,80,91); }
div.DivClassName
{
background-color: #BA505B;
}
.BgClassName
{
background-color: #BA505B;
}
</style>
border-color css
<style>
span { border-color: #BA505B; }
span { border-color: rgb(186,80,91); }
td.TdClassName
{
border-color: #BA505B;
}
.TagClassName
{
border-color: #BA505B;
}
</style>