Shades of Blush #BA4F5E
Tints of Blush #BA4F5E
RGB
CMYK
RGB Variations
Color information
#BA4F5E (or 0xBA4F5E) is known color: Blush. HEX triplet: BA, 4F and 5E. RGB value is (186,79,94). Sum of RGB (Red+Green+Blue) = 186+79+94=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F5E is #45B0A1. Grayscale: #707070. Windows color (decimal): -4567202 or 6180794. OLE color: 6180794.
HSL color Cylindrical-coordinate representation of color #BA4F5E: hue angle of 351.59º 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 #BA4F5E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 94 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.27 |
| HSL | 351.59º | 0.44% | 0.52% | - |
| HSV(B) | 351.59º | 0.58% | 0.73% | - |
| XYZ | 25.07 | 16.84 | 12.52 | - |
| YUV | 112.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 94 | 0 | 0.58 | 0.49 | 0.27 | 351.59 | 0.44 | 0.52 |
| Hex | BA | 4F | 5E | 0 | 3A | 31 | 1B | 160 | 2C | 34 |
| Octal | 272 | 117 | 136 | 0 | 72 | 61 | 33 | 540 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1011110 | 0 | 111010 | 110001 | 11011 | 101100000 | 101100 | 110100 |
Color Harmonies of #BA4F5E
Complementary color
Monochromatic Colors of #BA4F5E
Black with #BA4F5E
Text Example
Text Example
White with #BA4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F5E; }
p { color: rgb(186,79,94); }
H1.HeaderClassName
{
color: #BA4F5E;
}
.AnyTagClassName
{
color: #BA4F5E;
}
</style>
background-color css
<style>
a { background-color: #BA4F5E; }
a { background-color: rgb(186,79,94); }
div.DivClassName
{
background-color: #BA4F5E;
}
.BgClassName
{
background-color: #BA4F5E;
}
</style>
border-color css
<style>
span { border-color: #BA4F5E; }
span { border-color: rgb(186,79,94); }
td.TdClassName
{
border-color: #BA4F5E;
}
.TagClassName
{
border-color: #BA4F5E;
}
</style>