Shades of Blush #BA525E
Tints of Blush #BA525E
RGB
CMYK
RGB Variations
Color information
#BA525E (or 0xBA525E) is known color: Blush. HEX triplet: BA, 52 and 5E. RGB value is (186,82,94). Sum of RGB (Red+Green+Blue) = 186+82+94=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA525E is #45ADA1. Grayscale: #727272. Windows color (decimal): -4566434 or 6181562. OLE color: 6181562.
HSL color Cylindrical-coordinate representation of color #BA525E: hue angle of 353.08º 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 #BA525E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 94 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.27 |
| HSL | 353.08º | 0.43% | 0.53% | - |
| HSV(B) | 353.08º | 0.56% | 0.73% | - |
| XYZ | 25.29 | 17.28 | 12.59 | - |
| YUV | 114.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 94 | 0 | 0.56 | 0.49 | 0.27 | 353.08 | 0.43 | 0.53 |
| Hex | BA | 52 | 5E | 0 | 38 | 31 | 1B | 161 | 2B | 35 |
| Octal | 272 | 122 | 136 | 0 | 70 | 61 | 33 | 541 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1011110 | 0 | 111000 | 110001 | 11011 | 101100001 | 101011 | 110101 |
Color Harmonies of #BA525E
Complementary color
Monochromatic Colors of #BA525E
Black with #BA525E
Text Example
Text Example
White with #BA525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA525E; }
p { color: rgb(186,82,94); }
H1.HeaderClassName
{
color: #BA525E;
}
.AnyTagClassName
{
color: #BA525E;
}
</style>
background-color css
<style>
a { background-color: #BA525E; }
a { background-color: rgb(186,82,94); }
div.DivClassName
{
background-color: #BA525E;
}
.BgClassName
{
background-color: #BA525E;
}
</style>
border-color css
<style>
span { border-color: #BA525E; }
span { border-color: rgb(186,82,94); }
td.TdClassName
{
border-color: #BA525E;
}
.TagClassName
{
border-color: #BA525E;
}
</style>