Shades of Blush #BA4A5D
Tints of Blush #BA4A5D
RGB
CMYK
RGB Variations
Color information
#BA4A5D (or 0xBA4A5D) is known color: Blush. HEX triplet: BA, 4A and 5D. RGB value is (186,74,93). Sum of RGB (Red+Green+Blue) = 186+74+93=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A5D is #45B5A2. Grayscale: #6D6D6D. Windows color (decimal): -4568483 or 6113978. OLE color: 6113978.
HSL color Cylindrical-coordinate representation of color #BA4A5D: hue angle of 349.82º 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 #BA4A5D is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 93 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.27 |
| HSL | 349.82º | 0.45% | 0.51% | - |
| HSV(B) | 349.82º | 0.6% | 0.73% | - |
| XYZ | 24.67 | 16.13 | 12.17 | - |
| YUV | 109.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 93 | 0 | 0.60 | 0.5 | 0.27 | 349.82 | 0.45 | 0.51 |
| Hex | BA | 4A | 5D | 0 | 3C | 32 | 1B | 15E | 2D | 33 |
| Octal | 272 | 112 | 135 | 0 | 74 | 62 | 33 | 536 | 55 | 63 |
| Binary | 10111010 | 1001010 | 1011101 | 0 | 111100 | 110010 | 11011 | 101011110 | 101101 | 110011 |
Color Harmonies of #BA4A5D
Complementary color
Monochromatic Colors of #BA4A5D
Black with #BA4A5D
Text Example
Text Example
White with #BA4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A5D; }
p { color: rgb(186,74,93); }
H1.HeaderClassName
{
color: #BA4A5D;
}
.AnyTagClassName
{
color: #BA4A5D;
}
</style>
background-color css
<style>
a { background-color: #BA4A5D; }
a { background-color: rgb(186,74,93); }
div.DivClassName
{
background-color: #BA4A5D;
}
.BgClassName
{
background-color: #BA4A5D;
}
</style>
border-color css
<style>
span { border-color: #BA4A5D; }
span { border-color: rgb(186,74,93); }
td.TdClassName
{
border-color: #BA4A5D;
}
.TagClassName
{
border-color: #BA4A5D;
}
</style>