Shades of Blush #BA495E
Tints of Blush #BA495E
RGB
CMYK
RGB Variations
Color information
#BA495E (or 0xBA495E) is known color: Blush. HEX triplet: BA, 49 and 5E. RGB value is (186,73,94). Sum of RGB (Red+Green+Blue) = 186+73+94=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA495E is #45B6A1. Grayscale: #6D6D6D. Windows color (decimal): -4568738 or 6179258. OLE color: 6179258.
HSL color Cylindrical-coordinate representation of color #BA495E: hue angle of 348.85º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA495E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 94 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.27 |
| HSL | 348.85º | 0.45% | 0.51% | - |
| HSV(B) | 348.85º | 0.61% | 0.73% | - |
| XYZ | 24.65 | 16.01 | 12.38 | - |
| YUV | 109.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 94 | 0 | 0.61 | 0.49 | 0.27 | 348.85 | 0.45 | 0.51 |
| Hex | BA | 49 | 5E | 0 | 3D | 31 | 1B | 15D | 2D | 33 |
| Octal | 272 | 111 | 136 | 0 | 75 | 61 | 33 | 535 | 55 | 63 |
| Binary | 10111010 | 1001001 | 1011110 | 0 | 111101 | 110001 | 11011 | 101011101 | 101101 | 110011 |
Color Harmonies of #BA495E
Complementary color
Monochromatic Colors of #BA495E
Black with #BA495E
Text Example
Text Example
White with #BA495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA495E; }
p { color: rgb(186,73,94); }
H1.HeaderClassName
{
color: #BA495E;
}
.AnyTagClassName
{
color: #BA495E;
}
</style>
background-color css
<style>
a { background-color: #BA495E; }
a { background-color: rgb(186,73,94); }
div.DivClassName
{
background-color: #BA495E;
}
.BgClassName
{
background-color: #BA495E;
}
</style>
border-color css
<style>
span { border-color: #BA495E; }
span { border-color: rgb(186,73,94); }
td.TdClassName
{
border-color: #BA495E;
}
.TagClassName
{
border-color: #BA495E;
}
</style>