Shades of Blush #BA5E6A
Tints of Blush #BA5E6A
RGB
CMYK
RGB Variations
Color information
#BA5E6A (or 0xBA5E6A) is known color: Blush. HEX triplet: BA, 5E and 6A. RGB value is (186,94,106). Sum of RGB (Red+Green+Blue) = 186+94+106=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E6A is #45A195. Grayscale: #7A7A7A. Windows color (decimal): -4563350 or 6971066. OLE color: 6971066.
HSL color Cylindrical-coordinate representation of color #BA5E6A: hue angle of 352.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E6A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 106 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.27 |
| HSL | 352.17º | 0.4% | 0.55% | - |
| HSV(B) | 352.17º | 0.49% | 0.73% | - |
| XYZ | 26.85 | 19.49 | 15.98 | - |
| YUV | 122.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 106 | 0 | 0.49 | 0.43 | 0.27 | 352.17 | 0.4 | 0.55 |
| Hex | BA | 5E | 6A | 0 | 31 | 2B | 1B | 160 | 28 | 37 |
| Octal | 272 | 136 | 152 | 0 | 61 | 53 | 33 | 540 | 50 | 67 |
| Binary | 10111010 | 1011110 | 1101010 | 0 | 110001 | 101011 | 11011 | 101100000 | 101000 | 110111 |
Color Harmonies of #BA5E6A
Complementary color
Monochromatic Colors of #BA5E6A
Black with #BA5E6A
Text Example
Text Example
White with #BA5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E6A; }
p { color: rgb(186,94,106); }
H1.HeaderClassName
{
color: #BA5E6A;
}
.AnyTagClassName
{
color: #BA5E6A;
}
</style>
background-color css
<style>
a { background-color: #BA5E6A; }
a { background-color: rgb(186,94,106); }
div.DivClassName
{
background-color: #BA5E6A;
}
.BgClassName
{
background-color: #BA5E6A;
}
</style>
border-color css
<style>
span { border-color: #BA5E6A; }
span { border-color: rgb(186,94,106); }
td.TdClassName
{
border-color: #BA5E6A;
}
.TagClassName
{
border-color: #BA5E6A;
}
</style>