Shades of Blush #BA545E
Tints of Blush #BA545E
RGB
CMYK
RGB Variations
Color information
#BA545E (or 0xBA545E) is known color: Blush. HEX triplet: BA, 54 and 5E. RGB value is (186,84,94). Sum of RGB (Red+Green+Blue) = 186+84+94=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA545E is #45ABA1. Grayscale: #737373. Windows color (decimal): -4565922 or 6182074. OLE color: 6182074.
HSL color Cylindrical-coordinate representation of color #BA545E: hue angle of 354.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA545E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 94 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.27 |
| HSL | 354.12º | 0.43% | 0.53% | - |
| HSV(B) | 354.12º | 0.55% | 0.73% | - |
| XYZ | 25.44 | 17.59 | 12.64 | - |
| YUV | 115.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 94 | 0 | 0.55 | 0.49 | 0.27 | 354.12 | 0.43 | 0.53 |
| Hex | BA | 54 | 5E | 0 | 37 | 31 | 1B | 162 | 2A | 35 |
| Octal | 272 | 124 | 136 | 0 | 67 | 61 | 33 | 542 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1011110 | 0 | 110111 | 110001 | 11011 | 101100010 | 101010 | 110101 |
Color Harmonies of #BA545E
Complementary color
Monochromatic Colors of #BA545E
Black with #BA545E
Text Example
Text Example
White with #BA545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA545E; }
p { color: rgb(186,84,94); }
H1.HeaderClassName
{
color: #BA545E;
}
.AnyTagClassName
{
color: #BA545E;
}
</style>
background-color css
<style>
a { background-color: #BA545E; }
a { background-color: rgb(186,84,94); }
div.DivClassName
{
background-color: #BA545E;
}
.BgClassName
{
background-color: #BA545E;
}
</style>
border-color css
<style>
span { border-color: #BA545E; }
span { border-color: rgb(186,84,94); }
td.TdClassName
{
border-color: #BA545E;
}
.TagClassName
{
border-color: #BA545E;
}
</style>