Shades of Blush #BA4160
Tints of Blush #BA4160
RGB
CMYK
RGB Variations
Color information
#BA4160 (or 0xBA4160) is known color: Blush. HEX triplet: BA, 41 and 60. RGB value is (186,65,96). Sum of RGB (Red+Green+Blue) = 186+65+96=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4160 is #45BE9F. Grayscale: #686868. Windows color (decimal): -4570784 or 6308282. OLE color: 6308282.
HSL color Cylindrical-coordinate representation of color #BA4160: hue angle of 344.63º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4160 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 96 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.27 |
| HSL | 344.63º | 0.48% | 0.49% | - |
| HSV(B) | 344.63º | 0.65% | 0.73% | - |
| XYZ | 24.25 | 15.06 | 12.7 | - |
| YUV | 104.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 96 | 0 | 0.65 | 0.48 | 0.27 | 344.63 | 0.48 | 0.49 |
| Hex | BA | 41 | 60 | 0 | 41 | 30 | 1B | 159 | 30 | 31 |
| Octal | 272 | 101 | 140 | 0 | 101 | 60 | 33 | 531 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1100000 | 0 | 1000001 | 110000 | 11011 | 101011001 | 110000 | 110001 |
Color Harmonies of #BA4160
Complementary color
Monochromatic Colors of #BA4160
Black with #BA4160
Text Example
Text Example
White with #BA4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4160; }
p { color: rgb(186,65,96); }
H1.HeaderClassName
{
color: #BA4160;
}
.AnyTagClassName
{
color: #BA4160;
}
</style>
background-color css
<style>
a { background-color: #BA4160; }
a { background-color: rgb(186,65,96); }
div.DivClassName
{
background-color: #BA4160;
}
.BgClassName
{
background-color: #BA4160;
}
</style>
border-color css
<style>
span { border-color: #BA4160; }
span { border-color: rgb(186,65,96); }
td.TdClassName
{
border-color: #BA4160;
}
.TagClassName
{
border-color: #BA4160;
}
</style>