Shades of Blush #BA5D6D
Tints of Blush #BA5D6D
RGB
CMYK
RGB Variations
Color information
#BA5D6D (or 0xBA5D6D) is known color: Blush. HEX triplet: BA, 5D and 6D. RGB value is (186,93,109). Sum of RGB (Red+Green+Blue) = 186+93+109=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D6D is #45A292. Grayscale: #7A7A7A. Windows color (decimal): -4563603 or 7167418. OLE color: 7167418.
HSL color Cylindrical-coordinate representation of color #BA5D6D: hue angle of 349.68º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D6D is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 109 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.27 |
| HSL | 349.68º | 0.4% | 0.55% | - |
| HSV(B) | 349.68º | 0.5% | 0.73% | - |
| XYZ | 26.92 | 19.37 | 16.79 | - |
| YUV | 122.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 109 | 0 | 0.5 | 0.41 | 0.27 | 349.68 | 0.4 | 0.55 |
| Hex | BA | 5D | 6D | 0 | 32 | 29 | 1B | 15E | 28 | 37 |
| Octal | 272 | 135 | 155 | 0 | 62 | 51 | 33 | 536 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1101101 | 0 | 110010 | 101001 | 11011 | 101011110 | 101000 | 110111 |
Color Harmonies of #BA5D6D
Complementary color
Monochromatic Colors of #BA5D6D
Black with #BA5D6D
Text Example
Text Example
White with #BA5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D6D; }
p { color: rgb(186,93,109); }
H1.HeaderClassName
{
color: #BA5D6D;
}
.AnyTagClassName
{
color: #BA5D6D;
}
</style>
background-color css
<style>
a { background-color: #BA5D6D; }
a { background-color: rgb(186,93,109); }
div.DivClassName
{
background-color: #BA5D6D;
}
.BgClassName
{
background-color: #BA5D6D;
}
</style>
border-color css
<style>
span { border-color: #BA5D6D; }
span { border-color: rgb(186,93,109); }
td.TdClassName
{
border-color: #BA5D6D;
}
.TagClassName
{
border-color: #BA5D6D;
}
</style>