Shades of Blush #BA4F5B
Tints of Blush #BA4F5B
RGB
CMYK
RGB Variations
Color information
#BA4F5B (or 0xBA4F5B) is known color: Blush. HEX triplet: BA, 4F and 5B. RGB value is (186,79,91). Sum of RGB (Red+Green+Blue) = 186+79+91=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F5B is #45B0A4. Grayscale: #707070. Windows color (decimal): -4567205 or 5984186. OLE color: 5984186.
HSL color Cylindrical-coordinate representation of color #BA4F5B: hue angle of 353.27º 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 #BA4F5B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 91 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.27 |
| HSL | 353.27º | 0.44% | 0.52% | - |
| HSV(B) | 353.27º | 0.58% | 0.73% | - |
| XYZ | 24.93 | 16.79 | 11.82 | - |
| YUV | 112.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 91 | 0 | 0.58 | 0.51 | 0.27 | 353.27 | 0.44 | 0.52 |
| Hex | BA | 4F | 5B | 0 | 3A | 33 | 1B | 161 | 2C | 34 |
| Octal | 272 | 117 | 133 | 0 | 72 | 63 | 33 | 541 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1011011 | 0 | 111010 | 110011 | 11011 | 101100001 | 101100 | 110100 |
Color Harmonies of #BA4F5B
Complementary color
Monochromatic Colors of #BA4F5B
Black with #BA4F5B
Text Example
Text Example
White with #BA4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F5B; }
p { color: rgb(186,79,91); }
H1.HeaderClassName
{
color: #BA4F5B;
}
.AnyTagClassName
{
color: #BA4F5B;
}
</style>
background-color css
<style>
a { background-color: #BA4F5B; }
a { background-color: rgb(186,79,91); }
div.DivClassName
{
background-color: #BA4F5B;
}
.BgClassName
{
background-color: #BA4F5B;
}
</style>
border-color css
<style>
span { border-color: #BA4F5B; }
span { border-color: rgb(186,79,91); }
td.TdClassName
{
border-color: #BA4F5B;
}
.TagClassName
{
border-color: #BA4F5B;
}
</style>