Shades of Blush #BA516A
Tints of Blush #BA516A
RGB
CMYK
RGB Variations
Color information
#BA516A (or 0xBA516A) is known color: Blush. HEX triplet: BA, 51 and 6A. RGB value is (186,81,106). Sum of RGB (Red+Green+Blue) = 186+81+106=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA516A is #45AE95. Grayscale: #737373. Windows color (decimal): -4566678 or 6967738. OLE color: 6967738.
HSL color Cylindrical-coordinate representation of color #BA516A: hue angle of 345.71º 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 #BA516A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 106 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.27 |
| HSL | 345.71º | 0.43% | 0.52% | - |
| HSV(B) | 345.71º | 0.56% | 0.73% | - |
| XYZ | 25.79 | 17.36 | 15.63 | - |
| YUV | 115.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 106 | 0 | 0.56 | 0.43 | 0.27 | 345.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 6A | 0 | 38 | 2B | 1B | 15A | 2B | 34 |
| Octal | 272 | 121 | 152 | 0 | 70 | 53 | 33 | 532 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1101010 | 0 | 111000 | 101011 | 11011 | 101011010 | 101011 | 110100 |
Color Harmonies of #BA516A
Complementary color
Monochromatic Colors of #BA516A
Black with #BA516A
Text Example
Text Example
White with #BA516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA516A; }
p { color: rgb(186,81,106); }
H1.HeaderClassName
{
color: #BA516A;
}
.AnyTagClassName
{
color: #BA516A;
}
</style>
background-color css
<style>
a { background-color: #BA516A; }
a { background-color: rgb(186,81,106); }
div.DivClassName
{
background-color: #BA516A;
}
.BgClassName
{
background-color: #BA516A;
}
</style>
border-color css
<style>
span { border-color: #BA516A; }
span { border-color: rgb(186,81,106); }
td.TdClassName
{
border-color: #BA516A;
}
.TagClassName
{
border-color: #BA516A;
}
</style>