Shades of Blush #BA546E
Tints of Blush #BA546E
RGB
CMYK
RGB Variations
Color information
#BA546E (or 0xBA546E) is known color: Blush. HEX triplet: BA, 54 and 6E. RGB value is (186,84,110). Sum of RGB (Red+Green+Blue) = 186+84+110=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA546E is #45AB91. Grayscale: #757575. Windows color (decimal): -4565906 or 7230650. OLE color: 7230650.
HSL color Cylindrical-coordinate representation of color #BA546E: hue angle of 344.71º 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 #BA546E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 110 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.27 |
| HSL | 344.71º | 0.43% | 0.53% | - |
| HSV(B) | 344.71º | 0.55% | 0.73% | - |
| XYZ | 26.23 | 17.91 | 16.83 | - |
| YUV | 117.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 110 | 0 | 0.55 | 0.41 | 0.27 | 344.71 | 0.43 | 0.53 |
| Hex | BA | 54 | 6E | 0 | 37 | 29 | 1B | 159 | 2A | 35 |
| Octal | 272 | 124 | 156 | 0 | 67 | 51 | 33 | 531 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1101110 | 0 | 110111 | 101001 | 11011 | 101011001 | 101010 | 110101 |
Color Harmonies of #BA546E
Complementary color
Monochromatic Colors of #BA546E
Black with #BA546E
Text Example
Text Example
White with #BA546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA546E; }
p { color: rgb(186,84,110); }
H1.HeaderClassName
{
color: #BA546E;
}
.AnyTagClassName
{
color: #BA546E;
}
</style>
background-color css
<style>
a { background-color: #BA546E; }
a { background-color: rgb(186,84,110); }
div.DivClassName
{
background-color: #BA546E;
}
.BgClassName
{
background-color: #BA546E;
}
</style>
border-color css
<style>
span { border-color: #BA546E; }
span { border-color: rgb(186,84,110); }
td.TdClassName
{
border-color: #BA546E;
}
.TagClassName
{
border-color: #BA546E;
}
</style>