Shades of Blush #BA535C
Tints of Blush #BA535C
RGB
CMYK
RGB Variations
Color information
#BA535C (or 0xBA535C) is known color: Blush. HEX triplet: BA, 53 and 5C. RGB value is (186,83,92). Sum of RGB (Red+Green+Blue) = 186+83+92=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535C is #45ACA3. Grayscale: #727272. Windows color (decimal): -4566180 or 6050746. OLE color: 6050746.
HSL color Cylindrical-coordinate representation of color #BA535C: hue angle of 354.76º 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 #BA535C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 92 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.27 |
| HSL | 354.76º | 0.43% | 0.53% | - |
| HSV(B) | 354.76º | 0.55% | 0.73% | - |
| XYZ | 25.27 | 17.4 | 12.15 | - |
| YUV | 114.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 92 | 0 | 0.55 | 0.51 | 0.27 | 354.76 | 0.43 | 0.53 |
| Hex | BA | 53 | 5C | 0 | 37 | 33 | 1B | 163 | 2B | 35 |
| Octal | 272 | 123 | 134 | 0 | 67 | 63 | 33 | 543 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1011100 | 0 | 110111 | 110011 | 11011 | 101100011 | 101011 | 110101 |
Color Harmonies of #BA535C
Complementary color
Monochromatic Colors of #BA535C
Black with #BA535C
Text Example
Text Example
White with #BA535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA535C; }
p { color: rgb(186,83,92); }
H1.HeaderClassName
{
color: #BA535C;
}
.AnyTagClassName
{
color: #BA535C;
}
</style>
background-color css
<style>
a { background-color: #BA535C; }
a { background-color: rgb(186,83,92); }
div.DivClassName
{
background-color: #BA535C;
}
.BgClassName
{
background-color: #BA535C;
}
</style>
border-color css
<style>
span { border-color: #BA535C; }
span { border-color: rgb(186,83,92); }
td.TdClassName
{
border-color: #BA535C;
}
.TagClassName
{
border-color: #BA535C;
}
</style>