Shades of Blush #BA4A5E
Tints of Blush #BA4A5E
RGB
CMYK
RGB Variations
Color information
#BA4A5E (or 0xBA4A5E) is known color: Blush. HEX triplet: BA, 4A and 5E. RGB value is (186,74,94). Sum of RGB (Red+Green+Blue) = 186+74+94=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A5E is #45B5A1. Grayscale: #6D6D6D. Windows color (decimal): -4568482 or 6179514. OLE color: 6179514.
HSL color Cylindrical-coordinate representation of color #BA4A5E: hue angle of 349.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A5E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 94 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.27 |
| HSL | 349.29º | 0.45% | 0.51% | - |
| HSV(B) | 349.29º | 0.6% | 0.73% | - |
| XYZ | 24.72 | 16.14 | 12.4 | - |
| YUV | 109.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 94 | 0 | 0.60 | 0.49 | 0.27 | 349.29 | 0.45 | 0.51 |
| Hex | BA | 4A | 5E | 0 | 3C | 31 | 1B | 15D | 2D | 33 |
| Octal | 272 | 112 | 136 | 0 | 74 | 61 | 33 | 535 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1011110 | 0 | 111100 | 110001 | 11011 | 101011101 | 101101 | 110011 |
Color Harmonies of #BA4A5E
Complementary color
Monochromatic Colors of #BA4A5E
Black with #BA4A5E
Text Example
Text Example
White with #BA4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A5E; }
p { color: rgb(186,74,94); }
H1.HeaderClassName
{
color: #BA4A5E;
}
.AnyTagClassName
{
color: #BA4A5E;
}
</style>
background-color css
<style>
a { background-color: #BA4A5E; }
a { background-color: rgb(186,74,94); }
div.DivClassName
{
background-color: #BA4A5E;
}
.BgClassName
{
background-color: #BA4A5E;
}
</style>
border-color css
<style>
span { border-color: #BA4A5E; }
span { border-color: rgb(186,74,94); }
td.TdClassName
{
border-color: #BA4A5E;
}
.TagClassName
{
border-color: #BA4A5E;
}
</style>