Shades of Blush #BA536F
Tints of Blush #BA536F
RGB
CMYK
RGB Variations
Color information
#BA536F (or 0xBA536F) is known color: Blush. HEX triplet: BA, 53 and 6F. RGB value is (186,83,111). Sum of RGB (Red+Green+Blue) = 186+83+111=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA536F is #45AC90. Grayscale: #747474. Windows color (decimal): -4566161 or 7295930. OLE color: 7295930.
HSL color Cylindrical-coordinate representation of color #BA536F: hue angle of 343.69º 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 #BA536F is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 111 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.27 |
| HSL | 343.69º | 0.43% | 0.53% | - |
| HSV(B) | 343.69º | 0.55% | 0.73% | - |
| XYZ | 26.21 | 17.77 | 17.09 | - |
| YUV | 116.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 111 | 0 | 0.55 | 0.40 | 0.27 | 343.69 | 0.43 | 0.53 |
| Hex | BA | 53 | 6F | 0 | 37 | 28 | 1B | 158 | 2B | 35 |
| Octal | 272 | 123 | 157 | 0 | 67 | 50 | 33 | 530 | 53 | 65 |
| Binary | 10111010 | 1010011 | 1101111 | 0 | 110111 | 101000 | 11011 | 101011000 | 101011 | 110101 |
Color Harmonies of #BA536F
Complementary color
Monochromatic Colors of #BA536F
Black with #BA536F
Text Example
Text Example
White with #BA536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA536F; }
p { color: rgb(186,83,111); }
H1.HeaderClassName
{
color: #BA536F;
}
.AnyTagClassName
{
color: #BA536F;
}
</style>
background-color css
<style>
a { background-color: #BA536F; }
a { background-color: rgb(186,83,111); }
div.DivClassName
{
background-color: #BA536F;
}
.BgClassName
{
background-color: #BA536F;
}
</style>
border-color css
<style>
span { border-color: #BA536F; }
span { border-color: rgb(186,83,111); }
td.TdClassName
{
border-color: #BA536F;
}
.TagClassName
{
border-color: #BA536F;
}
</style>