Shades of Blush #BA4B5F
Tints of Blush #BA4B5F
RGB
CMYK
RGB Variations
Color information
#BA4B5F (or 0xBA4B5F) is known color: Blush. HEX triplet: BA, 4B and 5F. RGB value is (186,75,95). Sum of RGB (Red+Green+Blue) = 186+75+95=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B5F is #45B4A0. Grayscale: #6E6E6E. Windows color (decimal): -4568225 or 6245306. OLE color: 6245306.
HSL color Cylindrical-coordinate representation of color #BA4B5F: hue angle of 349.19º 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 #BA4B5F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 95 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.27 |
| HSL | 349.19º | 0.45% | 0.51% | - |
| HSV(B) | 349.19º | 0.6% | 0.73% | - |
| XYZ | 24.83 | 16.3 | 12.66 | - |
| YUV | 110.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 95 | 0 | 0.60 | 0.49 | 0.27 | 349.19 | 0.45 | 0.51 |
| Hex | BA | 4B | 5F | 0 | 3C | 31 | 1B | 15D | 2D | 33 |
| Octal | 272 | 113 | 137 | 0 | 74 | 61 | 33 | 535 | 55 | 63 |
| Binary | 10111010 | 1001011 | 1011111 | 0 | 111100 | 110001 | 11011 | 101011101 | 101101 | 110011 |
Color Harmonies of #BA4B5F
Complementary color
Monochromatic Colors of #BA4B5F
Black with #BA4B5F
Text Example
Text Example
White with #BA4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B5F; }
p { color: rgb(186,75,95); }
H1.HeaderClassName
{
color: #BA4B5F;
}
.AnyTagClassName
{
color: #BA4B5F;
}
</style>
background-color css
<style>
a { background-color: #BA4B5F; }
a { background-color: rgb(186,75,95); }
div.DivClassName
{
background-color: #BA4B5F;
}
.BgClassName
{
background-color: #BA4B5F;
}
</style>
border-color css
<style>
span { border-color: #BA4B5F; }
span { border-color: rgb(186,75,95); }
td.TdClassName
{
border-color: #BA4B5F;
}
.TagClassName
{
border-color: #BA4B5F;
}
</style>