Shades of Blush #BA526C
Tints of Blush #BA526C
RGB
CMYK
RGB Variations
Color information
#BA526C (or 0xBA526C) is known color: Blush. HEX triplet: BA, 52 and 6C. RGB value is (186,82,108). Sum of RGB (Red+Green+Blue) = 186+82+108=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526C is #45AD93. Grayscale: #747474. Windows color (decimal): -4566420 or 7099066. OLE color: 7099066.
HSL color Cylindrical-coordinate representation of color #BA526C: hue angle of 345º 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 #BA526C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 108 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.27 |
| HSL | 345º | 0.43% | 0.53% | - |
| HSV(B) | 345º | 0.56% | 0.73% | - |
| XYZ | 25.97 | 17.56 | 16.21 | - |
| YUV | 116.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 108 | 0 | 0.56 | 0.42 | 0.27 | 345 | 0.43 | 0.53 |
| Hex | BA | 52 | 6C | 0 | 38 | 2A | 1B | 159 | 2B | 35 |
| Octal | 272 | 122 | 154 | 0 | 70 | 52 | 33 | 531 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1101100 | 0 | 111000 | 101010 | 11011 | 101011001 | 101011 | 110101 |
Color Harmonies of #BA526C
Complementary color
Monochromatic Colors of #BA526C
Black with #BA526C
Text Example
Text Example
White with #BA526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA526C; }
p { color: rgb(186,82,108); }
H1.HeaderClassName
{
color: #BA526C;
}
.AnyTagClassName
{
color: #BA526C;
}
</style>
background-color css
<style>
a { background-color: #BA526C; }
a { background-color: rgb(186,82,108); }
div.DivClassName
{
background-color: #BA526C;
}
.BgClassName
{
background-color: #BA526C;
}
</style>
border-color css
<style>
span { border-color: #BA526C; }
span { border-color: rgb(186,82,108); }
td.TdClassName
{
border-color: #BA526C;
}
.TagClassName
{
border-color: #BA526C;
}
</style>