Shades of Blush #BA5D6B
Tints of Blush #BA5D6B
RGB
CMYK
RGB Variations
Color information
#BA5D6B (or 0xBA5D6B) is known color: Blush. HEX triplet: BA, 5D and 6B. RGB value is (186,93,107). Sum of RGB (Red+Green+Blue) = 186+93+107=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D6B is #45A294. Grayscale: #7A7A7A. Windows color (decimal): -4563605 or 7036346. OLE color: 7036346.
HSL color Cylindrical-coordinate representation of color #BA5D6B: hue angle of 350.97º 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 #BA5D6B is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 107 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.27 |
| HSL | 350.97º | 0.4% | 0.55% | - |
| HSV(B) | 350.97º | 0.5% | 0.73% | - |
| XYZ | 26.82 | 19.33 | 16.23 | - |
| YUV | 122.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 107 | 0 | 0.5 | 0.42 | 0.27 | 350.97 | 0.4 | 0.55 |
| Hex | BA | 5D | 6B | 0 | 32 | 2A | 1B | 15F | 28 | 37 |
| Octal | 272 | 135 | 153 | 0 | 62 | 52 | 33 | 537 | 50 | 67 |
| Binary | 10111010 | 1011101 | 1101011 | 0 | 110010 | 101010 | 11011 | 101011111 | 101000 | 110111 |
Color Harmonies of #BA5D6B
Complementary color
Monochromatic Colors of #BA5D6B
Black with #BA5D6B
Text Example
Text Example
White with #BA5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D6B; }
p { color: rgb(186,93,107); }
H1.HeaderClassName
{
color: #BA5D6B;
}
.AnyTagClassName
{
color: #BA5D6B;
}
</style>
background-color css
<style>
a { background-color: #BA5D6B; }
a { background-color: rgb(186,93,107); }
div.DivClassName
{
background-color: #BA5D6B;
}
.BgClassName
{
background-color: #BA5D6B;
}
</style>
border-color css
<style>
span { border-color: #BA5D6B; }
span { border-color: rgb(186,93,107); }
td.TdClassName
{
border-color: #BA5D6B;
}
.TagClassName
{
border-color: #BA5D6B;
}
</style>