Shades of Blush #BA5169
Tints of Blush #BA5169
RGB
CMYK
RGB Variations
Color information
#BA5169 (or 0xBA5169) is known color: Blush. HEX triplet: BA, 51 and 69. RGB value is (186,81,105). Sum of RGB (Red+Green+Blue) = 186+81+105=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5169 is #45AE96. Grayscale: #737373. Windows color (decimal): -4566679 or 6902202. OLE color: 6902202.
HSL color Cylindrical-coordinate representation of color #BA5169: hue angle of 346.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5169 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 105 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.27 |
| HSL | 346.29º | 0.43% | 0.52% | - |
| HSV(B) | 346.29º | 0.56% | 0.73% | - |
| XYZ | 25.74 | 17.34 | 15.36 | - |
| YUV | 115.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 105 | 0 | 0.56 | 0.44 | 0.27 | 346.29 | 0.43 | 0.52 |
| Hex | BA | 51 | 69 | 0 | 38 | 2C | 1B | 15A | 2B | 34 |
| Octal | 272 | 121 | 151 | 0 | 70 | 54 | 33 | 532 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1101001 | 0 | 111000 | 101100 | 11011 | 101011010 | 101011 | 110100 |
Color Harmonies of #BA5169
Complementary color
Monochromatic Colors of #BA5169
Black with #BA5169
Text Example
Text Example
White with #BA5169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5169; }
p { color: rgb(186,81,105); }
H1.HeaderClassName
{
color: #BA5169;
}
.AnyTagClassName
{
color: #BA5169;
}
</style>
background-color css
<style>
a { background-color: #BA5169; }
a { background-color: rgb(186,81,105); }
div.DivClassName
{
background-color: #BA5169;
}
.BgClassName
{
background-color: #BA5169;
}
</style>
border-color css
<style>
span { border-color: #BA5169; }
span { border-color: rgb(186,81,105); }
td.TdClassName
{
border-color: #BA5169;
}
.TagClassName
{
border-color: #BA5169;
}
</style>