Shades of Blush #BA535B
Tints of Blush #BA535B
RGB
CMYK
RGB Variations
Color information
#BA535B (or 0xBA535B) is known color: Blush. HEX triplet: BA, 53 and 5B. RGB value is (186,83,91). Sum of RGB (Red+Green+Blue) = 186+83+91=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535B is #45ACA4. Grayscale: #727272. Windows color (decimal): -4566181 or 5985210. OLE color: 5985210.
HSL color Cylindrical-coordinate representation of color #BA535B: hue angle of 355.34º 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 #BA535B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 91 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.27 |
| HSL | 355.34º | 0.43% | 0.53% | - |
| HSV(B) | 355.34º | 0.55% | 0.73% | - |
| XYZ | 25.23 | 17.38 | 11.92 | - |
| YUV | 114.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 91 | 0 | 0.55 | 0.51 | 0.27 | 355.34 | 0.43 | 0.53 |
| Hex | BA | 53 | 5B | 0 | 37 | 33 | 1B | 163 | 2B | 35 |
| Octal | 272 | 123 | 133 | 0 | 67 | 63 | 33 | 543 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1011011 | 0 | 110111 | 110011 | 11011 | 101100011 | 101011 | 110101 |
Color Harmonies of #BA535B
Complementary color
Monochromatic Colors of #BA535B
Black with #BA535B
Text Example
Text Example
White with #BA535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA535B; }
p { color: rgb(186,83,91); }
H1.HeaderClassName
{
color: #BA535B;
}
.AnyTagClassName
{
color: #BA535B;
}
</style>
background-color css
<style>
a { background-color: #BA535B; }
a { background-color: rgb(186,83,91); }
div.DivClassName
{
background-color: #BA535B;
}
.BgClassName
{
background-color: #BA535B;
}
</style>
border-color css
<style>
span { border-color: #BA535B; }
span { border-color: rgb(186,83,91); }
td.TdClassName
{
border-color: #BA535B;
}
.TagClassName
{
border-color: #BA535B;
}
</style>