Shades of Blush #BA516D
Tints of Blush #BA516D
RGB
CMYK
RGB Variations
Color information
#BA516D (or 0xBA516D) is known color: Blush. HEX triplet: BA, 51 and 6D. RGB value is (186,81,109). Sum of RGB (Red+Green+Blue) = 186+81+109=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA516D is #45AE92. Grayscale: #737373. Windows color (decimal): -4566675 or 7164346. OLE color: 7164346.
HSL color Cylindrical-coordinate representation of color #BA516D: hue angle of 344º 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 #BA516D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 109 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.27 |
| HSL | 344º | 0.43% | 0.52% | - |
| HSV(B) | 344º | 0.56% | 0.73% | - |
| XYZ | 25.95 | 17.43 | 16.46 | - |
| YUV | 115.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 109 | 0 | 0.56 | 0.41 | 0.27 | 344 | 0.43 | 0.52 |
| Hex | BA | 51 | 6D | 0 | 38 | 29 | 1B | 158 | 2B | 34 |
| Octal | 272 | 121 | 155 | 0 | 70 | 51 | 33 | 530 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1101101 | 0 | 111000 | 101001 | 11011 | 101011000 | 101011 | 110100 |
Color Harmonies of #BA516D
Complementary color
Monochromatic Colors of #BA516D
Black with #BA516D
Text Example
Text Example
White with #BA516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA516D; }
p { color: rgb(186,81,109); }
H1.HeaderClassName
{
color: #BA516D;
}
.AnyTagClassName
{
color: #BA516D;
}
</style>
background-color css
<style>
a { background-color: #BA516D; }
a { background-color: rgb(186,81,109); }
div.DivClassName
{
background-color: #BA516D;
}
.BgClassName
{
background-color: #BA516D;
}
</style>
border-color css
<style>
span { border-color: #BA516D; }
span { border-color: rgb(186,81,109); }
td.TdClassName
{
border-color: #BA516D;
}
.TagClassName
{
border-color: #BA516D;
}
</style>