Shades of Blush #BA526B
Tints of Blush #BA526B
RGB
CMYK
RGB Variations
Color information
#BA526B (or 0xBA526B) is known color: Blush. HEX triplet: BA, 52 and 6B. RGB value is (186,82,107). Sum of RGB (Red+Green+Blue) = 186+82+107=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526B is #45AD94. Grayscale: #737373. Windows color (decimal): -4566421 or 7033530. OLE color: 7033530.
HSL color Cylindrical-coordinate representation of color #BA526B: hue angle of 345.58º 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 #BA526B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 107 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.27 |
| HSL | 345.58º | 0.43% | 0.53% | - |
| HSV(B) | 345.58º | 0.56% | 0.73% | - |
| XYZ | 25.92 | 17.54 | 15.93 | - |
| YUV | 115.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 107 | 0 | 0.56 | 0.42 | 0.27 | 345.58 | 0.43 | 0.53 |
| Hex | BA | 52 | 6B | 0 | 38 | 2A | 1B | 15A | 2B | 35 |
| Octal | 272 | 122 | 153 | 0 | 70 | 52 | 33 | 532 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1101011 | 0 | 111000 | 101010 | 11011 | 101011010 | 101011 | 110101 |
Color Harmonies of #BA526B
Complementary color
Monochromatic Colors of #BA526B
Black with #BA526B
Text Example
Text Example
White with #BA526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA526B; }
p { color: rgb(186,82,107); }
H1.HeaderClassName
{
color: #BA526B;
}
.AnyTagClassName
{
color: #BA526B;
}
</style>
background-color css
<style>
a { background-color: #BA526B; }
a { background-color: rgb(186,82,107); }
div.DivClassName
{
background-color: #BA526B;
}
.BgClassName
{
background-color: #BA526B;
}
</style>
border-color css
<style>
span { border-color: #BA526B; }
span { border-color: rgb(186,82,107); }
td.TdClassName
{
border-color: #BA526B;
}
.TagClassName
{
border-color: #BA526B;
}
</style>