Shades of Blush #BA485E
Tints of Blush #BA485E
RGB
CMYK
RGB Variations
Color information
#BA485E (or 0xBA485E) is known color: Blush. HEX triplet: BA, 48 and 5E. RGB value is (186,72,94). Sum of RGB (Red+Green+Blue) = 186+72+94=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA485E is #45B7A1. Grayscale: #6C6C6C. Windows color (decimal): -4568994 or 6179002. OLE color: 6179002.
HSL color Cylindrical-coordinate representation of color #BA485E: hue angle of 348.42º 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 #BA485E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 94 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.27 |
| HSL | 348.42º | 0.45% | 0.51% | - |
| HSV(B) | 348.42º | 0.61% | 0.73% | - |
| XYZ | 24.59 | 15.88 | 12.36 | - |
| YUV | 108.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 94 | 0 | 0.61 | 0.49 | 0.27 | 348.42 | 0.45 | 0.51 |
| Hex | BA | 48 | 5E | 0 | 3D | 31 | 1B | 15C | 2D | 33 |
| Octal | 272 | 110 | 136 | 0 | 75 | 61 | 33 | 534 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1011110 | 0 | 111101 | 110001 | 11011 | 101011100 | 101101 | 110011 |
Color Harmonies of #BA485E
Complementary color
Monochromatic Colors of #BA485E
Black with #BA485E
Text Example
Text Example
White with #BA485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA485E; }
p { color: rgb(186,72,94); }
H1.HeaderClassName
{
color: #BA485E;
}
.AnyTagClassName
{
color: #BA485E;
}
</style>
background-color css
<style>
a { background-color: #BA485E; }
a { background-color: rgb(186,72,94); }
div.DivClassName
{
background-color: #BA485E;
}
.BgClassName
{
background-color: #BA485E;
}
</style>
border-color css
<style>
span { border-color: #BA485E; }
span { border-color: rgb(186,72,94); }
td.TdClassName
{
border-color: #BA485E;
}
.TagClassName
{
border-color: #BA485E;
}
</style>