Shades of Blush #BA526D
Tints of Blush #BA526D
RGB
CMYK
RGB Variations
Color information
#BA526D (or 0xBA526D) is known color: Blush. HEX triplet: BA, 52 and 6D. RGB value is (186,82,109). Sum of RGB (Red+Green+Blue) = 186+82+109=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526D is #45AD92. Grayscale: #747474. Windows color (decimal): -4566419 or 7164602. OLE color: 7164602.
HSL color Cylindrical-coordinate representation of color #BA526D: hue angle of 344.42º 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 #BA526D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 109 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.27 |
| HSL | 344.42º | 0.43% | 0.53% | - |
| HSV(B) | 344.42º | 0.56% | 0.73% | - |
| XYZ | 26.03 | 17.58 | 16.49 | - |
| YUV | 116.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 109 | 0 | 0.56 | 0.41 | 0.27 | 344.42 | 0.43 | 0.53 |
| Hex | BA | 52 | 6D | 0 | 38 | 29 | 1B | 158 | 2B | 35 |
| Octal | 272 | 122 | 155 | 0 | 70 | 51 | 33 | 530 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1101101 | 0 | 111000 | 101001 | 11011 | 101011000 | 101011 | 110101 |
Color Harmonies of #BA526D
Complementary color
Monochromatic Colors of #BA526D
Black with #BA526D
Text Example
Text Example
White with #BA526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA526D; }
p { color: rgb(186,82,109); }
H1.HeaderClassName
{
color: #BA526D;
}
.AnyTagClassName
{
color: #BA526D;
}
</style>
background-color css
<style>
a { background-color: #BA526D; }
a { background-color: rgb(186,82,109); }
div.DivClassName
{
background-color: #BA526D;
}
.BgClassName
{
background-color: #BA526D;
}
</style>
border-color css
<style>
span { border-color: #BA526D; }
span { border-color: rgb(186,82,109); }
td.TdClassName
{
border-color: #BA526D;
}
.TagClassName
{
border-color: #BA526D;
}
</style>