Shades of Blush #BA445E
Tints of Blush #BA445E
RGB
CMYK
RGB Variations
Color information
#BA445E (or 0xBA445E) is known color: Blush. HEX triplet: BA, 44 and 5E. RGB value is (186,68,94). Sum of RGB (Red+Green+Blue) = 186+68+94=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA445E is #45BBA1. Grayscale: #6A6A6A. Windows color (decimal): -4570018 or 6177978. OLE color: 6177978.
HSL color Cylindrical-coordinate representation of color #BA445E: hue angle of 346.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA445E is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 94 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.27 |
| HSL | 346.78º | 0.46% | 0.5% | - |
| HSV(B) | 346.78º | 0.63% | 0.73% | - |
| XYZ | 24.34 | 15.38 | 12.28 | - |
| YUV | 106.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 94 | 0 | 0.63 | 0.49 | 0.27 | 346.78 | 0.46 | 0.5 |
| Hex | BA | 44 | 5E | 0 | 3F | 31 | 1B | 15B | 2E | 32 |
| Octal | 272 | 104 | 136 | 0 | 77 | 61 | 33 | 533 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1011110 | 0 | 111111 | 110001 | 11011 | 101011011 | 101110 | 110010 |
Color Harmonies of #BA445E
Complementary color
Monochromatic Colors of #BA445E
Black with #BA445E
Text Example
Text Example
White with #BA445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA445E; }
p { color: rgb(186,68,94); }
H1.HeaderClassName
{
color: #BA445E;
}
.AnyTagClassName
{
color: #BA445E;
}
</style>
background-color css
<style>
a { background-color: #BA445E; }
a { background-color: rgb(186,68,94); }
div.DivClassName
{
background-color: #BA445E;
}
.BgClassName
{
background-color: #BA445E;
}
</style>
border-color css
<style>
span { border-color: #BA445E; }
span { border-color: rgb(186,68,94); }
td.TdClassName
{
border-color: #BA445E;
}
.TagClassName
{
border-color: #BA445E;
}
</style>