Shades of Blush #BA516C
Tints of Blush #BA516C
RGB
CMYK
RGB Variations
Color information
#BA516C (or 0xBA516C) is known color: Blush. HEX triplet: BA, 51 and 6C. RGB value is (186,81,108). Sum of RGB (Red+Green+Blue) = 186+81+108=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA516C is #45AE93. Grayscale: #737373. Windows color (decimal): -4566676 or 7098810. OLE color: 7098810.
HSL color Cylindrical-coordinate representation of color #BA516C: hue angle of 344.57º 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 #BA516C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 108 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.27 |
| HSL | 344.57º | 0.43% | 0.52% | - |
| HSV(B) | 344.57º | 0.56% | 0.73% | - |
| XYZ | 25.9 | 17.41 | 16.18 | - |
| YUV | 115.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 108 | 0 | 0.56 | 0.42 | 0.27 | 344.57 | 0.43 | 0.52 |
| Hex | BA | 51 | 6C | 0 | 38 | 2A | 1B | 159 | 2B | 34 |
| Octal | 272 | 121 | 154 | 0 | 70 | 52 | 33 | 531 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1101100 | 0 | 111000 | 101010 | 11011 | 101011001 | 101011 | 110100 |
Color Harmonies of #BA516C
Complementary color
Monochromatic Colors of #BA516C
Black with #BA516C
Text Example
Text Example
White with #BA516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA516C; }
p { color: rgb(186,81,108); }
H1.HeaderClassName
{
color: #BA516C;
}
.AnyTagClassName
{
color: #BA516C;
}
</style>
background-color css
<style>
a { background-color: #BA516C; }
a { background-color: rgb(186,81,108); }
div.DivClassName
{
background-color: #BA516C;
}
.BgClassName
{
background-color: #BA516C;
}
</style>
border-color css
<style>
span { border-color: #BA516C; }
span { border-color: rgb(186,81,108); }
td.TdClassName
{
border-color: #BA516C;
}
.TagClassName
{
border-color: #BA516C;
}
</style>