Shades of Blush #BA4F5D
Tints of Blush #BA4F5D
RGB
CMYK
RGB Variations
Color information
#BA4F5D (or 0xBA4F5D) is known color: Blush. HEX triplet: BA, 4F and 5D. RGB value is (186,79,93). Sum of RGB (Red+Green+Blue) = 186+79+93=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F5D is #45B0A2. Grayscale: #707070. Windows color (decimal): -4567203 or 6115258. OLE color: 6115258.
HSL color Cylindrical-coordinate representation of color #BA4F5D: hue angle of 352.15º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F5D is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 93 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.27 |
| HSL | 352.15º | 0.44% | 0.52% | - |
| HSV(B) | 352.15º | 0.58% | 0.73% | - |
| XYZ | 25.02 | 16.82 | 12.28 | - |
| YUV | 112.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 93 | 0 | 0.58 | 0.5 | 0.27 | 352.15 | 0.44 | 0.52 |
| Hex | BA | 4F | 5D | 0 | 3A | 32 | 1B | 160 | 2C | 34 |
| Octal | 272 | 117 | 135 | 0 | 72 | 62 | 33 | 540 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1011101 | 0 | 111010 | 110010 | 11011 | 101100000 | 101100 | 110100 |
Color Harmonies of #BA4F5D
Complementary color
Monochromatic Colors of #BA4F5D
Black with #BA4F5D
Text Example
Text Example
White with #BA4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F5D; }
p { color: rgb(186,79,93); }
H1.HeaderClassName
{
color: #BA4F5D;
}
.AnyTagClassName
{
color: #BA4F5D;
}
</style>
background-color css
<style>
a { background-color: #BA4F5D; }
a { background-color: rgb(186,79,93); }
div.DivClassName
{
background-color: #BA4F5D;
}
.BgClassName
{
background-color: #BA4F5D;
}
</style>
border-color css
<style>
span { border-color: #BA4F5D; }
span { border-color: rgb(186,79,93); }
td.TdClassName
{
border-color: #BA4F5D;
}
.TagClassName
{
border-color: #BA4F5D;
}
</style>