Shades of Blush #BA4764
Tints of Blush #BA4764
RGB
CMYK
RGB Variations
Color information
#BA4764 (or 0xBA4764) is known color: Blush. HEX triplet: BA, 47 and 64. RGB value is (186,71,100). Sum of RGB (Red+Green+Blue) = 186+71+100=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4764 is #45B89B. Grayscale: #6C6C6C. Windows color (decimal): -4569244 or 6571962. OLE color: 6571962.
HSL color Cylindrical-coordinate representation of color #BA4764: hue angle of 344.87º 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 #BA4764 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 100 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.27 |
| HSL | 344.87º | 0.45% | 0.5% | - |
| HSV(B) | 344.87º | 0.62% | 0.73% | - |
| XYZ | 24.8 | 15.87 | 13.81 | - |
| YUV | 108.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 100 | 0 | 0.62 | 0.46 | 0.27 | 344.87 | 0.45 | 0.5 |
| Hex | BA | 47 | 64 | 0 | 3E | 2E | 1B | 159 | 2D | 32 |
| Octal | 272 | 107 | 144 | 0 | 76 | 56 | 33 | 531 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1100100 | 0 | 111110 | 101110 | 11011 | 101011001 | 101101 | 110010 |
Color Harmonies of #BA4764
Complementary color
Monochromatic Colors of #BA4764
Black with #BA4764
Text Example
Text Example
White with #BA4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4764; }
p { color: rgb(186,71,100); }
H1.HeaderClassName
{
color: #BA4764;
}
.AnyTagClassName
{
color: #BA4764;
}
</style>
background-color css
<style>
a { background-color: #BA4764; }
a { background-color: rgb(186,71,100); }
div.DivClassName
{
background-color: #BA4764;
}
.BgClassName
{
background-color: #BA4764;
}
</style>
border-color css
<style>
span { border-color: #BA4764; }
span { border-color: rgb(186,71,100); }
td.TdClassName
{
border-color: #BA4764;
}
.TagClassName
{
border-color: #BA4764;
}
</style>