Shades of Blush #BA4561
Tints of Blush #BA4561
RGB
CMYK
RGB Variations
Color information
#BA4561 (or 0xBA4561) is known color: Blush. HEX triplet: BA, 45 and 61. RGB value is (186,69,97). Sum of RGB (Red+Green+Blue) = 186+69+97=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4561 is #45BA9E. Grayscale: #6B6B6B. Windows color (decimal): -4569759 or 6374842. OLE color: 6374842.
HSL color Cylindrical-coordinate representation of color #BA4561: hue angle of 345.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4561 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 97 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.27 |
| HSL | 345.64º | 0.46% | 0.5% | - |
| HSV(B) | 345.64º | 0.63% | 0.73% | - |
| XYZ | 24.54 | 15.56 | 13.02 | - |
| YUV | 107.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 97 | 0 | 0.63 | 0.48 | 0.27 | 345.64 | 0.46 | 0.5 |
| Hex | BA | 45 | 61 | 0 | 3F | 30 | 1B | 15A | 2E | 32 |
| Octal | 272 | 105 | 141 | 0 | 77 | 60 | 33 | 532 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1100001 | 0 | 111111 | 110000 | 11011 | 101011010 | 101110 | 110010 |
Color Harmonies of #BA4561
Complementary color
Monochromatic Colors of #BA4561
Black with #BA4561
Text Example
Text Example
White with #BA4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4561; }
p { color: rgb(186,69,97); }
H1.HeaderClassName
{
color: #BA4561;
}
.AnyTagClassName
{
color: #BA4561;
}
</style>
background-color css
<style>
a { background-color: #BA4561; }
a { background-color: rgb(186,69,97); }
div.DivClassName
{
background-color: #BA4561;
}
.BgClassName
{
background-color: #BA4561;
}
</style>
border-color css
<style>
span { border-color: #BA4561; }
span { border-color: rgb(186,69,97); }
td.TdClassName
{
border-color: #BA4561;
}
.TagClassName
{
border-color: #BA4561;
}
</style>