Shades of Blush #BA5461
Tints of Blush #BA5461
RGB
CMYK
RGB Variations
Color information
#BA5461 (or 0xBA5461) is known color: Blush. HEX triplet: BA, 54 and 61. RGB value is (186,84,97). Sum of RGB (Red+Green+Blue) = 186+84+97=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5461 is #45AB9E. Grayscale: #747474. Windows color (decimal): -4565919 or 6378682. OLE color: 6378682.
HSL color Cylindrical-coordinate representation of color #BA5461: hue angle of 352.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5461 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 97 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.27 |
| HSL | 352.35º | 0.43% | 0.53% | - |
| HSV(B) | 352.35º | 0.55% | 0.73% | - |
| XYZ | 25.58 | 17.64 | 13.37 | - |
| YUV | 115.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 97 | 0 | 0.55 | 0.48 | 0.27 | 352.35 | 0.43 | 0.53 |
| Hex | BA | 54 | 61 | 0 | 37 | 30 | 1B | 160 | 2A | 35 |
| Octal | 272 | 124 | 141 | 0 | 67 | 60 | 33 | 540 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1100001 | 0 | 110111 | 110000 | 11011 | 101100000 | 101010 | 110101 |
Color Harmonies of #BA5461
Complementary color
Monochromatic Colors of #BA5461
Black with #BA5461
Text Example
Text Example
White with #BA5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5461; }
p { color: rgb(186,84,97); }
H1.HeaderClassName
{
color: #BA5461;
}
.AnyTagClassName
{
color: #BA5461;
}
</style>
background-color css
<style>
a { background-color: #BA5461; }
a { background-color: rgb(186,84,97); }
div.DivClassName
{
background-color: #BA5461;
}
.BgClassName
{
background-color: #BA5461;
}
</style>
border-color css
<style>
span { border-color: #BA5461; }
span { border-color: rgb(186,84,97); }
td.TdClassName
{
border-color: #BA5461;
}
.TagClassName
{
border-color: #BA5461;
}
</style>