Shades of Blush #BA4B5D
Tints of Blush #BA4B5D
RGB
CMYK
RGB Variations
Color information
#BA4B5D (or 0xBA4B5D) is known color: Blush. HEX triplet: BA, 4B and 5D. RGB value is (186,75,93). Sum of RGB (Red+Green+Blue) = 186+75+93=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B5D is #45B4A2. Grayscale: #6E6E6E. Windows color (decimal): -4568227 or 6114234. OLE color: 6114234.
HSL color Cylindrical-coordinate representation of color #BA4B5D: hue angle of 350.27º 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 #BA4B5D is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 93 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.27 |
| HSL | 350.27º | 0.45% | 0.51% | - |
| HSV(B) | 350.27º | 0.6% | 0.73% | - |
| XYZ | 24.74 | 16.26 | 12.19 | - |
| YUV | 110.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 93 | 0 | 0.60 | 0.5 | 0.27 | 350.27 | 0.45 | 0.51 |
| Hex | BA | 4B | 5D | 0 | 3C | 32 | 1B | 15E | 2D | 33 |
| Octal | 272 | 113 | 135 | 0 | 74 | 62 | 33 | 536 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1011101 | 0 | 111100 | 110010 | 11011 | 101011110 | 101101 | 110011 |
Color Harmonies of #BA4B5D
Complementary color
Monochromatic Colors of #BA4B5D
Black with #BA4B5D
Text Example
Text Example
White with #BA4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B5D; }
p { color: rgb(186,75,93); }
H1.HeaderClassName
{
color: #BA4B5D;
}
.AnyTagClassName
{
color: #BA4B5D;
}
</style>
background-color css
<style>
a { background-color: #BA4B5D; }
a { background-color: rgb(186,75,93); }
div.DivClassName
{
background-color: #BA4B5D;
}
.BgClassName
{
background-color: #BA4B5D;
}
</style>
border-color css
<style>
span { border-color: #BA4B5D; }
span { border-color: rgb(186,75,93); }
td.TdClassName
{
border-color: #BA4B5D;
}
.TagClassName
{
border-color: #BA4B5D;
}
</style>