Shades of Blush #BA535E
Tints of Blush #BA535E
RGB
CMYK
RGB Variations
Color information
#BA535E (or 0xBA535E) is known color: Blush. HEX triplet: BA, 53 and 5E. RGB value is (186,83,94). Sum of RGB (Red+Green+Blue) = 186+83+94=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535E is #45ACA1. Grayscale: #737373. Windows color (decimal): -4566178 or 6181818. OLE color: 6181818.
HSL color Cylindrical-coordinate representation of color #BA535E: hue angle of 353.59º 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 #BA535E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 94 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.27 |
| HSL | 353.59º | 0.43% | 0.53% | - |
| HSV(B) | 353.59º | 0.55% | 0.73% | - |
| XYZ | 25.36 | 17.43 | 12.62 | - |
| YUV | 115.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 94 | 0 | 0.55 | 0.49 | 0.27 | 353.59 | 0.43 | 0.53 |
| Hex | BA | 53 | 5E | 0 | 37 | 31 | 1B | 162 | 2B | 35 |
| Octal | 272 | 123 | 136 | 0 | 67 | 61 | 33 | 542 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1011110 | 0 | 110111 | 110001 | 11011 | 101100010 | 101011 | 110101 |
Color Harmonies of #BA535E
Complementary color
Monochromatic Colors of #BA535E
Black with #BA535E
Text Example
Text Example
White with #BA535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA535E; }
p { color: rgb(186,83,94); }
H1.HeaderClassName
{
color: #BA535E;
}
.AnyTagClassName
{
color: #BA535E;
}
</style>
background-color css
<style>
a { background-color: #BA535E; }
a { background-color: rgb(186,83,94); }
div.DivClassName
{
background-color: #BA535E;
}
.BgClassName
{
background-color: #BA535E;
}
</style>
border-color css
<style>
span { border-color: #BA535E; }
span { border-color: rgb(186,83,94); }
td.TdClassName
{
border-color: #BA535E;
}
.TagClassName
{
border-color: #BA535E;
}
</style>