Shades of Blush #BA475E
Tints of Blush #BA475E
RGB
CMYK
RGB Variations
Color information
#BA475E (or 0xBA475E) is known color: Blush. HEX triplet: BA, 47 and 5E. RGB value is (186,71,94). Sum of RGB (Red+Green+Blue) = 186+71+94=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475E is #45B8A1. Grayscale: #6C6C6C. Windows color (decimal): -4569250 or 6178746. OLE color: 6178746.
HSL color Cylindrical-coordinate representation of color #BA475E: hue angle of 348º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA475E is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 94 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.27 |
| HSL | 348º | 0.45% | 0.5% | - |
| HSV(B) | 348º | 0.62% | 0.73% | - |
| XYZ | 24.52 | 15.75 | 12.34 | - |
| YUV | 108.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 94 | 0 | 0.62 | 0.49 | 0.27 | 348 | 0.45 | 0.5 |
| Hex | BA | 47 | 5E | 0 | 3E | 31 | 1B | 15C | 2D | 32 |
| Octal | 272 | 107 | 136 | 0 | 76 | 61 | 33 | 534 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1011110 | 0 | 111110 | 110001 | 11011 | 101011100 | 101101 | 110010 |
Color Harmonies of #BA475E
Complementary color
Monochromatic Colors of #BA475E
Black with #BA475E
Text Example
Text Example
White with #BA475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA475E; }
p { color: rgb(186,71,94); }
H1.HeaderClassName
{
color: #BA475E;
}
.AnyTagClassName
{
color: #BA475E;
}
</style>
background-color css
<style>
a { background-color: #BA475E; }
a { background-color: rgb(186,71,94); }
div.DivClassName
{
background-color: #BA475E;
}
.BgClassName
{
background-color: #BA475E;
}
</style>
border-color css
<style>
span { border-color: #BA475E; }
span { border-color: rgb(186,71,94); }
td.TdClassName
{
border-color: #BA475E;
}
.TagClassName
{
border-color: #BA475E;
}
</style>