Shades of Blush #BA525D
Tints of Blush #BA525D
RGB
CMYK
RGB Variations
Color information
#BA525D (or 0xBA525D) is known color: Blush. HEX triplet: BA, 52 and 5D. RGB value is (186,82,93). Sum of RGB (Red+Green+Blue) = 186+82+93=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA525D is #45ADA2. Grayscale: #727272. Windows color (decimal): -4566435 or 6116026. OLE color: 6116026.
HSL color Cylindrical-coordinate representation of color #BA525D: hue angle of 353.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA525D is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 93 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.27 |
| HSL | 353.65º | 0.43% | 0.53% | - |
| HSV(B) | 353.65º | 0.56% | 0.73% | - |
| XYZ | 25.24 | 17.26 | 12.36 | - |
| YUV | 114.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 93 | 0 | 0.56 | 0.5 | 0.27 | 353.65 | 0.43 | 0.53 |
| Hex | BA | 52 | 5D | 0 | 38 | 32 | 1B | 162 | 2B | 35 |
| Octal | 272 | 122 | 135 | 0 | 70 | 62 | 33 | 542 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1011101 | 0 | 111000 | 110010 | 11011 | 101100010 | 101011 | 110101 |
Color Harmonies of #BA525D
Complementary color
Monochromatic Colors of #BA525D
Black with #BA525D
Text Example
Text Example
White with #BA525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA525D; }
p { color: rgb(186,82,93); }
H1.HeaderClassName
{
color: #BA525D;
}
.AnyTagClassName
{
color: #BA525D;
}
</style>
background-color css
<style>
a { background-color: #BA525D; }
a { background-color: rgb(186,82,93); }
div.DivClassName
{
background-color: #BA525D;
}
.BgClassName
{
background-color: #BA525D;
}
</style>
border-color css
<style>
span { border-color: #BA525D; }
span { border-color: rgb(186,82,93); }
td.TdClassName
{
border-color: #BA525D;
}
.TagClassName
{
border-color: #BA525D;
}
</style>