Shades of Blush #BA5B6D
Tints of Blush #BA5B6D
RGB
CMYK
RGB Variations
Color information
#BA5B6D (or 0xBA5B6D) is known color: Blush. HEX triplet: BA, 5B and 6D. RGB value is (186,91,109). Sum of RGB (Red+Green+Blue) = 186+91+109=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B6D is #45A492. Grayscale: #797979. Windows color (decimal): -4564115 or 7166906. OLE color: 7166906.
HSL color Cylindrical-coordinate representation of color #BA5B6D: hue angle of 348.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B6D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 109 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.27 |
| HSL | 348.63º | 0.41% | 0.54% | - |
| HSV(B) | 348.63º | 0.51% | 0.73% | - |
| XYZ | 26.75 | 19.03 | 16.73 | - |
| YUV | 121.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 109 | 0 | 0.51 | 0.41 | 0.27 | 348.63 | 0.41 | 0.54 |
| Hex | BA | 5B | 6D | 0 | 33 | 29 | 1B | 15D | 29 | 36 |
| Octal | 272 | 133 | 155 | 0 | 63 | 51 | 33 | 535 | 51 | 66 |
| Binary | 10111010 | 1011011 | 1101101 | 0 | 110011 | 101001 | 11011 | 101011101 | 101001 | 110110 |
Color Harmonies of #BA5B6D
Complementary color
Monochromatic Colors of #BA5B6D
Black with #BA5B6D
Text Example
Text Example
White with #BA5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B6D; }
p { color: rgb(186,91,109); }
H1.HeaderClassName
{
color: #BA5B6D;
}
.AnyTagClassName
{
color: #BA5B6D;
}
</style>
background-color css
<style>
a { background-color: #BA5B6D; }
a { background-color: rgb(186,91,109); }
div.DivClassName
{
background-color: #BA5B6D;
}
.BgClassName
{
background-color: #BA5B6D;
}
</style>
border-color css
<style>
span { border-color: #BA5B6D; }
span { border-color: rgb(186,91,109); }
td.TdClassName
{
border-color: #BA5B6D;
}
.TagClassName
{
border-color: #BA5B6D;
}
</style>